paper-with-me

Papers

Know Before Fix: QA-Driven Repository Knowledge Acquisition for Software Issue Resolution

2026-07-13 · Haotian Lin, Silin Chen, Xiaodong Gu, Yuling Shi, Chengxi Pan, Jiaqi Ge, Mengfan Li, Jianghong Huang, Mengchieh Chuang, Beijun Shen, Haibing Guan hf

LLM-based coding agents have significantly advanced automated software issue resolution, yet they remain highly prone to factual errors caused by insufficient repository understanding. Recent methods attempt to mitigate this limitation through pre-repair repository exploration; however, their fix-driven strategies explore repositories without identifying the agent's knowledge gaps, often yielding imprecise context that fails to bridge the underlying understanding deficit. In this paper, we propose ACQUIRE, a QA-driven framework for software issue resolution. Mirroring how experienced developers first comprehend unfamiliar code before attempting a fix, ACQUIRE explicitly acquires repository knowledge prior to repair. The framework decouples knowledge acquisition from patch generation through two stages: in the first stage, a Questioner and an Answerer collaborate to acquire structured repository knowledge, where the Questioner poses targeted questions and the Answerer produces evidence-grounded answers through autonomous exploration; in the second stage, the Resolver leverages the resulting QA knowledge to generate informed patches. By transforming implicit knowledge gaps into explicit, factually reliable understanding, ACQUIRE accelerates knowledge-intensive repair stages and enables more accurate resolution. Experiments on SWE-bench Verified demonstrate that ACQUIRE consistently outperforms representative pre-repair methods, raising Pass@1 by up to 4.4 percentage points with modest additional cost and time.

📄 PDF Abstract BibTeX arXiv:2607.11111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillForge: Self-Distilling Agents for Project-Specific Issue Resolution

2026-08-19 · Silin Chen, Han Li, Xiaodong Gu, Yuling Shi 외 arxiv

Large language model (LLM) based agents have demonstrated remarkable proficiency in automated software issue resolution, yet they often struggle to resolve issues in a specific repository because they lack project-specif…

FIKA-Bench: From Fine-grained Recognition to Fine-Grained Knowledge Acquisition

2026-05-13 · Geng Li, Yuxin Peng arxiv

Fine-grained recognition in everyday life is often not a closed-book classification problem: when encountering unfamiliar objects, humans actively search, compare visual details, and verify evidence before deciding. Exis…

ATime-Consistent Benchmark for Repository-Level Software Engineering Evaluation

2026-03-27 · Xianpeng, Sun, Haonan Sun, Tian Yu 외 arxiv

Evaluation of repository-aware software engineering systems is often confounded by synthetic task design, prompt leakage, and temporal contamination between repository knowledge and future code changes. We present a time…

Persistent Cross-Attempt State Optimization for Repository-Level Code Generation

2026-04-04 · Ruwei Pan, Jiangshuai Wang, Qisheng Zhang, Yueheng Zhu 외 arxiv

Large language models (LLMs) have achieved substantial progress in repository-level code generation. However, solving the same repository-level task often requires multiple attempts, while existing methods still optimize…

Code Generation

A Document Repository for Social Media and Speech Conversations

2016-05-01 · LREC 2016 5 · Adam Funk, Robert Gaizauskas, Benoit Favre

We present a successfully implemented document repository REST service for flexible SCRUD (search, crate, read, update, delete) storage of social media conversations, using a GATE/TIPSTER-like document object model and p…