paper-with-me

홈 › Papers

AI-Generated Code Is Not Reproducible (Yet): An Empirical Study of Dependency Gaps in LLM-Based Coding Agents

2025-12-26 · Bhanu Prakash Vangala, Ali Adibifar, Ashish Gehani, Tanu Malik arxiv

The rise of Large Language Models (LLMs) as coding agents promises to accelerate software development, but their impact on generated code reproducibility remains largely unexplored. This paper presents an empirical study investigating whether LLM-generated code can be executed successfully in a clean environment with only OS packages and using only the dependencies that the model specifies. We evaluate three state-of-the-art LLM coding agents (Claude Code, OpenAI Codex, and Gemini) across 300 projects generated from 100 standardized prompts in Python, JavaScript, and Java. We introduce a three-layer dependency framework (distinguishing between claimed, working, and runtime dependencies) to quantify execution reproducibility. Our results show that only 68.3% of projects execute out-of-the-box, with substantial variation across languages (Python 89.2%, Java 44.0%). We also find a 13.5 times average expansion from declared to actual runtime dependencies, revealing significant hidden dependencies.

📄 PDF Abstract BibTeX arXiv:2512.22387

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SmartEval: A Benchmark for Evaluating LLM-Generated Smart Contracts from Natural Language Specifications

2026-05-10 · Abhinav Goel, Agostino Capponi, Alfio Gliozzo, Chaitya Shah arxiv

We introduce SmartEval, a benchmark for systematically evaluating the quality of Solidity smart contracts generated by large language models (LLMs) from natural language specifications. SmartEval provides a corpus of 9,0…

Leveraging Partial Dependency Trees to Control Image Captions

2021-06-01 · NAACL (ALVR) 2021 6 · Wenjie Zhong, Yusuke Miyao

Controlling the generation of image captions attracts lots of attention recently. In this paper, we propose a framework leveraging partial syntactic dependency trees as control signals to make image captions include spec…

Image Captioning

CodeCompass: Navigating the Navigation Paradox in Agentic Code Intelligence

2026-02-23 · Tarakanath Paipuru arxiv

Modern code intelligence agents operate in contexts exceeding 1 million tokens--far beyond the scale where humans manually locate relevant files. Yet agents consistently fail to discover architecturally critical files wh…

Prompt Engineering

Knowledge Graph Embedding with Electronic Health Records Data via Latent Graphical Block Model

2023-05-31 · Junwei Lu, Jin Yin, Tianxi Cai

Due to the increasing adoption of electronic health records (EHR), large scale EHRs have become another rich data source for translational clinical research. Despite its potential, deriving generalizable knowledge from E…

Graph EmbeddingKnowledge Graph Embedding

Is Japanese CCGBank empirically correct? A case study of passive and causative constructions

2023-02-28 · Daisuke Bekki, Hitomi Yanaka

The Japanese CCGBank serves as training and evaluation data for developing Japanese CCG parsers. However, since it is automatically generated from the Kyoto Corpus, a dependency treebank, its linguistic validity still ne…

Semantic Parsing