paper-with-me

Papers

AgentProcessBench: Diagnosing Step-Level Process Quality in Tool-Using Agents

2026-03-15 · Shengda Fan, Xuyan Ye, Yupeng Huo, Zhi-Yuan Chen, Yiju Guo, Shenzhi Yang, Wenkai Yang, Shuqi Ye, Jingwen Chen, Haotian Chen, Xin Cong, Yankai Lin arxiv

While Large Language Models (LLMs) have evolved into tool-using agents, they remain brittle in long-horizon interactions. Unlike mathematical reasoning where errors are often rectifiable via backtracking, tool-use failures frequently induce irreversible side effects, making accurate step-level verification critical. However, existing process-level benchmarks are predominantly confined to closed-world mathematical domains, failing to capture the dynamic and open-ended nature of tool execution. To bridge this gap, we introduce AgentProcessBench, the first benchmark dedicated to evaluating step-level effectiveness in realistic, tool-augmented trajectories. The benchmark comprises 1,000 diverse trajectories and 8,509 human-labeled step annotations with 89.1% inter-annotator agreement. It features a ternary labeling scheme to capture exploration and an error propagation rule to reduce labeling ambiguity. Extensive experiments reveal key insights: (1) weaker policy models exhibit inflated ratios of correct steps due to early termination; (2) distinguishing neutral and erroneous actions remains a significant challenge for current models; and (3) process-derived signals provide complementary value to outcome supervision, significantly enhancing test-time scaling. We hope AgentProcessBench can foster future research in reward models and pave the way toward general agents. The code and data are available at https://github.com/RUCBM/AgentProcessBench.

📄 PDF Abstract BibTeX arXiv:2603.14465

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Diagnosing Multi-step Reasoning Failures in Black-box LLMs via Stepwise Confidence Attribution

2026-05-19 · Xiaoou Liu, Tiejin Chen, Dengjia Zhang, Yaqing Wang 외 arxiv

Large Language Models have achieved strong performance on reasoning tasks with objective answers by generating step-by-step solutions, but diagnosing where a multi-step reasoning trace might fail remains difficult. Confi…

Multi-hop Question AnsweringMathematical Reasoning

ARCO: Adaptive Rubrics with Co-Evolution for Multi-Step LLM-Based Agents

2026-06-19 · Zihang Tian, Jingsen Zhang, Rui Li, Xiaohe Bo 외 arxiv

Reinforcement learning for multi-step LLM agents often relies on scalar rewards that indicate success but cannot explain why a trajectory is good or bad. Rubric-based rewards improve interpretability through natural-lang…

Reinforcement Learning

Diagnosing Translated Benchmarks: An Automated Quality Assurance Study of the EU20 Benchmark Suite

2026-04-02 · Klaudia Thellmann, Bernhard Stadler, Michael Färber arxiv

Machine-translated benchmark datasets reduce costs and offer scale, but noise, loss of structure, and uneven quality weaken confidence. What matters is not merely whether we can translate, but also whether we can measure…

Quality meets Diversity: A Model-Agnostic Framework for Computerized Adaptive Testing

2021-01-15 · Haoyang Bi, Haiping Ma, Zhenya Huang, Yu Yin 외

Computerized Adaptive Testing (CAT) is emerging as a promising testing application in many scenarios, such as education, game and recruitment, which targets at diagnosing the knowledge mastery levels of examinees on requ…

Active LearningDiversity

Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time

2025-08-04 · Huihan Li, You Chen, Siyuan Wang, Yixin He 외 arxiv

Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about the extent to which their success relies on memorization. This issue is especially acute…