English

LightThinker++: From Reasoning Compression to Memory Management

Computation and Language 2026-04-07 v1 Artificial Intelligence Information Retrieval Machine Learning Multimedia

Abstract

Large language models (LLMs) excel at complex reasoning, yet their efficiency is limited by the surging cognitive overhead of long thought traces. In this paper, we propose LightThinker, a method that enables LLMs to dynamically compress intermediate thoughts into compact semantic representations. However, static compression often struggles with complex reasoning where the irreversible loss of intermediate details can lead to logical bottlenecks. To address this, we evolve the framework into LightThinker++, introducing Explicit Adaptive Memory Management. This paradigm shifts to behavioral-level management by incorporating explicit memory primitives, supported by a specialized trajectory synthesis pipeline to train purposeful memory scheduling. Extensive experiments demonstrate the framework's versatility across three dimensions. (1) LightThinker reduces peak token usage by 70% and inference time by 26% with minimal accuracy loss. (2) In standard reasoning, LightThinker++ slashes peak token usage by 69.9% while yielding a +2.42% accuracy gain under the same context budget for maximum performance. (3) Most notably, in long-horizon agentic tasks, it maintains a stable footprint beyond 80 rounds (a 60%-70% reduction), achieving an average performance gain of 14.8% across different complex scenarios. Overall, our work provides a scalable direction for sustaining deep LLM reasoning over extended horizons with minimal overhead.

Keywords

Cite

@article{arxiv.2604.03679,
  title  = {LightThinker++: From Reasoning Compression to Memory Management},
  author = {Yuqi Zhu and Jintian Zhang and Zhenjie Wan and Yujie Luo and Shuofei Qiao and Zhengke Gui and Da Zheng and Lei Liang and Huajun Chen and Ningyu Zhang},
  journal= {arXiv preprint arXiv:2604.03679},
  year   = {2026}
}

Comments

Work in progress. This is an extended version of LightThinker

R2 v1 2026-07-01T11:53:48.767Z