Papers › Interpretable DNA Sequence Classification via Dynamic Feature Generation in Decision Trees

Interpretable DNA Sequence Classification via Dynamic Feature Generation in Decision Trees

13 Apr 2026arXiv:2604.12060added by Syntology

Nicolas Huynh, Krzysztof Kacprzyk, Ryan Sheridan, David Bentley, Mihaela van der Schaar

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The analysis of DNA sequences has become critical in numerous fields, from evolutionary biology to understanding gene regulation and disease mechanisms. While deep neural networks can achieve remarkable predictive performance, they typically operate as black boxes. Contrasting these black boxes, axis-aligned decision trees offer a promising direction for interpretable DNA sequence analysis, yet they suffer from a fundamental limitation: considering individual raw features in isolation at each split limits their expressivity, which results in prohibitive tree depths that hinder both interpretability and generalization performance. We address this challenge by introducing DEFT, a novel framework that adaptively generates high-level sequence features during tree construction. DEFT leverages large language models to propose biologically-informed features tailored to the local sequence distributions at each node and to iteratively refine them with a reflection mechanism. Empirically, we demonstrate that DEFT discovers human-interpretable and highly predictive sequence features across a diverse range of genomic tasks.

PaperPDFCode 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="2604.12060")

Code

Syntology Ran 10 of 16 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 3 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 3 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nicolashuynh/deft found in paper text by Syntology report
fpy94/PEPMAN found in paper text by Syntology report
egochao/DeePromoter found in paper text by Syntology report

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; 10 ran; 1 honoured the contract we drafted; 6 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 · honoured contract
3ran · our draft was wrong
3ran · fixture could not drive it
3ran
6unverified

Licence: 13 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

FeatureInfo nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran no licence file found · pointer only · a0ec7f87fd8020f5 · report
Net fpy94/PEPMAN/model.py found in paper text by Syntology ran no licence file found · pointer only · 40488d364d785e1f · report
Node nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran no licence file found · pointer only · acd2f0f2fd463006 · report
_compute_split_masks nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a2aab288c3c9918a · report
_finalize_predictions nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 61753de419f2eefe · report
_prediction_to_scalar nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · edee47f99a636285 · report
compress_node nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ff4f9badadc45af2 · report
evaluate_feature_function nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5d007417280dd3a6 · report
feature_output_to_series nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · a22a295b1c2d8e50 · report
predict_at_depth_vectorized nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 6a6f703110ef8eb7 · report
AdaptiveDecisionTree nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology unverified no licence file found · pointer only · a7ffbd8963030479 · report
SplitCriterion nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology unverified no licence file found · pointer only · ca74303c5fd1ddef · report
get_list_kmer egochao/DeePromoter/utils.py found in paper text by Syntology unverified MIT (permissive) · ac3fa65f19625861 · report
predict_all_depths_vectorized nicolashuynh/deft/src/trees/tree.py found in paper text by Syntology unverified no licence file found · pointer only · 313f9e1357e1a38c · report
protein2num egochao/DeePromoter/utils.py found in paper text by Syntology unverified MIT (permissive) · 7faf15cf64fd2352 · report
reader egochao/DeePromoter/utils.py found in paper text by Syntology unverified MIT (permissive) · bd6ea7af7f6eeea1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.12060, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

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