Papers › Discourse Diversity in Multi-Turn Empathic Dialogue

Discourse Diversity in Multi-Turn Empathic Dialogue

13 Apr 2026arXiv:2604.11742added by Syntology

Hongli Zhan, Emma S. Gueorguieva, Javier Hernandez, Jina Suh, Desmond C. Ong, Junyi Jessy Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models (LLMs) produce responses rated as highly empathic in single-turn settings (Ayers et al., 2023; Lee et al., 2024), yet they are also known to be formulaic generators that reuse the same lexical patterns, syntactic templates, and discourse structures across tasks (Jiang et al., 2025; Shaib et al., 2024; Namuduri et al., 2025). Less attention has been paid to whether this formulaicity extends to the level of discourse moves, i.e., what a response does for the person it is addressing. This question is especially consequential for empathic dialogue, where effective support demands not just a kind response at one moment but varied strategies as a conversation unfolds (Stiles et al., 1998). Indeed, prior work shows that LLMs reuse the same tactic sequences more than human supporters in single-turn settings (Gueorguieva et al., 2026). We extend this analysis to multi-turn conversations and find that the rigidity compounds: once a tactic appears in a supporter turn, LLMs reuse it in the next at nearly double the rate of humans (0.50-0.56 vs. 0.27). This pattern holds across LLMs serving as supporters in real emotional support conversations, and is invisible to standard similarity metrics. To address this gap, we introduce MINT (Multi-turn Inter-tactic Novelty Training), the first reinforcement learning framework to optimize discourse move diversity across multi-turn empathic dialogue. The best MINT variant combines an empathy quality reward with a cross-turn tactic novelty signal, improving aggregate empathy by 25.3% over vanilla across 1.7B and 4B models while reducing cross-turn discourse move repetition by 26.3% on the 4B model, surpassing all baselines including quality-only and token-level diversity methods on both measures. These results suggest that what current models lack is not empathy itself, but the ability to vary their discourse moves across a conversation.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.11742")

Code

Syntology Ran 17 of 25 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 7 ran · honoured contract; 10 ran · our draft was wrong.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

honglizhan/mint-empathy found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 17 ran; 7 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · honoured contract
10ran · our draft was wrong
8unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from honglizhan/mint-empathy. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_build_tag_requests honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6b6c0152dc14c2d9 · report
_call_rm honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 54cd983b9ea85fd7 · report
_compute_length_scale honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · a7b5fa70ef83e54b · report
_count_tokens honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 03dd453790893318 · report
_extract_think_block honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 544890b03f9c68a6 · report
_get_session honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · aede22f9a735b3d5 · report
_get_tactic_info honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6c66181ee1878869 · report
_strip_think_blocks honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · cf9676448bc0aef4 · report
_tag_one honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2842dd5726b5e4a8 · report
clean_history_structs honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 976333acb36c78de · report
compute_bigram_surprisal honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 6e7879c4a0873407 · report
compute_kl_divergence honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 926141ec74c7a541 · report
compute_trigram_surprisal honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract MIT (permissive) · aba6dbadb7daa2a2 · report
compute_within_turn_entropy honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 83c9826e49a70565 · report
extract_response_from_thinking_model honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · af7531a5662bd749 · report
load_tactic_info honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6a936ff431d01d74 · report
parse_tactic_score honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · e80c42125a18f40d · report
_buffer_sample honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · 6821962a567e69d4 · report
_compute_score_async honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · cfb0e8aae8b7fa2f · report
_compute_single_raw honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · e4d610123b39da34 · report
_flush_jsonl honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · 924ea3d3428a1555 · report
_get_clients honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · 001cc4e19fcbd6ae · report
_get_tokenizer honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · 10036d7f1b8ec7eb · report
_next_client honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · d0d7aa8d378fac79 · report
compute_score honglizhan/mint-empathy/training/reward_verl.py found in paper text by Syntology unverified MIT (permissive) · 4e518f9c54f9f6ce · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.11742, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections