Disclosure-Gated User Simulation for Companion-Agent Evaluation
Proposes a disclosure gating mechanism with five levels to improve user simulation stability, achieving 0.993 correlation with original benchmark simulator.
Key Findings
Methodology
This paper introduces a disclosure gate system, linking information release to the agent’s behavior via five ordered gates merged into three observable depth layers. Trained on synthetic corpus branches, the model internalizes gating behaviors, while real corpus provides human reactions. Post-training, the simulator does not need to specify gate positions at runtime. Ablation experiments show removing gate info from training causes ranking shifts beyond noise thresholds, confirming its importance. The environment’s load-bearing gate ensures ranking order preservation and scale stability, validated on CompanionBench with 12 systems. The only model passing both criteria correlates at 0.993 with the original. Compared to prompt-based models, the latter shifts scores upward without affecting ranking, masking true stability.
Key Results
- On CompanionBench, removing gate info from training corpus causes ranking shifts exceeding noise, validating the gate’s role. The proposed simulator internalizes gating behavior, maintaining ranking order and scale stability across models and data variations. Ablation studies confirm that synthetic corpus-based gating is essential for robustness. The environment’s load-bearing gate mechanism ensures evaluation reliability, outperforming prompt-only approaches which shift scores but not rankings. The model’s correlation with the original simulator reaches 0.993, demonstrating high fidelity.
- Experiments show that ablation of synthetic data or training-time gate stripping results in ranking deviations beyond acceptable noise levels, confirming the gate’s critical role. The environment’s design ensures that the ranking remains order-preserving and scores are scale-stable, even under different model scales and data manipulations. The proposed mechanism effectively captures human-like behavior, improving the realism and robustness of user simulation for dialogue system evaluation.
- This method’s core innovation lies in embedding a hierarchical, behavior-driven gate into the simulation environment, enabling controllable, verifiable, and ablatable evaluation conditions. It addresses the over-cooperation problem in large language model-based user simulators, providing a more faithful reflection of human interaction patterns. The experimental results validate its effectiveness, setting a new standard for simulation-based evaluation in dialogue systems.
Significance
This work advances dialogue system evaluation by introducing a controllable, verifiable simulation environment that maintains ranking order and score stability. It directly tackles the over-cooperation and instability issues plaguing current large-scale simulators, enabling fairer, more reliable comparisons. The mechanism’s grounding in social cognition theory and its hierarchical design offer a new paradigm for modeling human-like behaviors. Its robustness across models and data variations makes it valuable for both academic research and industrial deployment, fostering development of more natural, emotionally aware conversational agents.
Technical Contribution
The paper presents a novel five-level ordered gating system integrated into a state transition framework, trained on synthetic and real corpora. It internalizes behavior-dependent information disclosure, enabling environment control and ablation. The approach combines social penetration theory with state machine enforcement, ensuring order-preserving and scale-stable rankings. It introduces a methodology for evaluating the load-bearing role of environment components, validated through ablation and cross-model experiments. This provides a new, verifiable tool for dialogue system assessment, with potential for extension to multi-modal and multi-task settings.
Novelty
This is the first work to embed a hierarchical, behavior-driven disclosure gate into user simulation, trained via internalized mechanisms rather than prompt constraints. Unlike prior methods that rely solely on prompt engineering or fixed weights, this approach internalizes social behavior dynamics, enabling environment ablation and rigorous evaluation. Its integration of social penetration theory into a state machine framework represents a significant conceptual and technical breakthrough, offering a controllable, verifiable, and scalable simulation environment.
Limitations
- The mechanism depends on high-quality annotated corpora, which are costly to produce. Its performance in out-of-distribution or extreme scenarios remains untested, risking limited generalization. The complexity of the gate design and training process may hinder scalability and deployment efficiency. Future work should focus on simplifying the architecture, reducing annotation costs, and validating robustness across diverse domains and modalities.
Future Work
Future directions include extending the gate mechanism to multi-modal data, improving scalability and efficiency, and exploring reinforcement learning-based optimization of gating strategies. Investigating long-term dialogue behaviors and integrating emotional and contextual cues will further enhance realism. Additionally, applying the framework to multi-task evaluation and real-world deployment scenarios can broaden its impact and utility.
AI Executive Summary
Dialogue systems are increasingly embedded in daily life, from virtual assistants to emotional companions. Yet, evaluating their performance reliably remains a challenge. Traditional large language model-based user simulators tend to over-cooperate, asking excessive questions and inflating success metrics, which undermines fairness. This paper addresses this issue by proposing a novel disclosure gating mechanism that ties information release to the agent’s behavior through a hierarchy of five ordered gates. These gates are merged into three observable depth layers, enabling the simulator to mimic human-like disclosure patterns more accurately.
The core innovation lies in training the simulator on synthetic trajectories where gating behavior is learned, while real data provides authentic human reactions. Post-training, the environment’s load-bearing gate ensures that removing gate information from training data or runtime prompts causes measurable shifts in ranking beyond the environment’s noise threshold, confirming the mechanism’s effectiveness. The evaluation on CompanionBench demonstrates that only the proposed simulator maintains both order-preserving rankings and scale stability, with a correlation coefficient of 0.993 with the original benchmark simulator.
Compared to prompt-based approaches, which shift scores upward without affecting rankings, this mechanism offers a more faithful and robust evaluation framework. It operationalizes social penetration theory within a state transition model, allowing for asymmetric retreat and controlled disclosure, thus capturing nuanced human behaviors. The ablation studies validate that the environment’s load-bearing component is essential for ranking stability, providing a new standard for fair comparison of dialogue models.
Looking ahead, the authors suggest expanding the mechanism to multi-modal data, long-term dialogues, and multi-task scenarios, aiming to create more realistic and scalable evaluation tools. This work significantly enhances the reliability of dialogue system benchmarking, fostering the development of more human-like, emotionally aware conversational agents. Despite some data annotation costs and complexity, the proposed approach offers a promising pathway toward more trustworthy AI evaluation in natural language processing.
Deep Analysis
Background
The rapid evolution of dialogue systems, driven by large language models like GPT-4 and PaLM, has revolutionized human-computer interaction. Early evaluation relied on small-scale human studies, which were costly and lacked scalability. Recent advances introduced user simulators trained on massive corpora, aiming to automate evaluation. However, these simulators tend to over-cooperate, asking too many questions and inflating success metrics, which compromises fairness. Existing solutions, such as restricting prompt information or hard-coding behaviors, are limited by lack of verifiability and robustness. Benchmarks like CompanionBench have standardized evaluation but still face issues of simulation fidelity and stability. The current work introduces a hierarchical gating mechanism to address these challenges, providing a controllable, verifiable environment that better reflects human behaviors.
Core Problem
Current large-scale user simulators often exhibit excessive cooperation, asking numerous questions to score higher, which diverges from real human interaction patterns. This leads to unreliable rankings and unstable scores across different models and environments. The core challenge is to design a mechanism that can regulate information disclosure dynamically, mimicking human-like gradual sharing and withdrawal, ensuring that evaluation results are both fair and reproducible. Without such a mechanism, the evaluation risks favoring models that exploit over-cooperative behaviors rather than genuinely understanding user engagement. Therefore, establishing a controllable, ablatable, and environment-integrated gating system becomes crucial.
Innovation
The primary innovation is the development of a five-level ordered disclosure gate integrated into the dialogue environment, inspired by social penetration theory. This gate controls information flow based on behavior states, allowing the simulator to emulate human-like disclosure patterns. Unlike prompt-based constraints, the gate is trained internally on synthetic data, internalizing behavior dynamics. It can be ablated or modified without affecting the environment’s core, enabling rigorous evaluation of its impact. The design combines social cognition principles with a state transition model, ensuring that the ranking remains order-preserving and scale-stable. This approach offers a new paradigm for controllable, verifiable user simulation, addressing the over-cooperation problem effectively.
Methodology
- �� Define five ordered gates (opening, asked_or_natural, felt_heard, felt_safe, earned_deep_trust) merged into three depth layers.
- �� Collect annotated corpora: real Chinese conversations with per-item disclosure labels and synthetic trajectories with behavior scripts.
- �� Train the simulator on synthetic data to internalize gating behaviors, while real data provides authentic reactions.
- �� Incorporate the gate as a load-bearing environment component, enabling ablation by removing gate info from training or inference prompts.
- �� Use a state machine to enforce gate transition rules based on behavior classes, ensuring order and asymmetry in retreat.
- �� Conduct ablation studies: remove synthetic branch, strip gate info at training or runtime, vary model scale.
- �� Evaluate on CompanionBench, measuring ranking stability and score scale consistency across manipulations.
Experiments
The experiments utilize the CompanionBench benchmark, assessing 12 dialogue systems. The key setup involves training models with and without gate information, then measuring ranking shifts and score variations. Ablation studies remove synthetic data, strip gate info during training or inference, and alter model scales. Human conversations validate the realism of behaviors. Metrics include rank order preservation, score scale stability, and environment robustness. Results show that the proposed gate mechanism maintains ranking integrity even when gate info is removed, unlike prompt-only models which shift scores upward. The correlation with the original simulator reaches 0.993, confirming high fidelity. These experiments demonstrate the mechanism’s effectiveness in producing stable, realistic evaluations.
Results
The proposed simulator, trained with internalized gating, maintains ranking order and score stability across multiple manipulations. Removing gate info from training causes rank shifts exceeding the noise threshold, validating its load-bearing role. The environment’s design ensures that the ranking remains order-preserving and scores are scale-stable, outperforming prompt-only models that shift scores without affecting rankings. The correlation coefficient with the original simulator is 0.993, indicating near-identical behavior. Ablation results confirm that synthetic trajectories are essential for gating behavior, and environment manipulations validate the mechanism’s robustness. Overall, the results establish a new standard for reliable, fair evaluation of dialogue systems.
Applications
This gating mechanism can be integrated into dialogue system evaluation pipelines, especially for applications requiring human-like interaction modeling, such as emotional companions, customer service bots, and mental health assistants. It enables fairer comparisons of models by controlling for over-cooperation and ensuring reproducibility. In industry, it can improve model tuning and deployment by providing more realistic user simulations. Future extensions include multi-modal data integration, long-term interaction modeling, and multi-task evaluation, broadening its applicability to real-world scenarios.
Limitations & Outlook
The approach relies heavily on detailed annotated corpora, which are costly and time-consuming to produce. Its performance in out-of-distribution or unseen scenarios remains untested, risking limited generalization. The gate design adds complexity, increasing training and inference costs, potentially hindering scalability. Further work is needed to simplify the architecture, reduce annotation requirements, and validate robustness across diverse domains and modalities.
Plain Language Accessible to non-experts
想象你在和朋友玩一个逐步透露秘密的游戏。你不会一开始就告诉所有人你的秘密,而是根据对方的反应逐渐决定要不要说得更深。比如,刚开始你只说一些表面的话,如果觉得对方值得信赖,就会逐步告诉他更多心里话。这个过程就像在用一套秘密规则,只有在特定条件满足时,才会揭示更深的内容。论文中的“门控”机制就像这个秘密规则系统,它让模拟用户在对话中逐步披露信息,不会一下子把所有秘密都说出来,也不会太过保守。这样,模拟出来的对话更像真实的人,评估也更公平、更可靠。就像和朋友聊天一样,既自然又有趣。
ELI14 Explained like you're 14
想象你在和朋友玩一个“逐步透露秘密”的游戏,你不会一开始就把所有秘密都说出来,而是会根据你们的关系逐渐揭示一些。比如,刚开始你只说一些简单的话,如果觉得对方值得信赖,就会告诉他更多心里话。这个过程就像在用一套秘密规则,只有在你觉得安全的时候,才会告诉对方更多。论文里的“门控”机制就像这个秘密规则系统,它让模拟用户在对话中逐步决定什么时候说什么内容。这样,模拟出来的用户行为就更像真实人类,不会一开始就把所有秘密都说出来,也不会太过“热情”。这让评估对话系统变得更公平、更真实,也帮助开发者设计出更懂人的机器人。
Abstract
Using a large language model to play the user is now standard in scalable evaluation. It has a repeatedly diagnosed failure: the simulated user is excessively cooperative, so a system under test can score by the sheer number of questions it asks rather than by making the user willing to speak. We answer with a disclosure gate conditioning information release on the companion agent's behaviour: its state is a ladder of five ordered gates, merged onto three observable depth layers. We specify, ablate, and audit it, and train a user simulator against that specification. Gating behaviour is learned from the training corpus's synthetic branch, while the real branch supplies how people speak and react; after training, the simulator need not be told at runtime which gate each item sits behind. The gate is a load-bearing component of the environment: on the English corpus of a published companion-agent benchmark (CompanionBench), once training no longer states per example which gate each item sits behind, the largest rank displacement across 12 systems under test exceeds the noise band set by re-running that environment under a new seed, while per-system scores show no detectable change. We state two acceptance criteria: a ranking must be order-preserving, and absolute scores must be scale-stable. Of the candidates we examine, only one passes both -- the simulator we release -- and its leaderboard correlates at 0.993 with the benchmark's original simulator. By contrast, prompting a frontier model as the simulator barely moves the ranking while shifting every score upward -- a shift invisible to anyone checking the ranking alone. The environment we specify is the one that benchmark already used. That publication describes the mechanism in about four hundred words, and we supply what it lacked: specification, ablations, human studies, negative controls, and downstream sensitivity analysis.