paper-with-me

Papers

Integrating Arithmetic Learning Improves Mathematical Reasoning in Smaller Models

2025-02-18 · Neeraj Gangwar, Suma P Bhat, Nickvash Kani

While large models pre-trained on high-quality data exhibit excellent performance across various reasoning tasks, including mathematical reasoning (e.g. GSM8k, MultiArith), specializing smaller models to excel at mathematical reasoning remains a challenging problem. Common approaches to address this challenge include knowledge distillation, where smaller student models learn from large pre-trained teacher models, and data augmentation, such as rephrasing questions. Despite these efforts, smaller models struggle with arithmetic computations, leading to errors in mathematical reasoning. In this work, we focus on leveraging a programmatically generated arithmetic dataset to enhance the reasoning capabilities of smaller models. We investigate two key approaches to incorporate this dataset -- (1) intermediate fine-tuning, where a model is fine-tuned on the arithmetic dataset before being trained on a reasoning dataset, and (2) integrating the arithmetic dataset into the instruction-tuning mixture, allowing the model to learn arithmetic skills alongside general instruction-following abilities. Our experiments on multiple reasoning benchmarks demonstrate that incorporating an arithmetic dataset, whether through targeted fine-tuning or within the instruction-tuning mixture, enhances the models' arithmetic capabilities, which in turn improves their mathematical reasoning performance.

📄 PDF Abstract BibTeX arXiv:2502.12855

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationGSM8KInstruction FollowingKnowledge DistillationMathematical Reasoning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

How Numerical Precision Affects Mathematical Reasoning Capabilities of LLMs

2024-10-17 · Guhao Feng, Kai Yang, Yuntian Gu, Xinyue Ai 외

Despite the remarkable success of Transformer-based Large Language Models (LLMs) across various domains, understanding and enhancing their mathematical capabilities remains a significant challenge. In this paper, we cond…

Mathematical Reasoning

Small Language Models are Equation Reasoners

2024-09-19 · Bumjun Kim, Kunha Lee, Juyeon Kim, Sangam Lee

Chain-of-Thought (CoT) reasoning has enabled Large Language Model (LLM) to achieve remarkable performance in various NLP tasks, including arithmetic problem-solving. However, this success does not generalize to small lan…

Arithmetic ReasoningKnowledge DistillationLanguage ModelingLanguage Modelling+2

Logit Arithmetic Elicits Long Reasoning Capabilities Without Training

2025-07-17 · Yunxiang Zhang, Muhammad Khalifa, Lechen Zhang, Xin Liu 외

Large reasoning models (LRMs) can do complex reasoning via long chain-of-thought (CoT) involving cognitive strategies such as backtracking and self-correction. Recent studies suggest that some models inherently possess t…

Multilingual Mathematical Reasoning: Advancing Open-Source LLMs in Hindi and English

2024-12-24 · Avinash Anand, Kritarth Prasad, Chhavi Kirtani, Ashwin R Nair 외

Large Language Models (LLMs) excel in linguistic tasks but struggle with mathematical reasoning, particularly in non English languages like Hindi. This research aims to enhance the mathematical reasoning skills of smalle…

Mathematical Reasoning

Chain-of-Reasoning: Towards Unified Mathematical Reasoning in Large Language Models via a Multi-Paradigm Perspective

2025-01-19 · Yiyao Yu, Yuxiang Zhang, Dongdong Zhang, Xiao Liang 외

Large Language Models (LLMs) have made notable progress in mathematical reasoning, yet often rely on single-paradigm reasoning, limiting their effectiveness across diverse tasks. We introduce Chain-of-Reasoning (CoR), a …

Automated Theorem ProvingMathMathematical ReasoningZero-shot Generalization