提出新方法让大模型在长对话中更好理解情感支持的累积效果。
MICA: Multi-granularity Intertemporal Credit Assignment for Long-Horizon Emotional Support Dialogue
- 用统一潜在函数同时捕捉即时与延迟反馈,无需对比状态或训练批评者。
- 在多个数据集上比现有方法最高提升42.5分,且不增加推理开销。
- 适合需要长期交互优化的情感对话系统开发者使用。
大语言模型的强化学习在单轮任务中表现优异,但在多轮交互中因奖励稀疏和每步贡献难分配而受限。情感支持对话中,回复会持续影响用户状态,无法进行逐轮匹配比较,而整体轨迹监督又不足。本文提出MICA(多粒度时间信用分配)框架,无需批评者即可实现多轮情感支持的强化学习。MICA通过用户结构化支持状态的共享潜在函数,同时获取即时与延迟信用:增量距离奖励衡量每轮向目标状态靠近的程度,蒙特卡洛回报捕捉长期影响。经特定范围归一化后,两者构成混合优势,支持稳定逐轮优化,无需匹配状态、滚动树或学习批评者。在EMPA、EQ-Bench和EmoBench上,基于Qwen2.5-7B-Instruct及Qwen3-8B/14B/32B模型测试,MICA持续优于GRPO和REINFORCE++,在EMPA上最高提升42.5分,且无额外采样成本,对不同评分者保持鲁棒性。结果表明,感知轮次的信用分配能有效实现可实践的多轮强化学习。
原文摘要 · Abstract (English)
Reinforcement learning (RL) for large language models (LLMs) has shown strong performance in single-turn tasks, but extending it to multi-turn interaction remains challenging due to sparse rewards and poor per-turn credit assignment. In emotional support dialogues, responses shape future user states, so matched-state step-wise comparison is unavailable, while trajectory-level supervision is insufficient. We propose MICA (Multi-granularity Intertemporal Credit Assignment), a critic-free RL framework for multi-turn emotional support tasks. MICA derives both immediate and delayed credit from a shared potential function over the user's structured support state. Incremental Distance Reward measures the per-turn decrease in residual distance to the target state, while its Monte Carlo return captures delayed effects. After scope-specific normalization, the two signals form a mixed advantage for stable per-turn optimization without matched-state comparisons, rollout trees, or a learned critic. On EMPA, EQ-Bench, and EmoBench with Qwen2.5-7B-Instruct and Qwen3-8B/14B/32B, MICA consistently outperforms GRPO and REINFORCE++, achieving up to +42.5 on EMPA, while adding no rollout cost and remaining robust to reward judges. These results show that turn-aware credit assignment enables effective and practical multi-turn RL for interactive LLMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。