paper-with-me

홈 › Papers

ReproRepo: Scaling Reproducibility Audits with GitHub Repository Issues

2026-06-16 · Shanda Li, Qiuhong Anna Wei, Jingwu Tang, Valerie Chen, Nihar B Shah, Tim Dettmers, Yiming Yang, Ameet Talwalkar arxiv

Reproducing research results from papers and released code is central to scientific progress. Existing works have introduced benchmarks to evaluate whether LLM agents can assist with reproducibility, but they are difficult to scale due to their reliance on substantial manual effort for data curation and evaluation. We introduce ReproRepo, a scalable framework for reproducibility evaluation that leverages human-raised GitHub issues as naturally occurring supervision on realistic reproduction blockers. We instantiate ReproRepo on 1,149 recent machine learning papers from major conferences and evaluate four frontier model-agent configurations. Our results show that LLM agents, even without executing code, can identify many real-world reproducibility problems from paper-repository pairs: the best agent in our study, namely Codex with GPT-5.5, surfaces at least one semantically related human-reported blocker for ~90% of papers in the study. Further analysis shows that agents are particularly effective for surfacing visible failures and identifying the right semantic region, but may still be insufficient in exact localization. ReproRepo can serve as a reusable, scalable framework for future evaluations of LLM agents on real-world reproducibility auditing. Our code is released at https://github.com/LithiumDA/ReproRepo.

📄 PDF Abstract BibTeX arXiv:2606.18237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Revisiting Algorithmic Audits of TikTok: Poor Reproducibility and Short-term Validity of Findings

2025-04-25 · Matej Mosnar, Adam Skurla, Branislav Pecher, Matus Tibensky 외

Social media platforms are constantly shifting towards algorithmically curated content based on implicit or explicit user feedback. Regulators, as well as researchers, are calling for systematic social media algorithmic …

Recommendation Systems

Maintaining MTEB: Towards Long Term Usability and Reproducibility of Embedding Benchmarks

2025-06-26 · Isaac Chung, Imene Kerboua, Marton Kardos, Roman Solomatin 외

The Massive Text Embedding Benchmark (MTEB) has become a standard evaluation platform for text embedding models. While previous work has established the core benchmark methodology, this paper focuses on the engineering a…

Reproducible scaling laws for contrastive language-image learning

2022-12-14 · CVPR 2023 1 · Mehdi Cherti, Romain Beaumont, Ross Wightman, Mitchell Wortsman 외

Scaling up neural networks has led to remarkable performance across a wide range of tasks. Moreover, performance often follows reliable scaling laws as a function of training set size, model size, and compute, which offe…

Image ClassificationOpen Vocabulary Attribute DetectionRetrievalzero-shot-classification+3

Reproducibility Challenge NeurIPS 2019 Report on "Competitive Gradient Descent"

2020-01-26 · Gopi Kishan

This is a report for reproducibility challenge of NeurlIPS 2019 on the paper Competitive Gradient Descent (Schafer et al., 2019). The paper introduces a novel algorithm for the numerical computation of Nash equilibria of…

Developing and Maintaining an Open-Source Repository of AI Evaluations: Challenges and Insights

2025-07-09 · Alexandra Abbas, Celia Waggoner, Justin Olive arxiv

AI evaluations have become critical tools for assessing large language model capabilities and safety. This paper presents practical insights from eight months of maintaining $inspect\_evals$, an open-source repository of…