LGAIMay 27, 2025

Can Past Experience Accelerate LLM Reasoning?

arXiv:2505.20643v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of high inference time in LLMs for practitioners, offering a potential speedup method, though it appears incremental as it builds on existing compute allocation and memory techniques.

The paper investigates whether large language models (LLMs) can reason faster through recurrent exposure to relevant tasks, proposing SpeedupLLM, a framework with adaptive compute allocation and memory mechanisms, and finds that LLMs achieve up to a 56% reduction in compute cost with appropriate methods.

Allocating more compute to large language models (LLMs) reasoning has generally been demonstrated to improve their effectiveness, but also results in increased inference time. In contrast, humans can perform tasks faster and better with increased experience and exposure. Hence, this paper aims to investigate the question: Can LLMs also become faster at reasoning through recurrent exposure on relevant tasks, and if so, how can it be achieved? To address these questions, we first formalize the problem setting of LLM reasoning speedup systematically in the dimensions of task relevancy and compute budget calculation. We then propose SpeedupLLM, a theoretically guaranteed framework to implement and benchmark such reasoning speedup behaviour based on adaptive compute allocation and memory mechanisms. We further conduct comprehensive experiments to benchmark such behaviour across different question similarity levels, memory methods, and reasoning methods. Results show that LLMs can generally reason faster with past experience, achieving up to a 56% reduction in compute cost when equipped with appropriate memory and reasoning methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes