paper-with-me

홈 › Papers

Genomic Next-Token Predictors are In-Context Learners

2025-11-16 · Nathan Breslow, Aayush Mishra, Mahler Revsine, Michael C. Schatz, Anqi Liu, Daniel Khashabi arxiv

In-context learning (ICL) -- the capacity of a model to infer and apply abstract patterns from examples provided within its input -- has been extensively studied in large language models trained for next-token prediction on human text. In fact, prior work often attributes this emergent behavior to distinctive statistical properties in human language. This raises a fundamental question: can ICL arise organically in other sequence domains purely through large-scale predictive training? To explore this, we turn to genomic sequences, an alternative symbolic domain rich in statistical structure. Specifically, we study the Evo2 genomic model, trained predominantly on next-nucleotide (A/T/C/G) prediction, at a scale comparable to mid-sized LLMs. We develop a controlled experimental framework comprising symbolic reasoning tasks instantiated in both linguistic and genomic forms, enabling direct comparison of ICL across genomic and linguistic models. Our results show that genomic models, like their linguistic counterparts, exhibit log-linear gains in pattern induction as the number of in-context demonstrations increases. To the best of our knowledge, this is the first evidence of organically emergent ICL in genomic sequences, supporting the hypothesis that ICL arises as a consequence of large-scale predictive modeling over rich data. These findings extend emergent meta-learning beyond language, pointing toward a unified, modality-agnostic view of in-context learning.

📄 PDF Abstract BibTeX arXiv:2511.12797

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Auto-Regressive Next-Token Predictors are Universal Learners

2023-09-13 · Eran Malach

Large language models display remarkable capabilities in logical and mathematical reasoning, allowing them to solve complex tasks. Interestingly, these abilities emerge in networks trained on the simple task of next-toke…

Mathematical ReasoningText Generation

What learning algorithm is in-context learning? Investigations with linear models

2022-11-28 · Ekin Akyürek, Dale Schuurmans, Jacob Andreas, Tengyu Ma 외

Neural sequence models, especially transformers, exhibit a remarkable capacity for in-context learning. They can construct new predictors from sequences of labeled examples $(x, f(x))$ presented in the input without furt…

In-Context Learningregression

LLMs are Not Just Next Token Predictors

2024-08-06 · Stephen M. Downes, Patrick Forber, Alex Grzankowski

LLMs are statistical models of language learning through stochastic gradient descent with a next token prediction objective. Prompting a popular view among AI modelers: LLMs are just next token predictors. While LLMs are…

Prediction

dnaHNet: A Scalable and Hierarchical Foundation Model for Genomic Sequence Learning

2026-02-11 · Arnav Shah, Junzhe Li, Parsa Idehpour, Adibvafa Fallahpour 외 arxiv

Genomic foundation models have the potential to decode DNA syntax, yet face a fundamental tradeoff in their input representation. Standard fixed-vocabulary tokenizers fragment biologically meaningful motifs such as codon…

JEPA-DNA: Grounding Genomic Foundation Models through Joint-Embedding Predictive Architectures

2026-02-19 · Ariel Larey, Elay Dahan, Amit Bleiweiss, Raizy Kellerman 외 arxiv

Genomic Foundation Models (GFMs) typically rely on Masked Language Modeling (MLM) or Next-Token Prediction (NTP) to learn the "Laws of Nature". While effective at capturing local syntax, these generative paradigms priori…