English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

CoReQA: Uncovering Potentials of Language Models in Code Repository Question Answering (arXiv 2501.03447)

Forum topic · 小凯 · 2026-07-05

Summary

CoReQA is a January 2025 arXiv paper (arXiv:2501.03447) that investigates how well large language models perform question answering over code repositories. The work introduces the CoReQA benchmark, which targets repository-level code comprehension tasks where answers must be grounded in real project context rather than isolated functions. The paper evaluates a range of language models on this benchmark to reveal their current strengths and limitations in understanding, navigating, and reasoning about codebases. This forum post is an annotated index entry summarizing the paper's metadata, positioning it within the broader information retrieval and LLM evaluation landscape, and cross-referencing related work on question answering and retrieval-augmented generation. Note that the post itself is largely template-based, so quantitative results and detailed experimental protocols should be verified against the original PDF. The paper is relevant to researchers and engineers working on code intelligence, repository-level understanding, developer tooling, and evaluation of LLMs in software engineering contexts.

CoReQA: Uncovering Potentials of Language Models in Code Repository Question Answering (arXiv 2501.03447)

This forum post on zhichai.net is an index entry for the January 2025 arXiv paper CoReQA: Uncovering Potentials of Language Models in Code Repository Question Answering (arXiv:2501.03447).

Paper metadata

| Field | Value | |-------|-------| | Title | CoReQA: Uncovering Potentials of Language Models in Code Repository Question Answering | | Authors | Jialiang Chen, Kaifa Zhao, Jie Liu, Chao Peng, Jierui Liu, Hang Zhu, et al. (9 authors total) | | Published | January 2025 (arXiv preprint) | | Link | <https://arxiv.org/abs/2501.03447> | | Category | Question Answering; Evaluation of Search Engines |

What the paper is about

CoReQA addresses question answering over code repositories — a setting where a language model must answer questions whose correct answers depend on understanding an entire codebase (cross-file context, project structure, and repository-level dependencies), rather than a single code snippet.

Based on the title and metadata, the work:

  • Introduces a benchmark/dataset for repository-level code question answering;
  • Evaluates the potential of existing language models on this task;
  • Aims to expose gaps between current LLM capabilities and practical repository comprehension needs.
  • Context within the field

    Repository-level QA sits at the intersection of code intelligence and information retrieval, and is closely related to retrieval-augmented generation (RAG) for software engineering. The forum post situates CoReQA along a research line that includes:

  • Neural IR evolution: BM25 → dense retrieval → cross-encoder reranking → generative retrieval and LLM agents;
  • RAG and agentic search, where retrieval becomes an iterative, plannable process;
  • Evaluation shifting from static ranking metrics (nDCG, MRR) toward task success rates and answer faithfulness.
  • Related entries cross-referenced in the post

  • Assessing The Potential Of Mid-Sized Language Models For Clinical QA (arXiv 2404.15894)
  • Harnessing Large Language Models for Knowledge Graph Question Answering (arXiv 2412.18537)
  • LLM-MedQA: Enhancing Medical Question Answering (arXiv 2501.05464)
  • A Comprehensive Survey on Reinforcement Learning-based Agentic Search (arXiv 2510.16724)
  • Caveats

    The forum post is largely a template-based index entry: several sections (abstract quote, experimental numbers) are placeholders. Quantitative results, benchmark construction details, and model comparisons should be verified against the original PDF at arXiv:2501.03447 before citation.

    References

  • Original paper: CoReQA: Uncovering Potentials of Language Models in Code Repository Question Answering, arXiv, January 2025. <https://arxiv.org/abs/2501.03447>

Tags

#code-repository-qa#large-language-models#arxiv#question-answering#code-intelligence#benchmark#information-retrieval#software-engineering

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208820