paper-with-me

Papers

RefactorBench: Evaluating Stateful Reasoning in Language Agents Through Code

2025-03-10 · Dhruv Gautam, Spandan Garg, Jinu Jang, Neel Sundaresan, Roshanak Zilouchian Moghaddam

Recent advances in language model (LM) agents and function calling have enabled autonomous, feedback-driven systems to solve problems across various digital domains. To better understand the unique limitations of LM agents, we introduce RefactorBench, a benchmark consisting of 100 large handcrafted multi-file refactoring tasks in popular open-source repositories. Solving tasks within RefactorBench requires thorough exploration of dependencies across multiple files and strong adherence to relevant instructions. Every task is defined by 3 natural language instructions of varying specificity and is mutually exclusive, allowing for the creation of longer combined tasks on the same repository. Baselines on RefactorBench reveal that current LM agents struggle with simple compositional tasks, solving only 22% of tasks with base instructions, in contrast to a human developer with short time constraints solving 87%. Through trajectory analysis, we identify various unique failure modes of LM agents, and further explore the failure mode of tracking past actions. By adapting a baseline agent to condition on representations of state, we achieve a 43.9% improvement in solving RefactorBench tasks. We further extend our state-aware approach to encompass entire digital environments and outline potential directions for future research. RefactorBench aims to support the study of LM agents by providing a set of real-world, multi-hop tasks within the realm of code.

📄 PDF Abstract BibTeX arXiv:2503.07832

Code (1)

microsoft/RefactorBench 공식 구현

Tasks

Specificity

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Evaluating Self-Correcting Vision Agents Through Quantitative and Qualitative Metrics

2026-01-14 · Aradhya Dixit arxiv

Recent progress in multimodal foundation models has enabled Vision-Language Agents (VLAs) to decompose complex visual tasks into executable tool-based plans. While recent benchmarks have begun to evaluate iterative self-…

MuSEAgent: A Multimodal Reasoning Agent with Stateful Experiences

2026-03-29 · Shijian Wang, Jiarui Jin, Runhao Fu, Zexuan Yan 외 arxiv

Research agents have recently achieved significant progress in information seeking and synthesis across heterogeneous textual and visual sources. In this paper, we introduce MuSEAgent, a multimodal reasoning agent that e…

Multimodal Reasoning

TextQuests: How Good are LLMs at Text-Based Video Games?

2025-07-31 · Long Phan, Mantas Mazeika, Andy Zou, Dan Hendrycks arxiv

Evaluating AI agents within complex, interactive environments that mirror real-world challenges is critical for understanding their practical capabilities. While existing agent benchmarks effectively assess skills like t…

Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory

2025-11-25 · Tianxin Wei, Noveen Sachdeva, Benjamin Coleman, Zhankui He 외 arxiv

Statefulness is essential for large language model (LLM) agents to perform long-term planning and problem-solving. This makes memory a critical component, yet its management and evolution remain largely underexplored. Ex…

Proactive Agent Research Environment: Simulating Active Users to Evaluate Proactive Assistants

2026-04-01 · Deepak Nathani, Cheng Zhang, Chang Huan, Jiaming Shan 외 arxiv

Proactive agents that anticipate user needs and autonomously execute tasks hold great promise as digital assistants, yet the lack of realistic user simulation frameworks hinders their development. Existing approaches mod…