HintMR: Eliciting Stronger Mathematical Reasoning in Small Language Models

arXiv cs.AI / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • HintMR proposes a hint-assisted reasoning framework to improve small language models’ performance on multi-step mathematical problems by guiding them through sequential reasoning steps.
  • The system uses a cooperative two-model setup where a separate hint-generating SLM (trained by distillation from a stronger LLM) produces context-aware hints based on the problem statement and the model’s accumulated reasoning history.
  • Hints are designed to be localized and stepwise, helping reduce error propagation while avoiding giving away full solutions.
  • Experiments on multiple mathematical benchmarks show consistent accuracy improvements over standard prompting, while maintaining the efficiency of small models.
  • The paper positions structured collaboration between SLMs—via hint generation plus a reasoning model—as a lightweight mechanism to strengthen mathematical reasoning without increasing model size.

Abstract

Small language models (SLMs) often struggle with complex mathematical reasoning due to limited capacity to maintain long chains of intermediate steps and to recover from early errors. We address this challenge by introducing a hint-assisted reasoning framework that incrementally guides SLMs through multi-step mathematical problem solving. Our approach decomposes solutions into sequential reasoning steps and provides context-aware hints, where hints are generated by a separate SLM trained via distillation from a strong large language model. While the hint-generating SLM alone is not capable of solving the problems, its collaboration with a reasoning SLM enables effective guidance, forming a cooperative two-model system for reasoning. Each hint is generated conditionally on the problem statement and the accumulated reasoning history, providing stepwise, localized guidance without revealing full solutions. This reduces error propagation and allows the reasoning model to focus on manageable subproblems. Experiments across diverse mathematical benchmarks and models demonstrate that hint assistance consistently improves reasoning accuracy for SLMs, yielding substantial gains over standard prompting while preserving model efficiency. These results highlight that structured collaboration between SLMs-via hint generation and reasoning-offers an effective and lightweight mechanism for enhancing mathematical reasoning.