English

Shuffle the Context: RoPE-Perturbed Self-Distillation for Long-Context Adaptation

Computation and Language 2026-04-17 v1

Abstract

Large language models (LLMs) increasingly operate in settings that require reliable long-context understanding, such as retrieval-augmented generation and multi-document reasoning. A common strategy is to fine-tune pretrained short-context models at the target sequence length. However, we find that standard long-context adaptation can remain brittle: model accuracy depends strongly on the absolute placement of relevant evidence, exhibiting high positional variance even when controlling for task format and difficulty. We propose RoPE-Perturbed Self-Distillation, a training regularizer that improves positional robustness. The core idea is to form alternative "views" of the same training sequence by perturbing its RoPE indices -- effectively moving parts of the context to different positions -- and to train the model to produce consistent predictions across views via self-distillation. This encourages reliance on semantic signals instead of brittle position dependencies. Experiments on long-context adaptation of Llama-3-8B and Qwen-3-4B demonstrate consistent gains on long-context benchmarks, including up to 12.04% improvement on RULER-64K for Llama-3-8B and 2.71% on RULER-256K for Qwen-3-4B after SFT, alongside improved length extrapolation beyond the training context window.

Keywords

Cite

@article{arxiv.2604.14339,
  title  = {Shuffle the Context: RoPE-Perturbed Self-Distillation for Long-Context Adaptation},
  author = {Zichong Li and Chen Liang and Liliang Ren and Tuo Zhao and Yelong Shen and Weizhu Chen},
  journal= {arXiv preprint arXiv:2604.14339},
  year   = {2026}
}
R2 v1 2026-07-01T12:11:32.991Z