SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2606.08147 · 2026

Biological Reasoning-Informed Regression for Interpretable Regulatory DNA Activity Prediction

Bing Su, Zhao Yang, Jiwei Zhu, Ying Ba, Chuan Cao, Yi Duan

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 5 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
DuanYi516/R3LM — 2 of 5
FunctionStatusWhere it lives
MotifHit Ran DuanYi516/R3LM/r3lm/rcc.py
code served (permissive licence) · get_code("8955c4bc9c88aaef")
gc_content Ran DuanYi516/R3LM/r3lm/rcc.py
code served (permissive licence) · get_code("49f326e63ee5468e")
build_rcc_prompt Not yet run DuanYi516/R3LM/r3lm/rcc.py
code served (permissive licence) · get_code("767eddd9dff8c1f4")
derive_grammar_tags Not yet run DuanYi516/R3LM/r3lm/rcc.py
code served (permissive licence) · get_code("84786dcdbc72faf6")
normalize_sequence Not yet run DuanYi516/R3LM/r3lm/rcc.py
code served (permissive licence) · get_code("ad7b5b36aaba06b7")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

DNA cis-regulatory elements (CREs) such as enhancers control gene expression levels. Accurately predicting regulatory activity from DNA sequences is valuable but challenging, as it requires understanding complex biological regulatory processes. Existing methods typically regress activity scores from sequences in a black-box manner, limiting both interpretability and regression performance. Meanwhile, large language models (LLMs) benefit from explicit reasoning processes, yet directly applying LLMs to raw DNA sequences performs poorly. In this paper, we bridge this gap by introducing R3LM, a framework that teaches LLMs reasoning-informed regression on regulatory DNA through structured biological knowledge. Specifically, we design a biologically grounded data format that structures DNA's regulatory information for improved LLM understanding, and construct CRE-ReasonBench, the first dataset that associates DNA sequences and activity scores with mechanistic reasoning traces. Through two-stage training that first teaches LLMs reasoning over structured biological information then performs regression, R3LM achieves state-of-the-art performance on enhancer prediction across three cell types, outperforming both LLMs with raw sequence input and specialized DNA models while providing interpretable mechanistic explanations. We expect R3LM as an interpretable reward model that can effectively assist biologists in CRE design. Code is available at https://github.com/DuanYi516/R3LM.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2606.08147")
get_code_for_paper("2606.08147")
have("2606.08147")

Connect an agent — have() is free.