paper-with-me

홈 › Papers

AgentCE-Bench: Agent Configurable Evaluation with Scalable Horizons and Controllable Difficulty under Lightweight Environments

2026-04-07 · Wang Yang, Chaoda Song, Xinpeng Li, Debargha Ganguly, Chuang Ma, Shouren Wang, Zhihao Dou, Yuli Zhou, Vipin Chaudhary, Xiaotian Han arxiv

Existing Agent benchmarks suffer from two critical limitations: high environment interaction overhead (up to 41\% of total evaluation time) and imbalanced task horizon and difficulty distributions that make aggregate scores unreliable. To address these issues, we propose AgentCE-Bench built around a unified grid-based planning task, where agents must fill hidden slots in a partially completed schedule subject to both local slot constraints and global constraints. Our benchmark offers fine-grained control through two orthogonal axes: \textbf{Scalable Horizons}, controlled by the number of hidden slots $H$, and \textbf{Controllable Difficulty}, governed by a decoy budget $B$ that determines the number of globally misleading decoy candidates. Crucially, all tool calls are resolved via static JSON files under a \textbf{Lightweight Environment} design, eliminating setup overhead and enabling fast, reproducible evaluation suitable for training-time validation. We first validate that $H$ and $B$ provide reliable control over task horizon and difficulty, and that AgentCE-Bench exhibits strong domain consistency and model discriminability. We then conduct comprehensive experiments across 13 models of diverse sizes and families over 6 domains, revealing significant cross-model performance variation and confirming that AgentCE-Bench provides interpretable and controllable evaluation of agent reasoning.

📄 PDF Abstract BibTeX arXiv:2604.06111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Configurable multi-agent framework for scalable and realistic testing of llm-based agents

2025-07-19 · Sai Wang, Senthilnathan Subramanian, Mudit Sahni, Praneeth Gone 외 arxiv

Large-language-model (LLM) agents exhibit complex, context-sensitive behaviour that quickly renders static benchmarks and ad-hoc manual testing obsolete. We present Neo, a configurable, multi-agent framework that automat…

Question GenerationTopic coverage

TABX: A High-Throughput Sandbox Battle Simulator for Multi-Agent Reinforcement Learning

2026-02-02 · Hayeong Lee, JunHyeok Oh, Byung-Jun Lee arxiv

The design of environments plays a critical role in shaping the development and evaluation of cooperative multi-agent reinforcement learning (MARL) algorithms. While existing benchmarks highlight critical challenges, the…

Multi-agent Reinforcement Learning

JudgeFlow: Agentic Workflow Optimization via Block Judge

2026-01-12 · Zihan Ma, Zhikai Zhao, Chuanbo Hua, Federico Berto 외 arxiv

Optimizing LLM-based agentic workflows is challenging for scaling AI capabilities. Current methods rely on coarse, end-to-end evaluation signals and lack fine-grained signals on where to refine, often resulting in ineffi…

Mathematical ReasoningCode Generation

LHAW: Controllable Underspecification for Long-Horizon Tasks

2026-02-11 · George Pu, Michael S. Lee, Udari Madhushani Sehwag, David J. Lee 외 arxiv

Long-horizon workflow agents that operate effectively over extended periods are essential for truly autonomous systems. Their reliable execution critically depends on the ability to reason through ambiguous situations in…

Learning to Focus: CSI-Free Hierarchical MARL for Reconfigurable Reflectors

2026-04-06 · Hieu Le, Mostafa Ibrahim, Oguz Bedir, Jian Tao 외 arxiv

Reconfigurable Intelligent Surfaces (RIS) has a potential to engineer smart radio environments for next-generation millimeter-wave (mmWave) networks. However, the prohibitive computational overhead of Channel State Infor…

Multi-agent Reinforcement Learning