paper-with-me

홈 › Papers

Revealing the Learning Dynamics of Long-Context Continual Pre-training

2026-04-03 · Yupu Liang, Shuang Chen, Guanwei Zhang, Shaolei Wang, Suncong Zheng arxiv

Existing studies on Long-Context Continual Pre-training (LCCP) mainly focus on small-scale models and limited data regimes (tens of billions of tokens). We argue that directly migrating these small-scale settings to industrial-grade models risks insufficient adaptation and premature training termination. Furthermore, current evaluation methods rely heavily on downstream benchmarks (e.g., Needle-in-a-Haystack), which often fail to reflect the intrinsic convergence state and can lead to "deceptive saturation". In this paper, we present the first systematic investigation of LCCP learning dynamics using the industrial-grade Hunyuan-A13B (80B total parameters), tracking its evolution across a 200B-token training trajectory. Specifically, we propose a hierarchical framework to analyze LCCP dynamics across behavioral (supervised fine-tuning probing), probabilistic (perplexity), and mechanistic (attention patterns) levels. Our findings reveal: (1) Necessity of Massive Data Scaling: Training regimes of dozens of billions of tokens are insufficient for industrial-grade LLMs' LCCP (e.g., Hunyuan-A13B reaches saturation after training over 150B tokens). (2) Deceptive Saturation vs. Intrinsic Saturation: Traditional NIAH scores report "fake saturation" early, while our PPL-based analysis reveals continuous intrinsic improvements and correlates more strongly with downstream performance. (3) Mechanistic Monitoring for Training Stability: Retrieval heads act as efficient, low-resource training monitors, as their evolving attention scores reliably track LCCP progress and exhibit high correlation with SFT results. This work provides a comprehensive monitoring framework, evaluation system, and mechanistic interpretation for the LCCP of industrial-grade LLM.

📄 PDF Abstract BibTeX arXiv:2604.02650

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

In-Context Learning can Perform Continual Learning Like Humans

2025-09-26 · Liuwang Kang, Fan Wang, Shaoshan Liu, Hung-Chyun Chou 외 arxiv

Large language models (LLMs) can adapt to new tasks via in-context learning (ICL) without parameter updates, making them powerful learning engines for fast adaptation. While extensive research has examined ICL as a few-s…

Continual Learning

A Backpropagation-Free Feedback-Hebbian Network for Continual Learning Dynamics

2026-01-11 · Josh Li, Fow-sen Choa arxiv

Feedback-rich neural architectures can regenerate earlier representations and inject temporal context, making them a natural setting for strictly local synaptic plasticity. Existing literature raises doubt about whether …

Continual Learning

MagMax: Leveraging Model Merging for Seamless Continual Learning

2024-07-08 · Daniel Marczak, Bartłomiej Twardowski, Tomasz Trzciński, Sebastian Cygert

This paper introduces a continual learning approach named MagMax, which utilizes model merging to enable large pre-trained models to continuously learn from new data without forgetting previously acquired knowledge. Dist…

Continual LearningIncremental Learningmodel

LADM: Long-context Training Data Selection with Attention-based Dependency Measurement for LLMs

2025-03-04 · Jianghao Chen, Junhong Wu, Yangyifan Xu, Jiajun Zhang

Long-context modeling has drawn more and more attention in the area of Large Language Models (LLMs). Continual training with long-context data becomes the de-facto method to equip LLMs with the ability to process long in…

Data Engineering for Scaling Language Models to 128K Context

2024-02-15 · Yao Fu, Rameswar Panda, Xinyao Niu, Xiang Yue 외

We study the continual pretraining recipe for scaling language models' context lengths to 128K, with a focus on data engineering. We hypothesize that long context modeling, in particular \textit{the ability to utilize in…

4kContinual Pretraining