paper-with-me

홈 › Papers

Quantifying the Utility of User Simulators for Building Collaborative LLM Assistants

2026-05-10 · Joseph Suh, Ayush Raj, Minwoo Kang, Serina Chang arxiv

User simulators are increasingly leveraged to build interactive AI assistants, yet how to measure the quality of these simulators remains an open question. In this work, we show how simulator quality can be quantified in terms of its downstream utility: how an LLM assistant trained with this user simulator performs in the wild when interacting with real humans. In a controlled experiment where only the user simulator varies, we train LLM assistants via reinforcement learning against a spectrum of simulators, from an LLM prompted to role-play a user to one fine-tuned on human utterances from WildChat. As evaluation, we measure pairwise win rates in a user study with 283 participants and on WildBench, a benchmark derived from real human--AI conversations. Training against the role-playing LLM yields an assistant statistically indistinguishable from the initial assistant in our user study (51% win rate), whereas training against the fine-tuned simulator yields significant gains (58% over the initial and 57% over the one trained against role-playing). Closer inspection reveals three further patterns: methods for making role-playing LLMs more realistic (e.g., persona conditioning) improve trained assistants but do not close the gap to the fine-tuned simulator; scaling the simulator's model size benefits the fine-tuned simulator but yields no gain for role-playing ones; and assistants trained against role-playing simulators fail to generalize when paired with other simulators at test time, while the one trained against fine-tuned simulator does. Together, these results argue for grounding user simulators in real human behavior and measuring their quality by their downstream effect on real users.

📄 PDF Abstract BibTeX arXiv:2605.09808

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

How to Build User Simulators to Train RL-based Dialog Systems

2019-09-03 · IJCNLP 2019 11 · Weiyan Shi, Kun Qian, Xuewei Wang, Zhou Yu

User simulators are essential for training reinforcement learning (RL) based dialog models. The performance of the simulator directly impacts the RL policy. However, building a good user simulator that models real user b…

Reinforcement LearningReinforcement Learning (RL)User Simulation

Non-Collaborative User Simulators for Tool Agents

2025-09-27 · Jeonghoon Shim, Woojung Song, Cheyon Jin, Seungwon KooK 외 arxiv

Tool agents interact with users through multi-turn dialogues to accomplish various tasks. Recent studies have adopted user simulation methods to develop these agents in multi-turn settings. However, existing user simulat…

Beyond Single Labels: Improving Conversational Recommendation through LLM-Powered Data Augmentation

2025-07-30 · Haozhe Xu, Xiaohua Wang, Changze Lv, Xiaoqing Zheng arxiv

Conversational recommender systems (CRSs) enhance recommendation quality by engaging users in multi-turn dialogues, capturing nuanced preferences through natural language interactions. However, these systems often face t…

Data Augmentation

Completion $\neq$ Collaboration: Scaling Collaborative Effort with Agents

2025-10-29 · Shannon Zejiang Shen, Valerie Chen, Ken Gu, Alexis Ross 외 arxiv

Current evaluations of agents remain centered around one-shot task completion, failing to account for the inherently iterative and collaborative nature of many real-world problems, where human goals are often underspecif…

MUST: A Framework for Training Task-oriented Dialogue Systems with Multiple User SimulaTors

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent works try to optimize a Task-oriented Dialogue System with reinforcement learning (RL) by building user simulators. However, most of them only focus on training the dialogue system using a single user simulator. I…

Reinforcement Learning (RL)Task-Oriented Dialogue Systems