English

Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning

Computation and Language 2026-05-25 v2 Artificial Intelligence Machine Learning

Abstract

Recent large language models support inputs of up to 10 million tokens, yet they perform poorly on long-context tasks that require complex reasoning. Such tasks can be solved using only a subset of the input -- a proxy context -- rather than the full sequence. Despite sharing the same underlying reasoning process, models exhibit a significant performance disparity between proxy and full contexts. To improve long-context reasoning, we propose ProxyCoT, a novel training framework that transfers reasoning capabilities from short proxy contexts to full long contexts. Specifically, we first obtain high-quality chain-of-thought reasoning traces on proxy contexts through reinforcement learning or distillation from a larger teacher model, and then ground the generated traces in full long contexts with supervised fine-tuning. Experiments across different datasets demonstrate that ProxyCoT consistently outperforms strong baselines with reduced computational overhead. Furthermore, models trained with ProxyCoT generalize their long-context reasoning capabilities to out-of-domain tasks.

Keywords

Cite

@article{arxiv.2605.20201,
  title  = {Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning},
  author = {Miao Li and Irina Saparina and Alexander Gurung and Mirella Lapata},
  journal= {arXiv preprint arXiv:2605.20201},
  year   = {2026}
}

Comments

Long paper, ACL 2026 (Main conference)

R2 v1 2026-07-22T07:22:22.140Z