# UserIDA：可控用户模拟如何超越响应模仿、实现意图级控制

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-08-10 08:00
- AIHOT 分数：54
- AIHOT 链接：https://aihot.virxact.com/items/cmso4rcdl0aolrofwlgumpsec
- 原文链接：https://arxiv.org/abs/2608.09420

## AI 摘要

UserIDA（User Intent-Directive Alignment）将交互意图作为显式的逐轮指令，通过监督微调与意图校准的策略优化实现可控用户模拟。在LMSYS-USP上，UserIDA意图准确率达86.6%，超出最强专用用户模拟基线24.3个百分点；在上下文干预中，91.7%的对话状态能实现六种目标意图中的至少四种，而最强外部基线仅为22.9%。

## 正文

User simulators are widely used as scalable environments for training and evaluating interactive assistants. Generating the next user turn is inherently one-to-many: the same profile and dialogue context may support multiple plausible continuations with different local interaction intents. A fluent response may therefore advance the dialogue through an inappropriate intent, such as acceptance rather than repair. Our key insight is that controllable user simulation should separate which local interaction intent the next user turn should realize from how that intent is expressed in language. We introduce UserIDA (User Intent-Directive Alignment), which exposes interaction intent as an explicit per-turn directive. UserIDA defines a six-way intent interface, learns directive-conditioned generation through supervised fine-tuning, and uses intent-calibrated policy optimization during group-based reinforcement learning. The reward preserves composite response quality while ensuring that intent-violating candidates rank below compliant alternatives in mixed groups. On LMSYS-USP, UserIDA achieves 86.6% intent accuracy, outperforming the strongest dedicated user-simulator baseline by 24.3 percentage points while improving semantic and stylistic similarity. In within-context interventions, it realizes at least four of the six target intents in 91.7% of evaluated dialogue states, compared with 22.9% for the strongest external baseline. These results establish per-turn intent control as a complementary dimension to response fidelity in user simulation.
