PulseAugur
EN
LIVE 23:45:21

New RepoExec benchmark reveals LLMs struggle with code dependency accuracy

A new benchmark called RepoExec, introduced in a paper from FPT Software AI Center, evaluates Large Language Models on code generation by considering both correctness and dependency invocation rate. The benchmark revealed that current models struggle to accurately utilize provided dependencies, with many models failing to call the correct dependencies or rewriting existing functions instead of solving the problem. The research also found that providing only function signatures and docstrings, without the function body, can lead models to misinterpret the task as a few-shot example, resulting in empty or incorrect code. AI

IMPACT Highlights a critical gap in LLM code generation capabilities, suggesting current models may not reliably integrate external code dependencies.

RANK_REASON Research paper introducing a new benchmark for LLM code generation. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New RepoExec benchmark reveals LLMs struggle with code dependency accuracy

How we ranked this

Signal score
38 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Research paper introducing a new benchmark for LLM code generation. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · hidetzu ·

    The Tests Passed. The Function Already Existed.

    <p>Both models passed the tests. Both rewrote a function that was sitting in their own prompt, twenty lines up.</p> <p>That is a worked example from the RepoExec paper, and it is the reason the benchmark exists. <code>pass@k</code> cannot see it — the tests are green. The bill ar…