Papers › DART-Eval: A Comprehensive DNA Language Model Evaluation Benchmark on Regulatory DNA

DART-Eval: A Comprehensive DNA Language Model Evaluation Benchmark on Regulatory DNA

6 Dec 2024arXiv:2412.05430archive 2025-07-28

Aman Patel, Arpita Singhal, Austin Wang, Anusri Pampari, Maya Kasowski, Anshul Kundaje

Recent advances in self-supervised models for natural language, vision, and protein sequences have inspired the development of large genomic DNA language models (DNALMs). These models aim to learn generalizable representations of diverse DNA elements, potentially enabling various genomic prediction, interpretation and design tasks. Despite their potential, existing benchmarks do not adequately assess the capabilities of DNALMs on key downstream applications involving an important class of non-coding DNA elements critical for regulating gene activity. In this study, we introduce DART-Eval, a suite of representative benchmarks specifically focused on regulatory DNA to evaluate model performance across zero-shot, probed, and fine-tuned scenarios against contemporary ab initio models as baselines. Our benchmarks target biologically meaningful downstream tasks such as functional sequence feature discovery, predicting cell-type specific regulatory activity, and counterfactual prediction of the impacts of genetic variants. We find that current DNALMs exhibit inconsistent performance and do not offer compelling gains over alternative baseline models for most tasks, while requiring significantly more computational resources. We discuss potentially promising modeling, data curation, and evaluation strategies for the next generation of DNALMs. Our code is available at https://github.com/kundajelab/DART-Eval.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.05430")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 16 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

kundajelab/dart-eval officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
15unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from kundajelab/DART-Eval. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

make_region_df kundajelab/DART-Eval/src/dnalm_bench/task_1_paired_control/dataset_generators/encode_ccre.py official repository ran · our draft was wrong no licence file found · pointer only · 853d8aee53d39296 · report
dinucleotide_shuffle kundajelab/dart-eval/src/dnalm_bench/utils.py official repository unverified no licence file found · pointer only · 44434c209290ce5b · report
evaluate_finetuned_classifier kundajelab/dart-eval/src/dnalm_bench/task_1_paired_control/finetune.py official repository unverified no licence file found · pointer only · f8b8d077d64721d3 · report
generate_latex_table_per_cell_type kundajelab/dart-eval/src/dnalm_bench/task_1_paired_control/generate_latex.py official repository unverified no licence file found · pointer only · b59c3fbf640d6503 · report
get_accuracies kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_likelihoods.py official repository unverified no licence file found · pointer only · 8d44605ff38fcc40 · report
get_confidence_interval kundajelab/dart-eval/src/dnalm_bench/task_1_paired_control/generate_latex.py official repository unverified no licence file found · pointer only · 3f5f87a9d18060a3 · report
get_distances kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_embeddings.py official repository unverified no licence file found · pointer only · ba9e7c54f2991e6a · report
get_likelihoods kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_likelihoods.py official repository unverified no licence file found · pointer only · 129082c04db6596b · report
get_pvals kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_likelihoods.py official repository unverified no licence file found · pointer only · 8dcd29ed5e28d719 · report
load_embeddings kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_embeddings.py official repository unverified no licence file found · pointer only · b05bd25300b743b3 · report
load_embeddings_and_labels kundajelab/dart-eval/src/dnalm_bench/embedding_clustering.py official repository unverified no licence file found · pointer only · ebb6d12a7eaca88b · report
load_embeddings_and_labels_subset kundajelab/dart-eval/src/dnalm_bench/embedding_clustering.py official repository unverified no licence file found · pointer only · 11d6f70d2317495f · report
one_hot_encode kundajelab/dart-eval/src/dnalm_bench/utils.py official repository unverified no licence file found · pointer only · a32416b3ff7b6896 · report
onehot_to_chars kundajelab/dart-eval/src/dnalm_bench/utils.py official repository unverified no licence file found · pointer only · 75f2134f65415576 · report
relate_embeddings_to_motifs kundajelab/dart-eval/src/dnalm_bench/task_2_5_single/experiments/task_2_transcription_factor_binding/footprint_eval_embeddings.py official repository unverified no licence file found · pointer only · ae9202aca7e7c370 · report
underline_max_values kundajelab/dart-eval/src/dnalm_bench/task_1_paired_control/generate_latex.py official repository unverified no licence file found · pointer only · 51187133335595b3 · report

Tasks

Language Model EvaluationLanguage ModelingLanguage Modelling

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections