English

RePo: Language Models with Context Re-Positioning

Machine Learning 2026-03-06 v2 Artificial Intelligence Computation and Language

Abstract

In-context learning is fundamental to modern Large Language Models (LLMs); however, prevailing architectures impose a rigid and fixed contextual structure by assigning linear or constant positional indices. Drawing on Cognitive Load Theory (CLT), we argue that this uninformative structure increases extraneous cognitive load, consuming finite working memory capacity that should be allocated to deep reasoning and attention allocation. To address this, we propose RePo, a novel mechanism that reduces extraneous load via context re-positioning. Unlike standard approaches, RePo utilizes a differentiable module, fϕf_\phi, to assign token positions that capture contextual dependencies, rather than replying on pre-defined order. By continually pre-training on the OLMo-2 1B & 7B models, we demonstrate that RePo consistently enhances performance on tasks involving noisy contexts, structured data, and longer context length, while maintaining competitive performance on general short-context tasks. Detailed analysis reveals that RePo successfully allocate higher attention to distant but relevant information, assign positions in dense and non-linear space, and capture the intrinsic structure of the input context. We will open-source the code and model weights. Our code is at https://github.com/SakanaAI/repo.

Keywords

Cite

@article{arxiv.2512.14391,
  title  = {RePo: Language Models with Context Re-Positioning},
  author = {Huayang Li and Tianyu Zhao and Deng Cai and Richard Sproat},
  journal= {arXiv preprint arXiv:2512.14391},
  year   = {2026}
}

Comments

updated with results on 7B model

R2 v1 2026-07-01T08:27:22.214Z