CLAIMar 19, 2025

MetaLadder: Ascending Mathematical Solution Quality via Analogical-Problem Reasoning Transfer

arXiv:2503.14891v17 citationsh-index: 11Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing problem-solving accuracy in mathematical reasoning tasks for AI systems, representing an incremental improvement over existing chain-of-thought approaches.

The paper tackles the problem of improving mathematical reasoning in large language models by introducing MetaLadder, a framework that prompts models to recall and reflect on analogous problems and their solutions before solving a target problem, resulting in a 10.3% accuracy gain over standard methods.

Large Language Models (LLMs) have demonstrated promising capabilities in solving mathematical reasoning tasks, leveraging Chain-of-Thought (CoT) data as a vital component in guiding answer generation. Current paradigms typically generate CoT and answers directly for a given problem, diverging from human problem-solving strategies to some extent. Humans often solve problems by recalling analogous cases and leveraging their solutions to reason about the current task. Inspired by this cognitive process, we propose \textbf{MetaLadder}, a novel framework that explicitly prompts LLMs to recall and reflect on meta-problems, those structurally or semantically analogous problems, alongside their CoT solutions before addressing the target problem. Additionally, we introduce a problem-restating mechanism to enhance the model's comprehension of the target problem by regenerating the original question, which further improves reasoning accuracy. Therefore, the model can achieve reasoning transfer from analogical problems, mimicking human-like "learning from examples" and generalization abilities. Extensive experiments on mathematical benchmarks demonstrate that our MetaLadder significantly boosts LLMs' problem-solving accuracy, largely outperforming standard CoT-based methods (\textbf{10.3\%} accuracy gain) and other methods. Our code and data has been released at https://github.com/LHL3341/MetaLadder.

Code Implementations1 repo
Foundations

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

Your Notes