paper-with-me

Papers

From Static Context to Calibrated Interactive RL: Mitigating Distribution Shift in Multi-turn Dialogue with Aligned Simulator

2026-05-26 · Xiaohua Wang, Jiakang Yuan, Zisu Huang, Muzhao Tian, Changze Lv, Kaitao Song, Tao Chen, Xiaoqing Zheng arxiv

A long-standing goal of the research community is to develop highly interactive LLM-based dialogue agents. Recent research focuses on optimizing policies based on fixed offline logs (Static Context RL) or using a prompt-based simulator (Interactive RL). In this work, we theoretically show that both paradigms are fundamentally limited by context distribution shift--a mismatch between dialogue histories observed during training and those encountered in real conversations. This shift compounds quadratically over turns and severely degrades dialogue quality. Specifically, we attribute this shift to two distinct sources: (i) policy-induced shift, arising from training on static histories rather than self-generated trajectories; and (ii) simulator-induced shift, stemming from discrepancies between simulated and real human behaviors. To address these challenges, we propose Calibrated Interactive RL, a unified framework that couples interactive RL with simulator alignment. By aligning the simulator with human interaction patterns, our approach reduces the sim-to-real gap and mitigates compounding distribution shifts. Experiments across multiple dialogue tasks confirm our theoretical analysis: (i) Interactive RL significantly outperforms the Static Context baseline by mitigating policy distribution shift; and (ii) calibrating simulators with our alignment method further bridges the sim-to-real gap, yielding state-of-the-art downstream performance.

📄 PDF Abstract BibTeX arXiv:2605.26403

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

STARS: Skill-Triggered Audit for Request-Conditioned Invocation Safety in Agent Systems

2026-04-11 · Guijia Zhang, Shu Yang, Xilin Gong, Di Wang arxiv

Autonomous language-model agents increasingly rely on installable skills and tools to complete user tasks. Static skill auditing can expose capability surface before deployment, but it cannot determine whether a particul…

Beyond Static Calibration: The Impact of User Preference Dynamics on Calibrated Recommendation

2024-05-16 · Kun Lin, Masoud Mansoury, Farzad Eskandanian, Milad Sabouri 외

Calibration in recommender systems is an important performance criterion that ensures consistency between the distribution of user preference categories and that of recommendations generated by the system. Standard metho…

Recommendation Systems

Calibrate: Interactive Analysis of Probabilistic Model Output

2022-07-27 · Peter Xenopoulos, Joao Rulff, Luis Gustavo Nonato, Brian Barr 외

Analyzing classification model performance is a crucial task for machine learning practitioners. While practitioners often use count-based metrics derived from confusion matrices, like accuracy, many applications, such a…

model

From Static to Interactive: Adapting Visual in-Context Learners for User-Driven Tasks

2026-04-08 · Carlos Schmidt, Simon Reiß arxiv

Visual in-context learning models are designed to adapt to new tasks by leveraging a set of example input-output pairs, enabling rapid generalization without task-specific fine-tuning. However, these models operate in a …

Interactive SegmentationPose Estimation

DeepTutor: Towards Agentic Personalized Tutoring

2026-04-10 · Bingxi Zhao, Jiahao Zhang, Xubin Ren, Zirui Guo 외 arxiv

Education is one of the most promising real-world applications for Large Language Models (LLMs). However, current LLMs rely on static pre-training knowledge and lack adaptation to individual learners, while existing RAG …

Question Generation