ConvMem: Convolutional Memory for Long-Context Reasoning
Ranking
Overall
78
Content
95
Popularity
37
Observed public metrics from 1 member.
Merged summary
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.
Sources (1)
ConvMem: Convolutional Memory for Long-Context Reasoning
Public signals
Semantic Scholar citations 0 · Semantic Scholar influential citations 0
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.