Papers › BEND: Benchmarking DNA Language Models on biologically meaningful tasks

BEND: Benchmarking DNA Language Models on biologically meaningful tasks

21 Nov 2023arXiv:2311.12570archive 2025-07-28

Frederikke Isa Marin, Felix Teufel, Marc Horlacher, Dennis Madsen, Dennis Pultz, Ole Winther, Wouter Boomsma

The genome sequence contains the blueprint for governing cellular processes. While the availability of genomes has vastly increased over the last decades, experimental annotation of the various functional, non-coding and regulatory elements encoded in the DNA sequence remains both expensive and challenging. This has sparked interest in unsupervised language modeling of genomic DNA, a paradigm that has seen great success for protein sequence data. Although various DNA language models have been proposed, evaluation tasks often differ between individual works, and might not fully recapitulate the fundamental challenges of genome annotation, including the length, scale and sparsity of the data. In this study, we introduce BEND, a Benchmark for DNA language models, featuring a collection of realistic and biologically meaningful downstream tasks defined on the human genome. We find that embeddings from current DNA LMs can approach performance of expert methods on some tasks, but only capture limited information about long-range features. BEND is available at https://github.com/frederikkemarin/BEND.

PaperPDFCodeCode Syntology ran

In Syntology 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="2311.12570")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 8 ran with no contract checked.

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

frederikkemarin/bend officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause 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

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

1ran · fixture could not drive it
8ran
8unverified

Licence: 0 of the 17 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 frederikkemarin/BEND. “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.

collate_fn_pad_to_longest frederikkemarin/BEND/bend/utils/data_downstream.py official repository ran BSD-3-Clause (permissive) · cdf5d52cced95cd6 · report
get_cls_by_name frederikkemarin/BEND/bend/models/gena_lm.py official repository ran BSD-3-Clause (permissive) · be79703e8f09ed27 · report
get_splits frederikkemarin/BEND/bend/io/sequtils.py official repository ran BSD-3-Clause (permissive) · 0e86756b80a104e2 · report
mul_sum frederikkemarin/BEND/bend/models/hyena_dna.py official repository ran · fixture could not drive it BSD-3-Clause (permissive) · 5dd28d20c60f0c19 · report
multi_hot frederikkemarin/BEND/bend/io/sequtils.py official repository ran BSD-3-Clause (permissive) · 69c309d20ae9b23c · report
pad_to_longest frederikkemarin/BEND/bend/utils/data_downstream.py official repository ran BSD-3-Clause (permissive) · 38362b91aeed2794 · report
reverse_complement frederikkemarin/BEND/bend/io/sequtils.py official repository ran fingerprinted BSD-3-Clause (permissive) · 9e10ee856e01dce4 · report
rotate_half frederikkemarin/BEND/bend/models/gena_lm.py official repository ran fingerprinted BSD-3-Clause (permissive) · 2502f906145be7f6 · report
unpad_input_only frederikkemarin/BEND/bend/models/dnabert2_padding.py official repository ran BSD-3-Clause (permissive) · a41fa8c40b551ec1 · report
create_mixer_cls frederikkemarin/BEND/bend/models/hyena_dna.py official repository unverified BSD-3-Clause (permissive) · 9f62553a95737a2a · report
embed_dnabert frederikkemarin/BEND/bend/utils/embedders.py official repository unverified BSD-3-Clause (permissive) · a499a006a09e07f6 · report
embed_gpn frederikkemarin/BEND/bend/utils/embedders.py official repository unverified BSD-3-Clause (permissive) · 098e047c42924d30 · report
embed_nucleotide_transformer frederikkemarin/BEND/bend/utils/embedders.py official repository unverified BSD-3-Clause (permissive) · aa510fc4ec618e30 · report
fftconv frederikkemarin/BEND/bend/models/hyena_dna.py official repository unverified BSD-3-Clause (permissive) · 41b32f57fc8ec1e5 · report
load_tf_weights_in_bert frederikkemarin/BEND/bend/models/gena_lm.py official repository unverified BSD-3-Clause (permissive) · 4db905959447729d · report
pad_input frederikkemarin/BEND/bend/models/dnabert2_padding.py official repository unverified BSD-3-Clause (permissive) · b166dc11d0f54137 · report
unpad_input frederikkemarin/BEND/bend/models/dnabert2_padding.py official repository unverified BSD-3-Clause (permissive) · ee341a843ab02d5f · report

Tasks

BenchmarkingLanguage ModelingLanguage Modelling

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