🛰️ Daily AI Frontier
‹ back to 2026-09-10

ConvMem: Convolutional Memory for Long-Context Reasoning

arXiv cs.AI LLMs & Foundation Models Hongming Zhang, Zhaozhen Gu, Fengshuo Bai, Ming Hao, Qingyang Zhang, Yuanyuan Wang, Shiyang Tang, Yanna Wang, Bo Xu 2026-09-09
Representative image for ConvMem: Convolutional Memory for Long-Context Reasoning

TL;DR - ConvMem is a training-free framework for long-context LLM reasoning that hierarchically summarizes text segments using a parallel, convolution-inspired process. It reduces sequential reasoning depth from linear to logarithmic while outperforming training-free baselines on two multi-hop QA benchmarks.

  • Treats a query-prompted LLM as a convolutional kernel that summarizes context segments in a hierarchical tree.
  • Uses configurable strides and skip connections to preserve and propagate evidence while limiting error accumulation.
  • Applies multiple kernels to split complex queries into distinct semantic reasoning channels.
  • Enables parallel processing across context segments and reasoning threads without costly reinforcement learning.

view merged work →