ConvMem: Convolutional Memory for Long-Context Reasoning

📅 2026-09-09
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决大型语言模型处理长文本时的限制,提出ConvMem框架,通过层次卷积和并行处理方法提高长上下文推理效率。
📝 Abstract
While Large Language Models (LLMs) have demonstrated impressive capabilities, they often struggle with extremely long contexts due to fixed context limits. To address this, sequential approaches like MemAgent extend the effective context by reading text in segments and iteratively updating a fixed-size memory. However, this sequential paradigm suffers from high latency and requires costly reinforcement learning (RL) training, which can lead to overfitting on specific datasets. To overcome these limitations, we propose ConvMem, a training-free, highly parallelizable framework that reformulates long-context reasoning as a hierarchical convolution. Inspired by CNNs, ConvMem treats an LLM prompted with a specific query as a convolutional kernel. This kernel summarizes text segments hierarchically, shortening the reasoning path from a linear chain into a logarithmic tree. Specifically, ConvMem integrates \textit{Configurable Strides} and \textit{Skip Connections} to ensure robust evidence capture and propagation, while employing \textit{Multi-Kernel Convolution} to decompose complex queries into disentangled semantic channels. This design not only mitigates error accumulation but also enables massive parallelization across both text segments and reasoning threads. Experiments on RULER-HotpotQA and RULER-2WikiMultiHopQA demonstrate that ConvMem outperforms training-free baselines and avoids the risk of overfitting to parametric priors often observed in RL-trained models on out-of-distribution tasks.
Problem

Research questions and friction points this paper is trying to address.

Large Language Models
Long-Context Reasoning
Fixed Context Limits
Sequential Approaches
Reinforcement Learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Configurable Strides
Skip Connections
Multi-Kernel Convolution
🔎 Similar Papers
H
Hongming Zhang
Institute of Automation, Chinese Academy of Sciences
Z
Zhaozhen Gu
Institute of Automation, Chinese Academy of Sciences
Fengshuo Bai
Fengshuo Bai
Shanghai Jiao Tong University
Embodied AIAI AlignmentReinforcement LearningPreference-based Learning
Ming Hao
Ming Hao
School of Environment Science and Spatial Informatics, China University of Mining and Technology
change detectionimage classification and segmentationand pattern recognition
Qingyang Zhang
Qingyang Zhang
PhD student, Tianjin University
Large Reasoning ModelsOut-of-DistributionMultimodal Fusion
Y
Yuanyuan Wang
Institute of Automation, Chinese Academy of Sciences
S
Shiyang Tang
Institute of Automation, Chinese Academy of Sciences
Y
Yanna Wang
Institute of Automation, Chinese Academy of Sciences
B
Bo Xu
Institute of Automation, Chinese Academy of Sciences