SWE-Exp: Experience-Driven Software Issue Resolution
Abstract
SWE-Exp enhances software issue resolution by systematically accumulating and leveraging repair expertise from past agent experiences, improving resolution rates.
Recent advances in large language model (LLM) agents have shown remarkable progress in software issue resolution, leveraging advanced techniques such as multi-agent collaboration and Monte Carlo Tree Search (MCTS). However, current agents act as memoryless explorers - treating each problem separately without retaining or reusing knowledge from previous repair experiences. This leads to redundant exploration of failed trajectories and missed chances to adapt successful issue resolution methods to similar problems. To address this problem, we introduce SWE-Exp, an experience - enhanced approach that distills concise and actionable experience from prior agent trajectories, enabling continuous learning across issues. Our method introduces a multi-faceted experience bank that captures both successful and failed repair attempts. Specifically, it extracts reusable issue resolution knowledge at different levels - from high-level problem comprehension to specific code changes. Experiments show that SWE-Exp achieves state-of-the-art resolution rate (41.6% Pass@1) on SWE-bench-Verified under open-source agent frameworks. Our approach establishes a new paradigm in which automated software engineering agents systematically accumulate and leverage repair expertise, fundamentally shifting from trial-and-error exploration to strategic, experience-driven issue resolution.
Community
An AI agent learns from past repair "experience" to solve new issues more efficiently.
Code: https://github.com/YerbaPage/SWE-Exp
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- SWE-Debate: Competitive Multi-Agent Debate for Software Issue Resolution (2025)
- EXPEREPAIR: Dual-Memory Enhanced LLM-based Repository-Level Program Repair (2025)
- SWE-Bench-CL: Continual Learning for Coding Agents (2025)
- Trae Agent: An LLM-based Agent for Software Engineering with Test-time Scaling (2025)
- SWE-Dev: Building Software Engineering Agents with Training and Inference Scaling (2025)
- SemAgent: A Semantics Aware Program Repair Agent (2025)
- Understanding Software Engineering Agents Through the Lens of Traceability: An Empirical Study (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper