Papers › EvoCodeBench: An Evolving Code Generation Benchmark Aligned with Real-World Code Repositories

EvoCodeBench: An Evolving Code Generation Benchmark Aligned with Real-World Code Repositories

31 Mar 2024arXiv:2404.00599archive 2025-07-28

Jia Li, Ge Li, Xuanming Zhang, Yihong Dong, Zhi Jin

How to evaluate Large Language Models (LLMs) in code generation is an open question. Existing benchmarks demonstrate poor alignment with real-world code repositories and are insufficient to evaluate the coding abilities of LLMs. This paper proposes a new benchmark - EvoCodeBench to address the preceding problems, which has three primary advances. (1) EvoCodeBench aligns with real-world repositories in multiple dimensions, e.g., code distributions and dependency distributions. (2) EvoCodeBench offers comprehensive annotations (e.g., requirements, reference code, and reference dependencies), and robust evaluation metrics (e.g., Pass@k and Recall@k). (3) EvoCodeBench is an evolving benchmark to avoid data leakage. We build an automatic pipeline to update EvoCodeBench from the latest repositories. We release the first version - EvoCodeBench-2403, containing 275 samples from 25 real-world repositories. Based on EvoCodeBench, we propose repository-level code generation and evaluate 10 popular LLMs (e.g., gpt-4, gpt-3.5, DeepSeek Coder, StarCoder 2, CodeLLaMa, Gemma, and Qwen 1.5). Our experiments reveal the coding abilities of these LLMs in real-world repositories. For example, the highest Pass@1 of gpt-4 only is 20.73% in our experiments. We also analyze failed cases and summarize the shortcomings of existing LLMs in EvoCodeBench. We release EvoCodeBench, all prompts, and LLMs' completions for further community analysis.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.00599")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong; 10 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

seketeam/evocodebench officialmentioned in paperApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 14 ran; 3 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · our draft was wrong
10ran
1unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from seketeam/evocodebench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adjust_indent seketeam/evocodebench/pass_k.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 020a90b56537e147 · report
compute_pass_at_k seketeam/evocodebench/pass_k.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 41f57204e706d18f · report
compute_recall seketeam/evocodebench/parser/recall_k.py official repository ran Apache-2.0 (permissive) · b57d66d6dc47f45b · report
count_indent seketeam/evocodebench/utils.py official repository ran Apache-2.0 (permissive) · e6083effdcd822ef · report
count_indent seketeam/evocodebench/prompt/process_completion.py official repository ran fingerprinted Apache-2.0 (permissive) · fb2bbc95a2bfbc79 · report
execution_tests seketeam/evocodebench/pass_k.py official repository ran Apache-2.0 (permissive) · 1e451f11c8932b9f · report
get_module_name seketeam/evocodebench/parser/pyan_zyf_v2/anutils.py official repository ran fingerprinted Apache-2.0 (permissive) · aa151466ba7abc12 · report
head seketeam/evocodebench/parser/pyan_zyf_v2/anutils.py official repository ran fingerprinted Apache-2.0 (permissive) · 9b6c4ca7d09044ef · report
load_api seketeam/evocodebench/gpt_inference.py official repository ran Apache-2.0 (permissive) · 4582b8be0cf47287 · report
load_file seketeam/evocodebench/gpt_inference.py official repository ran Apache-2.0 (permissive) · d6407246571e12e2 · report
load_json_data seketeam/evocodebench/utils.py official repository ran Apache-2.0 (permissive) · dbc6dc84387eb165 · report
produce_prompt seketeam/evocodebench/make_prompt.py official repository ran Apache-2.0 (permissive) · 82e52f3a9b3bc119 · report
retrieve_context_length seketeam/evocodebench/LM_inference.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · b3194a8fcb5677f4 · report
retrieve_special_ids seketeam/evocodebench/LM_inference.py official repository ran · honoured contract Apache-2.0 (permissive) · afdab5980a879713 · report
tail seketeam/evocodebench/parser/pyan_zyf_v2/anutils.py official repository unverified Apache-2.0 (permissive) · 0999d7eb180157c0 · report

Tasks

Code Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections