paper-with-me

Papers

Efficient Agent Evaluation via Diversity-Guided User Simulation

2026-04-23 · Itay Nakash, George Kour, Ateret Anaby-Tavor arxiv

Large language models (LLMs) are increasingly deployed as customer-facing agents, yet evaluating their reliability remains challenging due to stochastic, multi-turn interactions. Current evaluation protocols rely on linear Monte Carlo rollouts of complete agent-user conversations to estimate success. However, this approach is computationally inefficient, repeatedly regenerating identical early prefixes, and often fails to uncover deep failure modes that arise from rare user behaviors. We introduce DIVERT (Diversity-Induced Evaluation via Branching of Trajectories), an efficient, snapshot-based, coverage-guided user simulation framework for systematic exploration of agent-user interactions. DIVERT captures the full agent-environment state at critical decision points and resumes execution from these snapshots, enabling reuse of shared conversation prefixes and reducing redundant computation. From each junction, the framework branches using targeted, diversity-inducing user responses, allowing directed exploration of alternative interaction paths. By focusing evaluation on semantically diverse and underexplored trajectories, DIVERT improves both efficiency and coverage. Empirical results show that it discovers more failures per token compared to standard linear rollout protocols, while expanding the set of tasks on which failures are identified.

📄 PDF Abstract BibTeX arXiv:2604.21480

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Static Benchmarks: Synthesizing Harmful Content via Persona-based Simulation for Robust Evaluation

2026-04-18 · Huije Lee, Jisu Shin, Hoyun Song, Changgeon Ko 외 arxiv

Static benchmarks for harmful content detection face limitations in scalability and diversity, and may also be affected by contamination from web-scale pre-training corpora. To address these issues, we propose a framewor…

CreAgent: Towards Long-Term Evaluation of Recommender System under Platform-Creator Information Asymmetry

2025-02-11 · Xiaopeng Ye, Chen Xu, Zhongxiang Sun, Jun Xu 외

Ensuring the long-term sustainability of recommender systems (RS) emerges as a crucial issue. Traditional offline evaluation methods for RS typically focus on immediate user feedback, such as clicks, but they often negle…

FairnessLarge Language ModelRecommendation Systems

EconGym: A Scalable AI Testbed with Diverse Economic Tasks

2025-06-13 · Qirui Mi, Qipeng Yang, Zijun Fan, Wentian Fan 외

Artificial intelligence (AI) has become a powerful tool for economic research, enabling large-scale simulation and policy optimization. However, applying AI effectively requires simulation platforms for scalable training…

Benchmarking

Agentic Persona Control and Task State Tracking for Realistic User Simulation in Interactive Scenarios

2025-11-30 · Hareeshwar Karthikeyan arxiv

Testing conversational AI systems at scale across diverse domains necessitates realistic and diverse user interactions capturing a wide array of behavioral patterns. We present a novel multi-agent framework for realistic…

cMALC-D: Contextual Multi-Agent LLM-Guided Curriculum Learning with Diversity-Based Context Blending

2025-08-28 · Anirudh Satheesh, Keenan Powell, Hua Wei arxiv

Many multi-agent reinforcement learning (MARL) algorithms are trained in fixed simulation environments, making them brittle when deployed in real-world scenarios with more complex and uncertain conditions. Contextual MAR…

Multi-agent Reinforcement Learning