[2505.20662] AutoReproduce: Automatic AI Experiment Reproduction with Paper Lineage
About this article
Abstract page for arXiv paper 2505.20662: AutoReproduce: Automatic AI Experiment Reproduction with Paper Lineage
Computer Science > Artificial Intelligence arXiv:2505.20662 (cs) [Submitted on 27 May 2025 (v1), last revised 8 Apr 2026 (this version, v3)] Title:AutoReproduce: Automatic AI Experiment Reproduction with Paper Lineage Authors:Xuanle Zhao, Zilin Sang, Yuxuan Li, Qi Shi, Weilun Zhao, Shuo Wang, Duzhen Zhang, Xu Han, Zhiyuan Liu, Maosong Sun View a PDF of the paper titled AutoReproduce: Automatic AI Experiment Reproduction with Paper Lineage, by Xuanle Zhao and 9 other authors View PDF HTML (experimental) Abstract:Efficient reproduction of research papers is pivotal to accelerating scientific progress. However, the increasing complexity of proposed methods often renders reproduction a labor-intensive endeavor, necessitating profound domain expertise. To address this, we introduce the paper lineage, which systematically mines implicit knowledge from the cited literature. This algorithm serves as the backbone of our proposed AutoReproduce, a multi-agent framework designed to autonomously reproduce experimental code in a complete, end-to-end manner. To ensure code executability, AutoReproduce incorporates a sampling-based unit testing strategy for rapid validation. To assess reproduction capabilities, we introduce ReproduceBench, a benchmark featuring verified implementations, alongside comprehensive metrics for evaluating both reproduction and execution fidelity. Extensive evaluations on PaperBench and ReproduceBench demonstrate that AutoReproduce consistently surpasses existin...