菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-23
📄 Abstract - Do Papers Match Code? A Benchmark and Framework for Paper-Code Consistency Detection in Bioinformatics Software

Ensuring consistency between research papers and their corresponding software implementations is fundamental to software reliability and scientific reproducibility. However, this problem remains underexplored, particularly in the domain of bioinformatics, where discrepancies between methodological descriptions in papers and their actual code implementations are prevalent. To address this gap, this paper introduces a new task, namely paper-code consistency detection, and curates a collection of 48 bioinformatics software projects along with their associated publications. We systematically align sentence-level algorithmic descriptions from papers with function-level code snippets. Combined with expert annotations and a hybrid negative sampling strategy, we construct the first benchmark dataset in the bioinformatics domain tailored to this task, termed BioCon. Based on this benchmark, we further propose a cross-modal consistency detection framework designed to model the semantic relationships between natural language descriptions and code implementations. The framework adopts a unified input representation and leverages pre-trained models to capture deep semantic alignment between papers and code. To mitigate the effects of class imbalance and hard samples, we incorporate a weighted focal loss to enhance model robustness. Experimental results demonstrate that our framework effectively identifies consistency between papers and code in bioinformatics, achieving an accuracy of 0.9056 and an F1 score of 0.8011. Overall, this study opens a new research direction for paper-code consistency analysis and lays the foundation for automated reproducibility assessment and cross-modal understanding in scientific software.

顶级标签: biology benchmark natural language processing
详细标签: paper-code consistency bioinformatics cross-modal alignment reproducibility dataset 或 搜索:

论文与代码匹配吗?生物信息学软件中论文-代码一致性检测的基准与框架 / Do Papers Match Code? A Benchmark and Framework for Paper-Code Consistency Detection in Bioinformatics Software


1️⃣ 一句话总结

这项研究创建了首个用于检测生物信息学领域学术论文描述与其对应软件代码是否一致的基准数据集和智能检测框架,旨在提升科学软件的可靠性和研究结果的可复现性。

源自 arXiv: 2603.22018