pith. sign in

arxiv: 2601.18383 · v2 · pith:TDZV7T27new · submitted 2026-01-26 · 💻 cs.AI · cs.CL· cs.LG

Dynamic Thinking-Token Selection for Efficient Reasoning in Large Reasoning Models

classification 💻 cs.AI cs.CLcs.LG
keywords reasoningtokensanswerdecision-criticaldynamicefficiencyfinallarge
0
0 comments X
read the original abstract

Large Reasoning Models (LRMs) excel at solving complex problems by explicitly generating a reasoning trace before deriving the final answer. However, these extended generations incur substantial memory footprint and computational overhead, bottlenecking LRMs' efficiency. This work uses attention maps to analyze the influence of reasoning traces and uncover an interesting phenomenon: only some decision-critical tokens in a reasoning trace steer the model toward the final answer, while the remaining tokens contribute negligibly. Building on this observation, we propose Dynamic Thinking-Token Selection (DynTS). This method identifies decision-critical tokens and retains only their associated Key-Value (KV) cache states during inference, evicting the remaining redundant entries to optimize efficiency.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Value-Aware Stochastic KV Cache Eviction for Reasoning Models

    cs.LG 2026-06 unverdicted novelty 6.0

    VaSE improves KV cache eviction accuracy for reasoning models by over 4% versus prior eviction methods at 4x compression through value-magnitude protection and stochastic diversity.