Preprint
Reinforcement Learning

Eliciting Reasoning with Cognitive Tools

Brown Ebouky, A. Bartezzaghi, Mattia Rigotti
June 13, 2025arXiv.org5 citations

5

Citations

1

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

The recent advent of reasoning models like OpenAI's o1 was met with excited speculation by the AI community about the mechanisms underlying these capabilities in closed models, followed by a rush of replication efforts, particularly from the open source community. These speculations were largely settled by the demonstration from DeepSeek-R1 that chains-of-thought and reinforcement learning (RL) can effectively replicate reasoning on top of base LLMs. However, it remains valuable to explore alternative methods for theoretically eliciting reasoning that could help elucidate the underlying mechanisms, as well as providing additional methods that may offer complementary benefits. Here, we build on the long-standing literature in cognitive psychology and cognitive architectures, which postulates that reasoning arises from the orchestrated, sequential execution of a set of modular, predetermined cognitive operations. Crucially, we implement this key idea within a modern agentic tool-calling framework. In particular, we endow an LLM with a small set of"cognitive tools"encapsulating specific reasoning operations, each executed by the LLM itself. Surprisingly, this simple strategy results in considerable gains in performance on standard mathematical reasoning benchmarks compared to base LLMs, for both closed and open-weight models. For instance, providing our"cognitive tools"to GPT-4.1 increases its pass@1 performance on AIME2024 from 32% to 53%, even surpassing the performance of o1-preview. In addition to its practical implications, this demonstration contributes to the debate regarding the role of post-training methods in eliciting reasoning in LLMs versus the role of inherent capabilities acquired during pre-training, and whether post-training merely uncovers these latent abilities.

Analysis

Why This Paper Matters

This paper addresses a critical question in AI: how to elicit robust reasoning from large language models (LLMs). While recent work like DeepSeek-R1 has shown that reinforcement learning (RL) and chain-of-thought (CoT) can replicate reasoning, the authors explore an alternative, cognitively inspired approach. By drawing on decades of cognitive psychology and cognitive architectures, they propose that reasoning arises from the orchestrated execution of modular, predetermined cognitive operations. This perspective is not only theoretically interesting but also yields practical gains.

The significance lies in the simplicity and effectiveness of the method. Rather than requiring complex RL training or massive datasets, the authors simply endow an LLM with a small set of "cognitive tools"—each a reasoning operation executed by the LLM itself. This approach is lightweight, model-agnostic, and works for both closed and open-weight models. The paper also contributes to the ongoing debate about whether post-training methods uncover latent abilities from pre-training or genuinely add new capabilities.

Technical Contributions

  • Cognitive Tools Framework: The authors define a small set of modular reasoning operations (e.g., decompose, verify, analogize) that are implemented as tools within an agentic tool-calling framework.
  • Tool Execution by LLM: Each cognitive tool is executed by the LLM itself, meaning the model generates the reasoning steps internally, guided by the tool's specification.
  • Benchmark Evaluation: The method is tested on standard mathematical reasoning benchmarks (e.g., AIME2024, GSM8K) using both closed (GPT-4.1) and open-weight models.
  • Comparison with o1-preview: The paper directly compares performance against OpenAI's o1-preview, a state-of-the-art reasoning model.

Results

  • GPT-4.1 with cognitive tools achieves 53% pass@1 on AIME2024, up from 32% without tools, surpassing o1-preview's performance.
  • Similar improvements are observed for other models, though exact metrics are not provided in the abstract.
  • The gains are attributed to the structured, sequential execution of reasoning operations, which mirrors human cognitive processes.

Significance

This work has both practical and theoretical implications. Practically, it offers a simple, cost-effective way to boost LLM reasoning without retraining. Theoretically, it supports the view that reasoning in LLMs can be elicited by providing appropriate scaffolding, suggesting that these models already possess latent reasoning capabilities from pre-training. The paper also opens avenues for integrating cognitive science insights into AI system design, potentially leading to more interpretable and controllable reasoning processes.