paper-with-me

홈 › Papers

AgenticMath: Enhancing LLM Reasoning via Agentic-based Math Data Generation

2025-10-22 · Xianyang Liu, Yilin Liu, Shuai Wang, Hao Cheng, Andrew Estornell, Yuzhi Zhao, Jun Shu, Jiaheng Wei arxiv

The creation of high-quality datasets to improve Large Language Model (LLM) reasoning remains a significant challenge, as current methods often suffer from generating low-quality/incorrect answers and limited information richness from available data sources. To address this, we propose AgenticMath, a novel agentic method for generating high-quality mathematical question-answer pairs to enhance the supervised fine-tuning of LLMs. Our method operates through four stages: (1) Seed Question Filter that selects questions with high information richness, complexity, and clarity; (2) an Agentic Question Rephrase step that employs a multi-agent system to generate diverse, logically consistent paraphrases; (3) an Answer Augment step where rewrite answers using chain-of-thought reasoning to enhance numerical and logical correctness, without reliance on human-provided labels; and (4) a final Question and Answer Evaluation that retains only the most superior pairs. Extensive experiments demonstrate that, fine-tuning 3B-8B parameter LLMs on AgenticMath generated datasets (comprising only 30-60K math samples) achieves competitive or superior performance on diverse in domain and out-of-domain mathematical reasoning benchmarks compared to baselines trained on much more data (e.g., 400K or 2.3M samples). Our work demonstrates that targeted, high-quality data generation is a more efficient path to improving mathematical reasoning in LLMs than large-scale, low-quality alternatives.

📄 PDF Abstract BibTeX arXiv:2510.19361

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

M2A: Synergizing Mathematical and Agentic Reasoning in Large Language Models

2026-05-11 · Junjian Wang, Xin Zhou, Qiran Xu, Kun Zhan arxiv

While reasoning has become a central capability of large language models (LLMs), the reasoning patterns required for different scenarios are often misaligned. Mathematical reasoning typically relies on intrinsic logic to…

Mathematical ReasoningMulti-Task Learning

GSM-Agent: Understanding Agentic Reasoning Using Controllable Environments

2025-09-26 · Hanlin Zhu, Tianyu Guo, Song Mei, Stuart Russell 외 arxiv

As LLMs are increasingly deployed as agents, agentic reasoning - the ability to combine tool use, especially search, and reasoning - becomes a critical skill. However, it is hard to disentangle agentic reasoning when eva…

From Atomic to Agentic: Towards Interpretable Evaluation of LLMs' Agentic Mathematical Capabilities

2026-08-27 · Jiayi Kuang, Yinghui Li, Yunze Song, Keyu Chen 외 arxiv

Large Language Models (LLMs) are evolving from performing end-to-end mathematical reasoning to integrating agentic intelligence. However, most existing math benchmarks evaluate only final answers. This outcome-oriented e…

Mathematical Reasoning

Agentic Proposing: Enhancing Large Language Model Reasoning via Compositional Skill Synthesis

2026-02-03 · Zhengbo Jiao, Shaobo Wang, Zifan Zhang, Xuan Ren 외 arxiv

Advancing complex reasoning in large language models relies on high-quality, verifiable datasets, yet human annotation remains cost-prohibitive and difficult to scale. Current synthesis paradigms often face a recurring t…

Domain Generalization

Vibe Reasoning: Eliciting Frontier AI Mathematical Capabilities -- A Case Study on IMO 2025 Problem 6

2025-12-22 · Jiaao Wu, Xian Zhang, Fan Yang, Yinpeng Dong arxiv

We introduce Vibe Reasoning, a human-AI collaborative paradigm for solving complex mathematical problems. Our key insight is that frontier AI models already possess the knowledge required to solve challenging problems --…

Mathematical Reasoning