Intent Speaks Louder: Controllable User Simulation Beyond Response Imitation
Summary
This paper introduces UserIDA, a method for controllable user simulation that separates interaction intent from language expression, achieving significantly higher intent accuracy and response quality than baselines on the LMSYS-USP benchmark.
View Cached Full Text
Cached at: 08/11/26, 06:20 AM
Paper page - Intent Speaks Louder: Controllable User Simulation Beyond Response Imitation
Source: https://huggingface.co/papers/2608.09420
Abstract
Usersimulatorsarewidelyusedasscalableenvironmentsfortrainingandevaluatinginteractiveassistants.Generatingthenextuserturnisinherentlyone-to-many:thesameprofileanddialoguecontextmaysupportmultipleplausiblecontinuationswithdifferentlocalinteractionintents.Afluentresponsemaythereforeadvancethedialoguethroughaninappropriateintent,suchasacceptanceratherthanrepair.Ourkeyinsightisthatcontrollableusersimulationshouldseparatewhichlocalinteractionintentthenextuserturnshouldrealizefromhowthatintentisexpressedinlanguage.WeintroduceUserIDA(UserIntent-DirectiveAlignment),whichexposesinteractionintentasanexplicitper-turndirective.UserIDAdefinesasix-wayintentinterface,learnsdirective-conditionedgenerationthroughsupervisedfine-tuning,andusesintent-calibratedpolicyoptimizationduringgroup-basedreinforcementlearning.Therewardpreservescompositeresponsequalitywhileensuringthatintent-violatingcandidatesrankbelowcompliantalternativesinmixedgroups.OnLMSYS-USP,UserIDAachieves86.6\%intentaccuracy,outperformingthestrongestdedicateduser-simulatorbaselineby24.3percentagepointswhileimprovingsemanticandstylisticsimilarity.Inwithin-contextinterventions,itrealizesatleastfourofthesixtargetintentsin91.7\%ofevaluateddialoguestates,comparedwith22.9\%forthestrongestexternalbaseline.Theseresultsestablishper-turnintentcontrolasacomplementarydimensiontoresponsefidelityinusersimulation.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2608\.09420
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.09420 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.09420 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.09420 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
RealUserSim: Bridging the Reality Gap in Agent Benchmarking via Grounded User Simulation
The paper introduces RealUserSim, a framework that grounds LLM-based user simulation in real human behavioral data from 14,000+ authentic conversations to bridge the reality gap in agent benchmarking. It shows that grounded simulation raises behavioral match rates from 24.2% to 45.3% and reveals failure mechanisms invisible to cooperative simulators.
IntentVLA: Short-Horizon Intent Modeling for Aliased Robot Manipulation
IntentVLA is a history-conditioned visual-language-action framework that improves robot imitation learning stability by encoding short-horizon intents from visual observations, addressing challenges from partial observability and ambiguous observations. It also introduces AliasBench, an ambiguity-aware benchmark for evaluating such methods.
Enjoy Your Talk: A Human-Centered Benchmark for Multi-Turn Dialogue with Decoupled User Simulation, Target Modeling, and Judging
This paper introduces EYT-Bench, a human-centered benchmark for evaluating LLMs in multi-turn dialogues with a decoupled user simulation, target modeling, and judging design. It reveals that closed- and open-source models differ significantly on objective intent-tracking but are similar on subjective dimensions, and that reasoning improves objective tracking while persona format strongly affects trajectory spread.
INSIDE the Student's Mind: Jointly Modeling Latent Reasoning and Action in LLM Student Simulators
This paper presents INSIDE, a framework that fine-tunes LLMs to generate internal dialogue grounded in Bloom's Taxonomy, enabling student simulators to model both latent reasoning and observable actions. Evaluations show improved action fidelity and reasoning alignment compared to prompting baselines.
Prompt Optimization for User Simulation in Conversational Recommender Systems: A Multi-Objective Framework
This paper proposes a framework to automatically optimize prompts for LLM-based user simulators in conversational recommender systems, addressing issues like positive bias and limited behavioral diversity.