paper-with-me

홈 › Papers

An End-to-End System for Reproducibility Assessment of Source Code Repositories via Their Readmes

2023-10-14 · Eyüp Kaan Akdeniz, Selma Tekir, Malik Nizar Asad Al Hinnawi

Increased reproducibility of machine learning research has been a driving force for dramatic improvements in learning performances. The scientific community further fosters this effort by including reproducibility ratings in reviewer forms and considering them as a crucial factor for the overall evaluation of papers. Accompanying source code is not sufficient to make a work reproducible. The shared codes should meet the ML reproducibility checklist as well. This work aims to support reproducibility evaluations of papers with source codes. We propose an end-to-end system that operates on the Readme file of the source code repositories. The system checks the compliance of a given Readme to a template proposed by a widely used platform for sharing source codes of research. Our system generates scores based on a custom function to combine section scores. We also train a hierarchical transformer model to assign a class label to a given Readme. The experimental results show that the section similarity-based system performs better than the hierarchical transformer. Moreover, it has an advantage regarding explainability since one can directly relate the score to the sections of Readme files.

📄 PDF Abstract BibTeX arXiv:2310.09634

Code (1)

kaanakdeniz/reproducibility_assessment 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Assessing Reproducibility in Evolutionary Computation: A Case Study using Human- and LLM-based Assessment

2026-02-05 · Francesca Da Ros, Tarik Začiragić, Aske Plaat, Thomas Bäck 외 arxiv

Reproducibility is an important requirement in evolutionary computation, where results largely depend on computational experiments. In practice, reproducibility relies on how algorithms, experimental protocols, and artif…

Reproducibility Requires Consolidated Artifacts

2023-05-21 · Iordanis Fostiropoulos, Bowman Brown, Laurent Itti

Machine learning is facing a 'reproducibility crisis' where a significant number of works report failures when attempting to reproduce previously published results. We evaluate the sources of reproducibility failures usi…

Code Broker: A Multi-Agent System for Automated Code Quality Assessment

2026-04-25 · Samer Attrah arxiv

We present Code Broker, a multi agent system built on Google s Agent Development Kit ADK that analyses Python source code from individual files, local directory trees, or remote GitHub repositories and generates structur…

Prompt Engineering

Reproducibility of the Methods in Medical Imaging with Deep Learning

2022-10-20 · Attila Simko, Anders Garpebring, Joakim Jonsson, Tufve Nyholm 외

Concerns about the reproducibility of deep learning research are more prominent than ever, with no clear solution in sight. The relevance of machine learning research can only be improved if we also employ empirical rigo…

Deep Learning

Reproducible research using biomodels

2018-06-04 · Pedro Mendes

Like other types of computational research, modeling and simulation of biological processes (biomodels) is still largely communicated without sufficient detail to allow independent reproduction of results. But reproducib…