EPISODE · Nov 19, 2025 · 12 MIN
Not All Thoughts Matter: Selective Attention for Efficient Reasoning
from Best AI papers explained · host Enoch H. Kang
This paper studies an inference-time optimization technique designed to reduce the high computational cost of reasoning-optimized large language models (LLMs), which generate long chains of thought. LLMs' self-attention mechanism typically scales quadratically with sequence length, making long reasoning chains prohibitively expensive. RWR addresses this by exploiting the redundancy in intermediate reasoning steps, maintaining only two strategically chosen parts of the key-value (KV) cache: the first window, which holds critical problem context, and the last window, containing the most recent reasoning steps. This simple approach significantly reduces memory and compute requirements, achieving similar accuracy with up to a 50% KV-cache budget reduction, which translates to substantial memory and compute savings across tasks like math reasoning, code generation, and academic question answering, even for models trained with full quadratic attention.
What this episode covers
This paper studies an inference-time optimization technique designed to reduce the high computational cost of reasoning-optimized large language models (LLMs), which generate long chains of thought. LLMs' self-attention mechanism typically scales quadratically with sequence length, making long reasoning chains prohibitively expensive. RWR addresses this by exploiting the redundancy in intermediate reasoning steps, maintaining only two strategically chosen parts of the key-value (KV) cache: the first window, which holds critical problem context, and the last window, containing the most recent reasoning steps. This simple approach significantly reduces memory and compute requirements, achieving similar accuracy with up to a 50% KV-cache budget reduction, which translates to substantial memory and compute savings across tasks like math reasoning, code generation, and academic question answering, even for models trained with full quadratic attention.
NOW PLAYING
Not All Thoughts Matter: Selective Attention for Efficient Reasoning
No transcript for this episode yet
Similar Episodes
Mar 31, 2026 ·54m
Mar 27, 2026 ·14m
Mar 24, 2026 ·42m
Mar 20, 2026 ·42m
Mar 17, 2026 ·41m
Mar 13, 2026 ·44m