paper-with-me

Papers

BenchTrace: A Benchmark for Testing Reflection Ability and Controlled Evolution in LLM Agents

2026-05-28 · Jiahao Huang, Fei Cheng, Junfeng Jiang, Zefan Yu, Akiko Aizawa arxiv

Self-evolving agents improve over time by reflecting on past failures, but existing evaluation is limited in two ways: it measures only task scores, leaving reflection quality unknown, and it relies on agents' own episode runs, offering no mechanism to target specific failure patterns. We present \textbf{BenchTrace}, a benchmark for evaluating self-evolution ability in LLM agents. BenchTrace is built on a snapshot-reflection dataset of 1,821 annotated episodes spanning six diverse tasks, and comprises a \textbf{Reflection Evaluation} that probes failure identification through targeted QA tasks, and an \textbf{Evolution Evaluation} that tests whether past failure experience translates into avoidance behavior in a controlled self-evolution simulation. Building on BenchTrace, we propose \textbf{failure avoidance rate (FAR)}, a new evaluation metric measuring the fraction of test cases in which the agent successfully avoids the target failure instance. Experiments with Qwen3-32B and GPT-4.1 reveal that both models fall below a 30\% end-to-end pass rate on reflection evaluation, with diagnosis as the primary bottleneck. Evolution evaluation shows that self-evolution methods generally improve FAR over the non-evolving baseline, but agents forget early lessons as noise episodes accumulate, and agents fail to generalize their reflections beyond the specific context, causing negative transfer across task contexts. Our correlation analysis further reveals that only a fully correct reflection is strongly associated with higher FAR. BenchTrace exposes concrete limits of current self-evolution approaches and provides a controlled, model-agnostic framework for targeted evaluation.

📄 PDF Abstract BibTeX arXiv:2605.29225

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmarking Single-Image Reflection Removal Algorithms

2017-10-01 · ICCV 2017 10 · Renjie Wan, Boxin Shi, Ling-Yu Duan, Ah-Hwee Tan 외

Removing undesired reflections from a photo taken in front of a glass is of great importance for enhancing the efficiency of visual computing systems. Various approaches have been proposed and shown to be visually plausi…

BenchmarkingReflection Removal

Adaptive Network Combination for Single-Image Reflection Removal: A Domain Generalization Perspective

2022-04-04 · Ming Liu, Jianan Pan, Zifei Yan, WangMeng Zuo 외

Recently, multiple synthetic and real-world datasets have been built to facilitate the training of deep single image reflection removal (SIRR) models. Meanwhile, diverse testing sets are also provided with different type…

Domain GeneralizationReflection Removal

M3-AD: Reflection-aware Multi-modal, Multi-category, and Multi-dimensional Benchmark and Framework for Industrial Anomaly Detection

2026-02-10 · Chao Huang, Yanhui Li, Yunkang Cao, Wei Wang 외 arxiv

Although multimodal large language models (MLLMs) have advanced industrial anomaly detection toward a zero-shot paradigm, they still tend to produce high-confidence yet unreliable decisions in fine-grained and structural…

Anomaly Detection

ReflCtrl: Controlling LLM Reflection via Representation Engineering

2025-12-16 · Ge Yan, Chung-En Sun, Tsui-Wei, Weng arxiv

Large language models (LLMs) with Chain-of-Thought (CoT) reasoning have achieved strong performance across diverse tasks, including mathematics, coding, and general reasoning. A distinctive ability of these reasoning mod…

When Hindsight is Not 20/20: Testing Limits on Reflective Thinking in Large Language Models

2024-04-14 · Yanhong Li, Chenghao Yang, Allyson Ettinger

Recent studies suggest that self-reflective prompting can significantly enhance the reasoning capabilities of Large Language Models (LLMs). However, the use of external feedback as a stop criterion raises doubts about th…

TruthfulQA