paper-with-me

홈 › Papers

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

2024-12-06 · 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.

📄 PDF Abstract BibTeX arXiv:2412.05430

Code (1)

kundajelab/dart-eval 공식 구현 pytorch

Tasks

counterfactualLanguage Model EvaluationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

DART-Math: Difficulty-Aware Rejection Tuning for Mathematical Problem-Solving

2024-06-18 · Yuxuan Tong, Xiwen Zhang, Rui Wang, Ruidong Wu 외

Solving mathematical problems requires advanced reasoning abilities and presents notable challenges for large language models. Previous works usually synthesize data from proprietary models to augment existing datasets, …

Arithmetic ReasoningMathMathematical Problem-SolvingMath Word Problem Solving+1

Evaluating Fine-Tuning and Metrics for Neural Decompilation of Dart AOT Binaries

2026-07-07 · Raafat Abualazm, Ayman AboElhassan, Amr G. Wassal arxiv

Neural decompilation is increasingly studied as a code-generation problem, yet its evaluation methodology remains underdeveloped for modern languages. We present a systematic empirical study of fine-tuning effectiveness …

Code Generation

Efficient Architecture Search via Bi-level Data Pruning

2023-12-21 · Chongjun Tu, Peng Ye, Weihao Lin, Hancheng Ye 외

Improving the efficiency of Neural Architecture Search (NAS) is a challenging but significant task that has received much attention. Previous works mainly adopted the Differentiable Architecture Search (DARTS) and improv…

Neural Architecture Search

DARTS+: Improved Differentiable Architecture Search with Early Stopping

2019-09-13 · Hanwen Liang, Shifeng Zhang, Jiacheng Sun, Xingqiu He 외

Recently, there has been a growing interest in automating the process of neural architecture design, and the Differentiable Architecture Search (DARTS) method makes the process available within a few GPU days. However, t…

GPU

Differentiable Prompt Makes Pre-trained Language Models Better Few-shot Learners

2021-08-30 · ICLR 2022 4 · Ningyu Zhang, Luoqiu Li, Xiang Chen, Shumin Deng 외

Large-scale pre-trained language models have contributed significantly to natural language processing by demonstrating remarkable abilities as few-shot learners. However, their effectiveness depends mainly on scaling the…

Language ModelingLanguage ModellingPrompt Engineering