REVIEW 4 major objections 5 minor 92 references
OmniGenBench: A Modular Platform for Reproducible Genomic Foundation Models Benchmarking
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read OmniGenBench claims to make genomic foundation model evaluation reproducible by unifying data, models, benchmarks, and interpretability into one modular, one-command platform.
desk verdict Useful benchmarking infrastructure with a real gap between the 'five suites' headline and the delivered BEACON integration; worth a serious referee after the claims are matched to reality. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The platform's central object is the standardized wrapper and API layer: model wrappers and tokenizer wrappers that abstract away k-mer, byte-pair, and single-nucleotide tokenization as well as architecture differences, combined with the AutoBench engine that compiles data, model configuration, tasks, and metrics into a single runnable evaluation pipeline. This carries the claim that any model on any genomic task can be benchmarked reproducibly and reduces model integration effort from weeks to about two to three days.
What would settle it
Run the documented one-command AutoBench workflow on a fresh machine for the BEACON suite: if it fails to produce a metrics report, or if the published BEACON dataset remains incomplete as the paper states, then the claim of standardized one-command evaluation across all five suites is not yet true.
Extended reading notes
Core claim
OmniGenBench is a four-module platform, covering data, model, benchmark, and interpretability layers. It standardizes genomic data into tensors, wraps diverse genomic foundation models behind common APIs regardless of tokenization or architecture, compiles tasks and metrics into an AutoBench engine that runs end-to-end benchmarking with a single command, and ships motif, embedding, and attention tools for interpretability. On top of this, the paper reports a large comparative evaluation of eleven models on four of the five suites, finding that the structure-aware RNA model OmniGenome leads in state-of-the-art counts and average rank, especially on RNA structure tasks, and that its pre-training transfers to plant DNA tasks. It also shows, through sequence-logo analysis, that OmniGenome preserves conserved RNA-family motifs better than other tested models in masked-language-model augmentation.
Load-bearing premise
The five-suite one-command claim rests on the assumption that every external benchmark can be standardized into the automated pipeline without changing task semantics; BEACON currently contradicts this because its results cannot be reproduced and a dataset is missing.
Editorial extensions
If this is right
- A researcher can evaluate a new genomic foundation model on five suites with a single autobench command rather than reconstructing per-benchmark pipelines.
- Because more than 31 models share the same interfaces, leaderboard rankings are recomputed automatically and can be audited by rerunning the pipeline.
- Standardized interpretability tools make motif, embedding, and attention analyses routine parts of evaluation instead of ad-hoc extras.
- The extensible data hub and model hub let the community add datasets, tasks, metrics, and models under common protocols, so coverage grows without fragmenting.
- If the five suites run end-to-end, the platform can serve as shared infrastructure for fair, transparent comparison of genomic foundation models.
Reading between the lines
- If widely adopted, the platform would let the field treat published model numbers as re-runnable commands, effectively turning leaderboard claims into executable artifacts.
- The paper's comparative results suggest structure-aware pre-training transfers across RNA and DNA modalities; testing that hypothesis on new structure-aware models would be a natural follow-up.
- The one-command claim is currently limited in practice because BEACON cannot be reproduced; a fully released and verifiable BEACON integration would be the decisive test of the platform's central promise.
- A shared 123-dataset registry with versioning could evolve into the de facto standard training and evaluation split for genomics, reducing inconsistencies across papers.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents OmniGenBench, a modular benchmarking platform for genomic foundation models (GFMs), with four modules covering data, models, benchmarks, and interpretability. The central claim is that the platform enables standardized, one-command evaluation of any GFM across five benchmark suites (RGB, PGB, GUE, GB, BEACON) with seamless integration of over 31 open-source models. The paper describes the system architecture, provides benchmark results on four suites for eleven GFMs, presents interpretability case studies, and includes appendices with tutorials, task statistics, and a public leaderboard description.
Significance. As an infrastructure contribution, OmniGenBench addresses a real need: GFM benchmarking currently suffers from fragmented codebases, tokenizer incompatibilities, and inconsistent evaluation protocols. The modular design (data, model, benchmark, interpretability), standardized wrappers, tutorials, and the public leaderboard are useful, and the effort to integrate many open-source models is substantial. If the four evaluated suites run as described and the code is released, the platform can lower integration cost for future GFM comparisons. The interpretability case studies (Section 4 and Appendix H) illustrate workflows that are often missing from benchmark papers. However, the central five-suite claim is not yet delivered: BEACON is listed as integrated but has no reproducible results, GUE and GB are evaluated on 10k-sample subsets that are not directly comparable to the original leaderboards, and two RGB tasks are authored by the same group that evaluates its own OmniGenome model. These gaps affect the main contribution claims and must be addressed before the paper can be accepted as a fully reproducible benchmarking infrastructure.
major comments (4)
- [Abstract; Section 2.3; Appendix D.7] The abstract and Section 2.3 state that OmniGenBench enables one-command evaluation across five benchmark suites, but Appendix D.7 says that for BEACON 'we are currently unable to provide results because the experimental outcomes cannot be reproduced' and that 'there are still missing dataset.' Section 3 and Appendix D.8 present results for only RGB, PGB, GUE, and GB. The five-suite claim therefore overstates delivered functionality; either BEACON must be made to run end-to-end or the abstract, Figure 1, and Section 2.3 should be revised to state that BEACON is an index-only or in-progress suite.
- [Appendix C.3; Appendix C.4; Section 3] The GUE and GB results are computed on randomly stratified 10k-sample subsets, and Appendix C.3 explicitly says they are 'not directly comparable to the original GUE leaderboard.' Section 3, Figure 2, and the SoTA counts nevertheless treat these as full-suite comparisons. The paper should either report the subset status and comparability limits wherever aggregate ranks and SoTA counts appear, or evaluate on the full datasets and provide confidence intervals.
- [Table 1; Section 3.1; Appendix D.3] The SNMD and SNMR tasks in RGB are listed with source 'This work,' and the platform includes the authors' own OmniGenome model (Appendix E). The benchmark discussion then uses RGB to argue that OmniGenome's pre-training is superior. Because two of the RGB tasks were constructed by the same group that evaluates its own model, the paper should explicitly separate self-created tasks from independent external benchmarks and should not present aggregate claims such as OmniGenome achieving the best performance across all RGB tasks without this caveat.
- [NeurIPS checklist, item 4] The checklist answers 'Yes' to 'Does the paper fully disclose all the information needed to reproduce the main experimental results,' but the paper's own Appendix D.7 states that the BEACON results cannot be reproduced and that a dataset is missing. The checklist justification should be amended to acknowledge the BEACON gap and to state which results are reproducible; as written, the checklist claim is inconsistent with the main text.
minor comments (5)
- [Appendix C, first paragraph] The text says 'RGB, PGB, GUE, GB, and BENCON'; 'BENCON' should be 'BEACON.'
- [Appendix D.1] The Dropout description says 'we set the Dropout value to 0.1, meaning that no random neuron dropout is applied during training,' which is contradictory; it should say that dropout is applied with probability 0.1.
- [Appendix D.2] The entry for OmniGenBench says 'OmniGenBench is the RNA genome FM,' but the model being described is OmniGenome; the platform and model names should be disambiguated throughout.
- [Appendix D.7] The phrase 'there are still missing dataset' is ungrammatical, and the passage should specify which dataset(s) are missing because that information is directly relevant to the reproducibility gap.
- [Appendix C.6] 'ch-hit-est' and 'pertaining' appear to be typos for 'CD-HIT-EST' and 'pre-training,' respectively.
Circularity Check
Platform functionality is largely independent, but the flagship SoTA claim for OmniGenome rests substantially on a self-authored benchmark (RGB) whose tasks are 'This work' or from the authors' own PlantRNA-FM; the separate 'five benchmark suites' claim is weakened by BEACON's own non-reproducibility note.
-
self citation load bearing
[Section 3.1 (SoTA); Section 2.3 (Benchmark module); Table 1 (Appendix C.1)]
"Section 3.1: 'OmniGenome notably leads in SoTA achievements, particularly within the RGB and PGB suites.' Section 2.3: 'These include RNA-focused benchmarks (RGB [23], BEACON [14]) and DNA-focused benchmarks (PGB [12], GB [13], GUE [11]).' Table 1 lists 'SNMD ... Source: This work' and 'SNMR ... Source: This work', plus Region-Ara/Rice and TE-Ara/Rice with source [57]."
The RGB suite is the primary evidence for the paper's SoTA conclusion about OmniGenome, and RGB is cited to the authors' own OmniGenome paper [23]. Six of the eleven RGB tasks in Table 1 come from the current paper itself ('This work') or from PlantRNA-FM [57], whose authors overlap with the present paper. Thus the headline claim 'OmniGenome is best, especially in RGB' is a self-referential evaluation: the benchmark's task definitions and the model being endorsed share the same authorship. The circularity is partial rather than total because the platform's core functionality is independently verifiable on external suites (PGB, GUE, GB) and on RGB's external subtasks, and no fitted parameter is renamed as a prediction.
full rationale
OmniGenBench is primarily a software-engineering contribution: wrapping and standardizing 31 external GFMs, providing data and metric registries, and running external benchmark suites. Those components are self-contained and independently checkable, so the platform itself is not circular. The main self-referential element is confined to the RGB SoTA narrative: RGB is the authors' own benchmark (ref [23]) and includes 'This work' tasks, and the paper uses RGB as leading evidence that OmniGenome is superior; this is a self-evaluation rather than an independent falsification. No equation reduces to its inputs, no fitted parameter is presented as a prediction, and no uniqueness theorem is imported from the authors' prior work. Separately, the abstract's 'five benchmark suites' claim is internally challenged by Appendix D.7, where BEACON results are not provided because 'the experimental outcomes cannot be reproduced' and a dataset is 'still missing'; that is a reproducibility and completeness defect, not a circularity, so it is flagged here but not added to the circularity score.
Assumptions & free parameters
assumptions (3)
- domain assumption Benchmark tasks and primary metrics from RGB, PGB, GUE, GB, and BEACON are valid and can be reused for GFM evaluation.
- domain assumption Sequence similarity filtering with CD-HIT-EST at 80% and blastn with e-value 1 is sufficient to prevent training/benchmark leakage.
- domain assumption Discarding sequences longer than 512 nucleotides and padding shorter ones preserves the information needed for downstream tasks.
Cite this review
Pith. "Pith review of OmniGenBench: A Modular Platform for Reproducible Genomic Foundation Models Benchmarking." pith.science (2026). https://pith.science/paper/BFBY4P75
@misc{pith2026250514402,
author = {Pith},
title = {Pith review of: OmniGenBench: A Modular Platform for Reproducible Genomic Foundation Models Benchmarking},
year = {2026},
howpublished = {\url{https://pith.science/paper/BFBY4P75}},
note = {Machine review of arXiv:2505.14402}
}
read the original abstract
The code of nature, embedded in DNA and RNA genomes since the origin of life, holds immense potential to impact both humans and ecosystems through genome modeling. Genomic Foundation Models (GFMs) have emerged as a transformative approach to decoding the genome. As GFMs scale up and reshape the landscape of AI-driven genomics, the field faces an urgent need for rigorous and reproducible evaluation. We present OmniGenBench, a modular benchmarking platform designed to unify the data, model, benchmarking, and interpretability layers across GFMs. OmniGenBench enables standardized, one-command evaluation of any GFM across five benchmark suites, with seamless integration of over 31 open-source models. Through automated pipelines and community-extensible features, the platform addresses critical reproducibility challenges, including data transparency, model interoperability, benchmark fragmentation, and black-box interpretability. OmniGenBench aims to serve as foundational infrastructure for reproducible genomic AI research, accelerating trustworthy discovery and collaborative innovation in the era of genome-scale modeling.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
Molecular structure of nucleic acids: A structure for deoxyri- bose nucleic acid
James Watson and Francis Crick. Molecular structure of nucleic acids: A structure for deoxyri- bose nucleic acid. Nature, 171:737–738, 1953
1953
-
[2]
Large models for genomics
Lin Tang. Large models for genomics. Nature Methods, 20:1868, 2023
2023
-
[3]
Why teachers should explore chatgpt’s potential
Nature Editorial. Why teachers should explore chatgpt’s potential. Nature, 623:15, 2023. doi: 10.1038/d41586-023-03505-5
-
[4]
The opportunities and challenges of chatgpt in education
Ibrahim Adeshola and Adeola Praise Adepoju. The opportunities and challenges of chatgpt in education. Interactive Learning Environments, 32(10):6159–6172, 2024
2024
-
[5]
Generative artificial intelligence in the metaverse era
Zhihan Lv. Generative artificial intelligence in the metaverse era. Cognitive Robotics, 3: 208–217, 2023
2023
-
[6]
Beyond reality: The pivotal role of generative ai in the metaverse
Vinay Chamola, Gaurang Bansal, Tridib Kumar Das, Vikas Hassija, Siva Sai, Jiacheng Wang, Sherali Zeadally, Amir Hussain, Fei Richard Yu, Mohsen Guizani, et al. Beyond reality: The pivotal role of generative ai in the metaverse. IEEE Internet of Things Magazine, 7(4):126–135, 2024
2024
-
[7]
Edelman and Mark Abraham
David C. Edelman and Mark Abraham. Generative AI will change your business. here’s how to adapt. Harvard Business Review, April 2023. URL https://hbr.org/2023/04/ generative-ai-will-change-your-business-heres-how-to-adapt
2023
-
[8]
A review of chatgpt ai’s impact on several business sectors
A Shaji George and AS Hovan George. A review of chatgpt ai’s impact on several business sectors. Partners universal international innovation journal, 1(1):9–23, 2023
2023
Show all 92 references
-
[9]
Transformers and genome language models
Micaela E Consens, Cameron Dufault, Michael Wainberg, Duncan Forster, Mehran Karimzadeh, Hani Goodarzi, Fabian J Theis, Alan Moses, and Bo Wang. Transformers and genome language models. Nature Machine Intelligence, pages 1–17, 2025
2025
-
[10]
Dnabert: pre-trained bidirectional encoder representations from transformers model for dna-language in genome
Yanrong Ji, Zhihan Zhou, Han Liu, and Ramana V Davuluri. Dnabert: pre-trained bidirectional encoder representations from transformers model for dna-language in genome. Bioinformatics, 37(15):2112–2120, 2021
2021
-
[11]
Davuluri, and Han Liu
Zhihan Zhou, Yanrong Ji, Weijian Li, Pratik Dutta, Ramana V . Davuluri, and Han Liu. DNABERT-2: efficient foundation model and benchmark for multi-species genome. CoRR, abs/2306.15006, 2023. doi: 10.48550/ARXIV .2306.15006. URL https://doi.org/10. 48550/arXiv.2306.15006
-
[12]
A foundational large language model for edible plant genomes
Javier Mendoza-Revilla, Evan Trop, Liam Gonzalez, Maša Roller, Hugo Dalla-Torre, Bernardo P de Almeida, Guillaume Richard, Jonathan Caton, Nicolas Lopez Carranza, Marcin Skwark, et al. A foundational large language model for edible plant genomes. Communications Biology, 7(1):835, 2024
2024
-
[13]
Genomic benchmarks: a collection of datasets for genomic sequence classification
Katarína Grešová, Vlastimil Martinek, David ˇCechák, Petr Šimeˇcek, and Panagiotis Alexiou. Genomic benchmarks: a collection of datasets for genomic sequence classification. BMC Genomic Data, 24(1):25, 2023
2023
-
[14]
BEACON: benchmark for comprehensive RNA tasks and language models
Yuchen Ren, Zhiyuan Chen, Lifeng Qiao, Hongtai Jing, Yuchen Cai, Sheng Xu, Peng Ye, Xinzhu Ma, Siqi Sun, Hongliang Yan, Dong Yuan, Wanli Ouyang, and Xihui Liu. BEACON: benchmark for comprehensive RNA tasks and language models. CoRR, abs/2406.10391, 2024. doi: 10.48550/ARXIV .2...
-
[15]
BERT: pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: pre-training of deep bidirectional transformers for language understanding. In NAACL-HLT (1), pages 4171–4186. Association for Computational Linguistics, 2019
2019
-
[16]
Gomez, Lukasz Kaiser, and Illia Polosukhin
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Isabelle Guyon, Ulrike von Luxburg, Samy Bengio, Hanna M. Wallach, Rob Fergus, S. V . N. Vishwanathan, and Roman Garnett,...
2017
-
[17]
Evolutionary-scale prediction of atomic-level protein structure with a language model
Zeming Lin, Halil Akin, Roshan Rao, Brian Hie, Zhongkai Zhu, Wenting Lu, Nikita Smetanin, Robert Verkuil, Ori Kabeli, Yaniv Shmueli, et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science, 379(6637):1123–1130, 2023
2023
-
[18]
Fu, Tri Dao, Stephen Baccus, Yoshua Bengio, Stefano Ermon, and Christopher Ré
Michael Poli, Stefano Massaroli, Eric Nguyen, Daniel Y . Fu, Tri Dao, Stephen Baccus, Yoshua Bengio, Stefano Ermon, and Christopher Ré. Hyena hierarchy: Towards larger convolutional language models. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sa...
2023
-
[19]
Thomas, Callum Birch-Sykes, Michael Wornow, Aman Patel, Clayton M
Eric Nguyen, Michael Poli, Marjan Faizi, Armin W. Thomas, Callum Birch-Sykes, Michael Wornow, Aman Patel, Clayton M. Rabideau, Stefano Massaroli, Yoshua Bengio, Stefano Ermon, Stephen A. Baccus, and Christopher Ré. Hyenadna: Long-range genomic sequence modeling at single nucle...
-
[20]
Sequence modeling and design from molecular to genome scale with evo
Eric Nguyen, Michael Poli, Matthew G Durrant, Brian Kang, Dhruva Katrekar, David B Li, Liam J Bartie, Armin W Thomas, Samuel H King, Garyk Brixi, et al. Sequence modeling and design from molecular to genome scale with evo. Science, 386(6723):eado9336, 2024
2024
- [21]
-
[22]
Caduceus: Bi-directional equivariant long-range DNA sequence modeling
Yair Schiff, Chia-Hsiang Kao, Aaron Gokaslan, Tri Dao, Albert Gu, and V olodymyr Kuleshov. Caduceus: Bi-directional equivariant long-range DNA sequence modeling. In Forty-first International Conference on Machine Learning, ICML 2024, Vienna, Austria, July 21-27, 2024. OpenRevi...
2024
-
[23]
Omnigenome: Aligning RNA sequences with secondary structures in genomic foundation models
Heng Yang and Ke Li. Omnigenome: Aligning RNA sequences with secondary structures in genomic foundation models. CoRR, abs/2407.11242, 2024. doi: 10.48550/ARXIV .2407.11242. URLhttps://doi.org/10.48550/arXiv.2407.11242
-
[24]
Interpretable rna foundation model from unannotated data for highly accurate rna structure and function predictions
Jiayang Chen, Zhihang Hu, Siqi Sun, Qingxiong Tan, Yixuan Wang, Qinze Yu, Licheng Zong, Liang Hong, Jin Xiao, Tao Shen, et al. Interpretable rna foundation model from unannotated data for highly accurate rna structure and function predictions. bioRxiv, pages 2022–08, 2022
2022
-
[25]
Turbofold ii: Rna structural alignment and secondary structure prediction informed by multiple homologs
Zhen Tan, Yinghan Fu, Gaurav Sharma, and David H Mathews. Turbofold ii: Rna structural alignment and secondary structure prediction informed by multiple homologs. Nucleic acids research, 45(20):11570–11581, 2017
2017
-
[26]
bprna: large-scale automated annotation and analysis of rna secondary structure
Padideh Danaee, Mason Rouches, Michelle Wiley, Dezhong Deng, Liang Huang, and David Hendrix. bprna: large-scale automated annotation and analysis of rna secondary structure. Nucleic acids research, 46(11):5381–5394, 2018
2018
-
[27]
How to benchmark rna secondary structure prediction accuracy
David H Mathews. How to benchmark rna secondary structure prediction accuracy. Methods, 162:60–67, 2019
2019
-
[28]
Rfam 14: expanded coverage of metagenomic, viral and microrna families
Ioanna Kalvari, Eric P Nawrocki, Nancy Ontiveros-Palacios, Joanna Argasinska, Kevin Lamkiewicz, Manja Marz, Sam Griffiths-Jones, Claire Toffano-Nioche, Daniel Gautheret, Zasha Weinberg, et al. Rfam 14: expanded coverage of metagenomic, viral and microrna families. Nucleic Acid...
2021
-
[29]
Sars-cov-2 mrna vaccine design enabled by prototype pathogen preparedness
Kizzmekia S Corbett, Darin K Edwards, Sarah R Leist, Olubukola M Abiona, Seyhan Boyoglu- Barnum, Rebecca A Gillespie, Sunny Himansu, Alexandra Schäfer, Cynthia T Ziwawo, An- thony T DiPiazza, et al. Sars-cov-2 mrna vaccine design enabled by prototype pathogen preparedness. Nat...
2020
-
[30]
Self- supervised learning on millions of pre-mrna sequences improves sequence-based rna splicing prediction
Ken Chen, Yue Zhou, Maolin Ding, Yu Wang, Zhixiang Ren, and Yuedong Yang. Self- supervised learning on millions of pre-mrna sequences improves sequence-based rna splicing prediction. bioRxiv, pages 2023–01, 2023. 11
2023
-
[31]
Caduceus: Bi-directional equivariant long-range dna sequence modeling
Yair Schiff, Chia-Hsiang Kao, Aaron Gokaslan, Tri Dao, Albert Gu, and V olodymyr Kuleshov. Caduceus: Bi-directional equivariant long-range dna sequence modeling. arXiv preprint arXiv:2403.03234, 2024
2024 arXiv
-
[32]
Rna secondary structure prediction using deep learning with thermodynamic integration
Kengo Sato, Manato Akiyama, and Yasubumi Sakakibara. Rna secondary structure prediction using deep learning with thermodynamic integration. Nature communications, 12(1):941, 2021
2021
-
[33]
Multiple sequence alignment-based rna language model and its application to structural inference
Yikun Zhang, Mei Lang, Jiuhong Jiang, Zhiqiang Gao, Fan Xu, Thomas Litfin, Ke Chen, Jaswinder Singh, Xiansong Huang, Guoli Song, et al. Multiple sequence alignment-based rna language model and its application to structural inference. Nucleic Acids Research, 52(1):e3–e3, 2024
2024
-
[34]
The kipoi reposi- tory accelerates community exchange and reuse of predictive models for genomics
Žiga Avsec, Roman Kreuzhuber, Johnny Israeli, Nancy Xu, Jun Cheng, Avanti Shrikumar, Abhimanyu Banerjee, Daniel S Kim, Thorsten Beier, Lara Urban, et al. The kipoi reposi- tory accelerates community exchange and reuse of predictive models for genomics. Nature biotechnology, 37...
2019
-
[35]
Rnabench: A comprehensive library for in silico rna modelling
Frederic Runge, Karim Farid, Jorg KH Franke, and Frank Hutter. Rnabench: A comprehensive library for in silico rna modelling. bioRxiv, pages 2024–01, 2024
2024
-
[36]
Genbench: A benchmarking suite for systematic evaluation of genomic foundation models
Zicheng Liu, Jiahui Li, Siyuan Li, Zelin Zang, Cheng Tan, Yufei Huang, Yajing Bai, and Stan Z Li. Genbench: A benchmarking suite for systematic evaluation of genomic foundation models. arXiv preprint arXiv:2406.01627, 2024
2024 arXiv
-
[37]
Diverse genomic embedding benchmark for functional evaluation across the tree of life
Jacob West-Roberts, Joshua Kravitz, Nishant Jha, Andre Cornman, and Yunha Hwang. Diverse genomic embedding benchmark for functional evaluation across the tree of life. bioRxiv, pages 2024–07, 2024
2024
-
[38]
The galaxy platform for accessible, reproducible and collaborative biomedical analyses: 2022 update
The Galaxy Community. The galaxy platform for accessible, reproducible and collaborative biomedical analyses: 2022 update. Nucleic Acids Research, 50(W1):W345–W351, 2022
2022
-
[39]
Proteingym: Large- scale benchmarks for protein fitness prediction and design
Pascal Notin, Aaron Kollasch, Daniel Ritter, Lood Van Niekerk, Steffanie Paul, Han Spinner, Nathan Rollins, Ada Shaw, Rose Orenbuch, Ruben Weitzman, et al. Proteingym: Large- scale benchmarks for protein fitness prediction and design. Advances in Neural Information Processing ...
2024
-
[40]
Flip: Benchmark tasks in fitness landscape inference for proteins
Christian Dallago, Jody Mou, Kadina E Johnston, Bruce J Wittmann, Nicholas Bhattacharya, Samuel Goldman, Ali Madani, and Kevin K Yang. Flip: Benchmark tasks in fitness landscape inference for proteins. bioRxiv, pages 2021–11, 2021
2021
-
[41]
Peer: a comprehensive and multi-task benchmark for protein sequence understanding
Minghao Xu, Zuobai Zhang, Jiarui Lu, Zhaocheng Zhu, Yangtian Zhang, Ma Chang, Runcheng Liu, and Jian Tang. Peer: a comprehensive and multi-task benchmark for protein sequence understanding. Advances in Neural Information Processing Systems, 35:35156–35173, 2022
2022
-
[42]
Highly accurate protein structure predic- tion with AlphaFold
John Jumper, Richard Evans, Alexander Pritzel, Tim Green, Michael Figurnov, Olaf Ron- neberger, Kathryn Tunyasuvunakool, Russ Bates, Augustin Žídek, Anna Potapenko, Alex Bridgland, Clemens Meyer, Simon A A Kohl, Andrew J Ballard, Andrew Cowie, Bernardino Romera-Paredes, Stanis...
2021
-
[43]
Protein complex prediction with alphafold-multimer
Richard Evans, Michael O’Neill, Alexander Pritzel, Natasha Antropova, Andrew Senior, Tim Green, Augustin Žídek, Russ Bates, Sam Blackwell, Jason Yim, Olaf Ronneberger, Sebastian Bo- denstein, Michal Zielinski, Alex Bridgland, Anna Potapenko, Andrew Cowie, Kathryn Tunyasu- vuna...
2021 doi
-
[44]
Accurate structure prediction of biomolecular interactions with alphafold 3
Josh Abramson, Jonas Adler, Jack Dunger, Richard Evans, Tim Green, Alexander Pritzel, Olaf Ronneberger, Lindsay Willmore, Andrew J Ballard, Joshua Bambrick, et al. Accurate structure prediction of biomolecular interactions with alphafold 3. Nature, pages 1–3, 2024. 12
2024
-
[45]
Language models of protein sequences at the scale of evolution enable accurate structure prediction
Zeming Lin, Halil Akin, Roshan Rao, Brian Hie, Zhongkai Zhu, Wenting Lu, Allan dos Santos Costa, Maryam Fazel-Zarandi, Tom Sercu, Sal Candido, et al. Language models of protein sequences at the scale of evolution enable accurate structure prediction. BioRxiv, 2022: 500902, 2022
2022
-
[46]
Davuluri
Yanrong Ji, Zhihan Zhou, Han Liu, and Ramana V . Davuluri. DNABERT: pre-trained bidirec- tional encoder representations from transformers model for dna-language in genome.Bioinform., 37(15):2112–2120, 2021
2021
-
[47]
The nucleotide transformer: Building and evaluating robust foundation models for human genomics
Hugo Dalla-Torre, Liam Gonzalez, Javier Mendoza-Revilla, Nicolas Lopez Carranza, Adam Henryk Grzywaczewski, Francesco Oteri, Christian Dallago, Evan Trop, Bernardo P de Almeida, Hassan Sirelkhatim, et al. The nucleotide transformer: Building and evaluating robust foundation mo...
2023
-
[48]
Segmentnt: annotating the genome at single-nucleotide resolution with dna foundation models
Bernardo P de Almeida, Hugo Dalla-Torre, Guillaume Richard, Christopher Blum, Lorenz Hexemer, Maxence Gélard, Javier Mendoza-Revilla, Priyanka Pandey, Stefan Laurent, Marie Lopez, et al. Segmentnt: annotating the genome at single-nucleotide resolution with dna foundation model...
2024
-
[49]
scbert as a large-scale pretrained deep language model for cell type annotation of single-cell rna-seq data
Fan Yang, Wenchuan Wang, Fang Wang, Yuan Fang, Duyu Tang, Junzhou Huang, Hui Lu, and Jianhua Yao. scbert as a large-scale pretrained deep language model for cell type annotation of single-cell rna-seq data. Nat. Mac. Intell. , 4(10):852–866, 2022. doi: 10.1038/S42256-022-00534...
2022 doi
-
[50]
Informative rna base embedding for rna structural alignment and clustering by deep representation learning
Manato Akiyama and Yasubumi Sakakibara. Informative rna base embedding for rna structural alignment and clustering by deep representation learning. NAR genomics and bioinformatics, 4 (1):lqac012, 2022
2022
-
[51]
Multi-purpose rna language modelling with motif-aware pretraining and type-guided fine-tuning
Ning Wang, Jiang Bian, Yuchen Li, Xuhong Li, Shahid Mumtaz, Linghe Kong, and Haoyi Xiong. Multi-purpose rna language modelling with motif-aware pretraining and type-guided fine-tuning. Nature Machine Intelligence, pages 1–10, 2024
2024
-
[52]
cdsbert-extending protein language models with codon awareness
Logan Hallee, Nikolaos Rafailidis, and Jason P Gleghorn. cdsbert-extending protein language models with codon awareness. bioRxiv, 2023
2023
-
[53]
A 5’ utr language model for decoding untranslated regions of mrna and function predictions
Yanyi Chu, Dan Yu, Yupeng Li, Kaixuan Huang, Yue Shen, Le Cong, Jason Zhang, and Mengdi Wang. A 5’ utr language model for decoding untranslated regions of mrna and function predictions. Nature Machine Intelligence, pages 1–12, 2024
2024
-
[54]
Deciphering 3’utr mediated gene regulation using interpretable deep representation learning
Yuning Yang, Gen Li, Kuan Pang, Wuxinhao Cao, Xiangtao Li, and Zhaolei Zhang. Deciphering 3’utr mediated gene regulation using interpretable deep representation learning. bioRxiv, pages 2023–09, 2023
2023
-
[55]
Uni-rna: universal pre-trained models revolutionize rna research
Xi Wang, Ruichu Gu, Zhiyuan Chen, Yongge Li, Xiaohong Ji, Guolin Ke, and Han Wen. Uni-rna: universal pre-trained models revolutionize rna research. bioRxiv, pages 2023–07, 2023
2023
-
[56]
Chatnt: A multimodal conversational agent for dna, rna and protein tasks
Guillaume Richard, Bernardo P de Almeida, Hugo Dalla-Torre, Christopher Blum, Lorenz Hexemer, Priyanka Pandey, Stefan Laurent, Marie P Lopez, Alexander Laterre, Maren Lang, et al. Chatnt: A multimodal conversational agent for dna, rna and protein tasks. bioRxiv, pages 2024–04, 2024
2024
-
[57]
An interpretable rna foundation model for exploring functional rna motifs in plants
Haopeng Yu, Heng Yang, Wenqing Sun, Zongyun Yan, Xiaofei Yang, Huakun Zhang, Yiliang Ding, and Ke Li. An interpretable rna foundation model for exploring functional rna motifs in plants. Nature Machine Intelligence, 6(12):1616–1625, 2024
2024
-
[58]
Rna design rules from a massive open laboratory
Jeehyung Lee, Wipapat Kladwang, Minjae Lee, Daniel Cantu, Martin Azizyan, Hanjoo Kim, Alex Limpaecher, Snehal Gaikwad, Sungroh Yoon, Adrien Treuille, et al. Rna design rules from a massive open laboratory. Proceedings of the National Academy of Sciences , 111(6): 2122–2127, 2014
2014
-
[59]
Cd-hit: a fast program for clustering and comparing large sets of protein or nucleotide sequences
Weizhong Li and Adam Godzik. Cd-hit: a fast program for clustering and comparing large sets of protein or nucleotide sequences. Bioinformatics, 22(13):1658–1659, 2006. 13
2006
-
[60]
Basic local alignment search tool
Stephen F Altschul, Warren Gish, Webb Miller, Eugene W Myers, and David J Lipman. Basic local alignment search tool. Journal of molecular biology, 215(3):403–410, 1990
1990
-
[61]
Viennarna package 2.0
Ronny Lorenz, Stephan H Bernhart, Christian Höner zu Siederdissen, Hakim Tafer, Christoph Flamm, Peter F Stadler, and Ivo L Hofacker. Viennarna package 2.0. Algorithms for molecular biology, 6:1–14, 2011
2011
-
[62]
Carlos Outeiral and Charlotte M. Deane. Codon language embeddings provide strong signals for use in protein engineering. Nature Machine Intelligence, 6:170–179, 2024. doi: 10.1038/ s42256-024-00791-0
2024
-
[63]
Ernie-rna: An rna language model with structure-enhanced representations
Weijie Yin, Zhaoyu Zhang, Liang He, Rui Jiang, Shuo Zhang, Gan Liu, Xuegong Zhang, Tao Qin, and Zhen Xie. Ernie-rna: An rna language model with structure-enhanced representations. bioRxiv, pages 2024–03, 2024
2024
-
[64]
Mp-rna: Unleashing multi-species rna foundation model via calibrated secondary structure prediction
Heng Yang and Ke Li. Mp-rna: Unleashing multi-species rna foundation model via calibrated secondary structure prediction. In Findings of the Association for Computational Linguistics: EMNLP 2024, pages 5278–5296, 2024
2024
-
[65]
Huber, Yue Wan, and Mile Šiki´c
Rafael Josip Peni´c, Tin Vlaši´c, Roland G. Huber, Yue Wan, and Mile Šiki´c. Rinalmo: General- purpose rna language models can generalize well on structure prediction tasks. arXiv, 2024
2024
-
[66]
Mitigating risks from gene edit- ing and synthetic biology: Global governance priorities
Carnegie Endowment for International Peace. Mitigating risks from gene edit- ing and synthetic biology: Global governance priorities. Carnegie Endow- ment, 2024. URL https://carnegieendowment.org/research/2024/10/ mitigating-risks-from-gene-editing-and-synthetic-biology-global...
2024
-
[67]
Safety by design: Biosafety and biosecurity in the age of synthetic biology
iScience. Safety by design: Biosafety and biosecurity in the age of synthetic biology. iScience, 2023. URL https://www.cell.com/iscience/fulltext/S2589-0042%2823% 2900242-0
2023
-
[68]
The economic impact and functional applications of hu- man genetics and genomics, 2021
American Society of Human Genetics. The economic impact and functional applications of hu- man genetics and genomics, 2021. URL https://www.ashg.org/wp-content/uploads/ 2021/05/ASHG-TEConomy-Impact-Report-Final.pdf
2021
-
[69]
Safety risks and ethical gover- nance of biomedical applications of synthetic biology
Frontiers in Bioengineering and Biotechnology. Safety risks and ethical gover- nance of biomedical applications of synthetic biology. Frontiers, 2023. URL https://www.frontiersin.org/journals/bioengineering-and-biotechnology/ articles/10.3389/fbioe.2023.1292029/full
2023
-
[70]
Genetic frontiers for conservation: An assessment of synthetic biology and biodiver- sity conservation
IUCN. Genetic frontiers for conservation: An assessment of synthetic biology and biodiver- sity conservation. 2019. URL https://portals.iucn.org/library/sites/library/ files/documents/2019-012-En.pdf
2019
-
[71]
Ethical framework on risk governance of synthetic biology
ScienceDirect. Ethical framework on risk governance of synthetic biology. ScienceDirect, 2023. URLhttps://www.sciencedirect.com/science/article/pii/S2588933823000201
2023
-
[72]
Genomic medicine on the frontier of precision medicine
PMC. Genomic medicine on the frontier of precision medicine. PMC, 2022. URL https: //pmc.ncbi.nlm.nih.gov/articles/PMC9167337/
2022
-
[73]
Innovations in genomics and big data analytics for personalized medicine and health care: A review
MDPI. Innovations in genomics and big data analytics for personalized medicine and health care: A review. International Journal of Molecular Sciences, 2022. URL https://www.mdpi. com/1422-0067/23/9/4645
2022
-
[74]
Combining ai and crispr will be transformational
Wired. Combining ai and crispr will be transformational. Wired, 2024. URL https://www. wired.com/story/combining-ai-and-crispr-will-be-transformational
2024
-
[75]
Revolutionizing biological science: The synergy of genomics in agriculture
Liebert. Revolutionizing biological science: The synergy of genomics in agriculture. Liebert,
-
[77]
• The abstract and/or introduction should clearly state the claims made, including the contributions made in the paper and important assumptions and limitations
Claims Question: Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? Answer: [Yes] Justification: Guidelines: • The answer NA means that the abstract and introduction do not include the claims made in the paper. • Th...
-
[78]
Limitations
Limitations Question: Does the paper discuss the limitations of the work performed by the authors? Answer: [Yes] Justification: Guidelines: • The answer NA means that the paper has no limitation while the answer No means that the paper has limitations, but those are not discus...
-
[79]
• All the theorems, formulas, and proofs in the paper should be numbered and cross- referenced
Theory assumptions and proofs Question: For each theoretical result, does the paper provide the full set of assumptions and a complete (and correct) proof? Answer: [NA] 45 Justification: Guidelines: • The answer NA means that the paper does not include theoretical results. • A...
-
[80]
Experimental result reproducibility Question: Does the paper fully disclose all the information needed to reproduce the main ex- perimental results of the paper to the extent that it affects the main claims and/or conclusions of the paper (regardless of whether the code and da...
-
[81]
• Please see the NeurIPS code and data submission guidelines ( https://nips.cc/ public/guides/CodeSubmissionPolicy) for more details
Open access to data and code Question: Does the paper provide open access to the data and code, with sufficient instruc- tions to faithfully reproduce the main experimental results, as described in supplemental material? 46 Answer: [Yes] Justification: Guidelines: • The answer...
-
[82]
• The experimental setting should be presented in the core of the paper to a level of detail that is necessary to appreciate the results and make sense of them
Experimental setting/details Question: Does the paper specify all the training and test details (e.g., data splits, hyper- parameters, how they were chosen, type of optimizer, etc.) necessary to understand the results? Answer: [Yes] Justification: Guidelines: • The answer NA m...
-
[83]
Experiment statistical significance Question: Does the paper report error bars suitably and correctly defined or other appropriate information about the statistical significance of the experiments? Answer: [No] Justification: The evaluation scale is tremendous for repreating i...
-
[84]
• The paper should indicate the type of compute workers CPU or GPU, internal cluster, or cloud provider, including relevant memory and storage
Experiments compute resources Question: For each experiment, does the paper provide sufficient information on the com- puter resources (type of compute workers, memory, time of execution) needed to reproduce the experiments? Answer: [Yes] Justification: Guidelines: • The answe...
-
[85]
• If the authors answer No, they should explain the special circumstances that require a deviation from the Code of Ethics
Code of ethics Question: Does the research conducted in the paper conform, in every respect, with the NeurIPS Code of Ethicshttps://neurips.cc/public/EthicsGuidelines? Answer: [Yes] Justification: Guidelines: • The answer NA means that the authors have not reviewed the NeurIPS...
-
[86]
• If the authors answer NA or No, they should explain why their work has no societal impact or why the paper does not address societal impact
Broader impacts Question: Does the paper discuss both potential positive societal impacts and negative societal impacts of the work performed? Answer: [Yes] Justification: Guidelines: • The answer NA means that there is no societal impact of the work performed. • If the author...
-
[87]
Safeguards Question: Does the paper describe safeguards that have been put in place for responsible release of data or models that have a high risk for misuse (e.g., pretrained language models, image generators, or scraped datasets)? Answer: [NA] Justification: Guidelines: • T...
-
[88]
• The authors should cite the original paper that produced the code package or dataset
Licenses for existing assets Question: Are the creators or original owners of assets (e.g., code, data, models), used in the paper, properly credited and are the license and terms of use explicitly mentioned and properly respected? Answer: [Yes] Justification: Guidelines: • Th...
-
[89]
• Researchers should communicate the details of the dataset/code/model as part of their submissions via structured templates
New assets Question: Are new assets introduced in the paper well documented and is the documentation provided alongside the assets? 49 Answer: [Yes] Justification: Guidelines: • The answer NA means that the paper does not release new assets. • Researchers should communicate th...
-
[90]
Crowdsourcing and research with human subjects Question: For crowdsourcing experiments and research with human subjects, does the paper include the full text of instructions given to participants and screenshots, if applicable, as well as details about compensation (if any)? A...
-
[91]
• Depending on the country in which research is conducted, IRB approval (or equivalent) may be required for any human subjects research
Institutional review board (IRB) approvals or equivalent for research with human subjects Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board (IRB) approvals...
-
[92]
Declaration of LLM usage Question: Does the paper describe the usage of LLMs if it is an important, original, or non-standard component of the core methods in this research? Note that if the LLM is used only for writing, editing, or formatting purposes and does not impact the ...
2025
-
[2023]
Cls” = classification, “Reg
URL https://www.liebertpub.com/doi/10.1089/omi.2023.0197. 14 Table of Contents in Appendices A Related Works . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 A.1 Benchmarking Platforms an...
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.