paper-with-me

Papers

Midtraining Bridges Pretraining and Posttraining Distributions

2025-10-16 · Emmy Liu, Graham Neubig, Chenyan Xiong arxiv

Midtraining, the practice of mixing specialized data with more general pretraining data in an intermediate training phase, has become widespread in language model development, yet there is little understanding of what makes it effective. We propose that midtraining functions as distributional bridging by providing better initialization for posttraining. We conduct controlled pretraining experiments, and find that midtraining benefits are largest for domains distant from general pretraining data, such as code and math, and scale with the proximity advantage the midtraining data provides toward the target distribution. In these domains, midtraining consistently outperforms continued pretraining on specialized data alone both in-domain and in terms of mitigating forgetting. We further conduct an investigation on the starting time and mixture weight of midtraining data, using code as a case study, and find that time of introduction and mixture weight interact strongly such that early introduction of specialized data is amenable to high mixture weights, while late introduction requires lower ones. This suggests that late introduction of specialized data outside a plasticity window cannot be compensated for by increasing data mixtures later in training. Beyond midtraining itself, this suggests that distributional transitions between any training phases may benefit from similar bridging strategies.

📄 PDF Abstract BibTeX arXiv:2510.14865

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

REDSearcher: A Scalable and Cost-Efficient Framework for Long-Horizon Search Agents

2026-02-15 · Zheng Chu, Xiao Wang, Jack Hong, Huiming Fan 외 arxiv

Large language models are transitioning from generalpurpose knowledge engines to realworld problem solvers, yet optimizing them for deep search tasks remains challenging. The central bottleneck lies in the extreme sparsi…

Reinforcement Learning

Constitutional Midtraining: Content Presence Drives Alignment Gains

2026-07-29 · Desiree Cho, Cameron Tice, Bernie Hogan, Hunar Batra 외 arxiv

Post-training alignment is often shallow, eroding under fine-tuning. It remains untested as to whether constitutional midtraining interventions can produce durable alignment when cleanly isolated from post-training. We b…

ChocoLlama: Lessons Learned From Teaching Llamas Dutch

2024-12-10 · Matthieu Meeus, Anthony Rathé, François Remy, Pieter Delobelle 외

While Large Language Models (LLMs) have shown remarkable capabilities in natural language understanding and generation, their performance often lags in lower-resource, non-English languages due to biases in the training …

Natural Language Understanding

Low-Rank Key Value Attention

2026-01-16 · James O'Neill, Robert Clancy, Mariia Matskevichus, Fergal Reid arxiv

The key-value (KV) cache is a primary memory bottleneck in Transformers. We propose Low-Rank Key-Value (LRKV) attention, which reduces KV cache memory by exploiting redundancy across attention heads, while being compute …

Reasoning with Sampling: Your Base Model is Smarter Than You Think

2025-10-16 · Aayush Karan, Yilun Du arxiv

Frontier reasoning models have exhibited incredible capabilities across a wide array of disciplines, driven by posttraining large language models (LLMs) with reinforcement learning (RL). However, despite the widespread s…

Reinforcement Learning