paper-with-me

홈 › Papers

Mitigating Conversational Inertia in Multi-Turn Agents

2026-02-03 · Yang Wan, Zheng Cao, Zhenhao Zhang, Zhengwen Zeng, Shuheng Shen, Changhua Meng, Linchao Zhu arxiv

Large language models excel as few-shot learners when provided with appropriate demonstrations, yet this strength becomes problematic in multiturn agent scenarios, where LLMs erroneously mimic their own previous responses as few-shot examples. Through attention analysis, we identify conversational inertia, a phenomenon where models exhibit strong diagonal attention to previous responses, which is associated with imitation bias that constrains exploration. This reveals a tension when transforming few-shot LLMs into agents: longer context enriches environmental feedback for exploitation, yet also amplifies conversational inertia that undermines exploration. Our key insight is that for identical states, actions generated with longer contexts exhibit stronger inertia than those with shorter contexts, enabling construction of preference pairs without environment rewards. Based on this, we propose Context Preference Learning to calibrate model preferences to favor low-inertia responses over highinertia ones. We further provide context management strategies at inference time to balance exploration and exploitation. Experimental results across eight agentic environments and one deep research scenario validate that our framework reduces conversational inertia and achieves performance improvements.

📄 PDF Abstract BibTeX arXiv:2602.03664

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Confidence Estimation for LLMs in Multi-turn Interactions

2026-01-05 · Caiqi Zhang, Ruihan Yang, Xiaochen Zhu, Chengzu Li 외 arxiv

While confidence estimation is a promising direction for mitigating hallucinations in Large Language Models (LLMs), current research overwhelmingly focuses on single-turn settings. The dynamics of model confidence in mul…

X-Teaming: Multi-Turn Jailbreaks and Defenses with Adaptive Multi-Agents

2025-04-15 · Salman Rahman, Liwei Jiang, James Shiffer, Genglin Liu 외

Multi-turn interactions with language models (LMs) pose critical safety risks, as harmful intent can be strategically spread across exchanges. Yet, the vast majority of prior work has focused on single-turn safety, while…

DiversityRed TeamingSafety Alignment

Designing Style Matching Conversational Agents

2019-10-16 · Deepali Aneja, Rens Hoegen, Daniel McDuff, Mary Czerwinski

Advances in machine intelligence have enabled conversational interfaces that have the potential to radically change the way humans interact with machines. However, even with the progress in the abilities of these agents,…

valid

FlowKV: Enhancing Multi-Turn Conversational Coherence in LLMs via Isolated Key-Value Cache Management

2025-05-21 · Xiang Liu, Hong Chen, Xuming Hu, Xiaowen Chu

Large Language Models (LLMs) are increasingly deployed in multi-turn conversational applications, where the management of the Key-Value (KV) Cache presents a significant bottleneck. The linear growth of the KV Cache with…

Instruction FollowingManagement

Substance over Style: Evaluating Proactive Conversational Coaching Agents

2025-03-25 · Vidya Srinivas, Xuhai Xu, Xin Liu, Kumar Ayush 외

While NLP research has made strides in conversational tasks, many approaches focus on single-turn responses with well-defined objectives or evaluation criteria. In contrast, coaching presents unique challenges with initi…