@inproceedings{liang-etal-2025-language,
title = "Can Language Models Replace Programmers for Coding? {REPOCOD} Says `Not Yet'",
author = "Liang, Shanchao and
Jiang, Nan and
Hu, Yiran and
Tan, Lin",
editor = "Che, Wanxiang and
Nabende, Joyce and
Shutova, Ekaterina and
Pilehvar, Mohammad Taher",
booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = jul,
year = "2025",
address = "Vienna, Austria",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/landing_page/2025.acl-long.1204/",
pages = "24698--24717",
ISBN = "979-8-89176-251-0",
abstract = "Recently, a number of repository-level code generation benchmarks{--}such as CoderEval, DevEval, RepoEval, RepoBench, and LongCode-Arena{--}have emerged to evaluate the capabilities of large language models (LLMs) beyond standalone benchmarks like HumanEval and MBPP. Thus, a natural question is, would LLMs have similar performance in real world coding tasks as their performance in these benchmarks? Unfortunately, one cannot answer this question, since these benchmarks consist of short completions, synthetic examples, or focus on limited scale repositories, failing to represent real-world coding tasks.To address these challenges, we create RepoCod, a Python code-generation benchmark containing complex tasks with realistic dependencies in real-world large projects and appropriate metrics for evaluating source code. It includes 980 whole-function generation tasks from 11 popular projects, 50.8{\%} of which require repository-level context. RepoCod includes 314 developer-written test cases per instance for better evaluation. We evaluate ten LLMs on RepoCod and find that none achieves more than 30{\%} pass@1 on RepoCod, indicating the necessity of building stronger LLMs that can help developers in real-world software development. In addition, we found that retrieval-augmented generation achieves better results than using target function dependencies as context."
}
Markdown (Informal)
[Can Language Models Replace Programmers for Coding? REPOCOD Says ‘Not Yet’](https://preview.aclanthology.org/landing_page/2025.acl-long.1204/) (Liang et al., ACL 2025)
ACL