View a PDF of the paper titled Meta-Reasoner: Dynamic Guidance for Optimized Inference-time Reasoning in Large Language Models, by Yuan Sui and five other authors
Abstract: Large Language Models (LLMs) struggle with high computational time and error propagation during inference time, especially for complex tasks like math, puzzles, or coding requiring multi-step thinking. While existing reasoning models with chain-of-thoughts (CoT) can enable LLMs to do step-wise analysis and reflection, they often face the issue of wasting computation on less productive solutions and fail to make progress during inference time. In this paper, we propose Meta-Reasoner, a new framework to enable LLMs to “Think about how to think,” i.e., optimize the inference compute by adjusting strategies on how to reason during inference time. Inspired by dual-process theory, our method decouples the high-level strategy generation (e.g., backtracking, switching approaches, or restarting) from stepwise CoT generation via a lightweight progress report. The strategy module only considers the summarized version from the previous CoTs to propose new strategies accordingly. We employ the contextual multi-armed bandits (CMABs) for this module to iteratively evaluate the previous reasoning states and dynamically adjust the strategy to avoid reasoning getting stuck in less productive paths during inference. Evaluations on math problems (e.g., Game-of-24, TheoremQA) and scientific problems (e.g., SciBench) demonstrate that our method improves performance by 9-12% over previous SOTA methods while reducing inference time by 28-35%. This approach also generalizes to other domains like creative writing, demonstrating its versatility for diverse reasoning-intensive problems using LLMs.
Submission History
From: Yuan Sui [view email]
[v1] Thu, 27 Feb 2025 09:40:13 UTC (1,759 KB)
[v2] Thu, 22 May 2025 08:15:25 UTC (1,762 KB)
[v3] Tue, 24 Jun 2025 08:27:42 UTC (1,080 KB)
[v4] Fri, 8 Aug 2025 18:01:34 UTC (1,802 KB)
Introduction to Meta-Reasoner
In recent years, the field of Artificial Intelligence has been revolutionized by the emergence of Large Language Models (LLMs). These systems, which can generate human-like text, still encounter challenges, particularly during inference time when tasked with complex problems requiring multi-step reasoning, such as advanced mathematics, intricate puzzles, or intricate code writing. The introduction of the Meta-Reasoner framework sheds light on a promising solution to these computational hurdles.
Understanding the Challenges Facing LLMs
LLMs, despite their impressive capabilities, can struggle with high computational loads and the risk of error propagation. This is particularly evident when they tackle complex tasks that require nuanced thought and strategic planning. The traditional chain-of-thought (CoT) models enable these systems to perform step-wise analysis but frequently encounter obstacles that hinder effective progress. A common issue with these models is that they often expend valuable computational resources on less productive paths, leading to inefficiencies and potential inaccuracies in their outputs.
The Meta-Reasoner Framework
Meta-Reasoner introduces an innovative approach to optimize inference computation by allowing LLMs to engage in a form of meta-cognition, or "thinking about how to think." This thoughtful adjustment of reasoning strategies is pivotal during inference time. The framework is rooted in dual-process theory, distinguishing between high-level strategy generation and the step-by-step reasoning typically seen in CoT models. By utilizing a lightweight progress report system, Meta-Reasoner focuses on summarizing earlier reasoning steps to develop new, more effective strategies.
The Role of Contextual Multi-Armed Bandits (CMABs)
One of the standout features of the Meta-Reasoner framework is its incorporation of contextual multi-armed bandits (CMABs). This methodology allows for iterative evaluation of previous reasoning states and the dynamic adjustment of strategies. By effectively avoiding unproductive reasoning paths, the system optimizes inference time and enhances overall performance. This continuous learning and adaptation process allows LLMs to become more effective at tackling not just mathematical challenges but a wide array of reasoning-intensive tasks across various domains.
Performance Metrics
The results of evaluations conducted using Meta-Reasoner indicate significant improvements over previous state-of-the-art (SOTA) methods. Specifically, performance gains of 9-12% on various math problems, including challenges like Game-of-24 and TheoremQA, were achieved, alongside a striking reduction in inference time by 28-35%. This impressive performance underscores the efficacy of the Meta-Reasoner framework in enhancing the capabilities of LLMs.
Versatility Across Domains
Another standout aspect of Meta-Reasoner is its versatility. Beyond math and scientific problems, this framework adapts well to various tasks, including creative writing. The inherent flexibility of the approach allows it to be applied to diverse reasoning-intensive problems, making it a valuable tool for researchers and practitioners alike. Whether drafting a story or solving complex equations, Meta-Reasoner offers dynamic support tailored to each unique challenge.
A Glimpse into Future Research
As research continues to evolve, the implications of frameworks like Meta-Reasoner are profound. The potential to reduce computational burdens and enhance reasoning accuracy opens avenues for further investigation into LLM capabilities. By continually refining these systems, researchers can explore new, innovative applications that push the boundaries of what LLMs can achieve, paving the way for advancements in AI models across various fields.
By understanding the intricacies of Meta-Reasoner and its impact on large language models, we can appreciate the ongoing advancements in artificial intelligence and the exciting possibilities that lie ahead.
Inspired by: Source

