paper-with-me

홈 › Papers

OrcaLoca: An LLM Agent Framework for Software Issue Localization

2025-02-01 · Zhongming Yu, Hejia Zhang, Yujie Zhao, Hanxian Huang, Matrix Yao, Ke Ding, Jishen Zhao

Recent developments in Large Language Model (LLM) agents are revolutionizing Autonomous Software Engineering (ASE), enabling automated coding, problem fixes, and feature improvements. However, localization -- precisely identifying software problems by navigating to relevant code sections -- remains a significant challenge. Current approaches often yield suboptimal results due to a lack of effective integration between LLM agents and precise code search mechanisms. This paper introduces OrcaLoca, an LLM agent framework that improves accuracy for software issue localization by integrating priority-based scheduling for LLM-guided action, action decomposition with relevance scoring, and distance-aware context pruning. Experimental results demonstrate that OrcaLoca becomes the new open-source state-of-the-art (SOTA) in function match rate (65.33%) on SWE-bench Lite. It also improves the final resolved rate of an open-source framework by 6.33 percentage points through its patch generation integration.

📄 PDF Abstract BibTeX arXiv:2502.00350

Code (0)

등록된 구현이 없습니다.

Tasks

Code SearchLanguage ModelingLanguage ModellingLarge Language ModelScheduling

Similar Papers 제목 키워드 기반

SweRank: Software Issue Localization with Code Ranking

2025-05-07 · Revanth Gangi Reddy, Tarun Suresh, JaeHyeok Doo, Ye Liu 외

Software issue localization, the task of identifying the precise code locations (files, classes, or functions) relevant to a natural language issue description (e.g., bug report, feature request), is a critical yet time-…

Descriptive

SWE-Debate: Competitive Multi-Agent Debate for Software Issue Resolution

2025-07-31 · Han Li, Yuling Shi, Shaoxin Lin, Xiaodong Gu 외 arxiv

Issue resolution has made remarkable progress thanks to the advanced reasoning capabilities of large language models (LLMs). Recently, agent-based frameworks such as SWE-agent have further advanced this progress by enabl…

Tool-integrated Reinforcement Learning for Repo Deep Search

2025-08-05 · Zexiong Ma, Chao Peng, Qunhong Zeng, Pengfei Gao 외 arxiv

Issue localization, the process of identifying code locations that need modification to resolve software issues, is a critical yet challenging task in software development. The semantic gap between natural language issue…

Reinforcement Learning

SweRank+: Multilingual, Multi-Turn Code Ranking for Software Issue Localization

2025-12-23 · Revanth Gangi Reddy, Ye Liu, Wenting Zhao, JaeHyeok Doo 외 arxiv

Maintaining large-scale, multilingual codebases hinges on accurately localizing issues, which requires mapping natural-language error descriptions to the relevant functions that need to be modified. However, existing ran…

SWE-Adept: An LLM-Based Agentic Framework for Deep Codebase Analysis and Structured Issue Resolution

2026-03-01 · Kang He, Kaushik Roy arxiv

Large language models (LLMs) exhibit strong performance on self-contained programming tasks. However, they still struggle with repository-level software engineering (SWE), which demands (1) deep codebase navigation with …