paper-with-me

홈 › Papers

PersonaMath: Enhancing Math Reasoning through Persona-Driven Data Augmentation

2024-10-02 · Jing Luo, Run Luo, Longze Chen, Liang Zhu, Chang Ao, Jiaming Li, Yukun Chen, Xin Cheng, Wen Yang, Jiayuan Su, Chengming Li, Min Yang

While closed-source Large Language Models (LLMs) demonstrate strong mathematical problem-solving abilities, open-source models continue to struggle with such tasks. To bridge this gap, we propose a data augmentation approach and introduce PersonaMathQA, a dataset derived from MATH and GSM8K, on which we train the PersonaMath models. Our approach consists of two stages: the first stage is learning from Persona Diversification, and the second stage is learning from Reflection. In the first stage, we regenerate detailed chain-of-thought (CoT) solutions as instructions using a closed-source LLM and introduce a novel persona-driven data augmentation technique to enhance the dataset's quantity and diversity. In the second stage, we incorporate reflection to fully leverage more challenging and valuable questions. Evaluation of our PersonaMath models on MATH and GSM8K reveals that the PersonaMath-7B model (based on LLaMA-2-7B) achieves an accuracy of 24.2% on MATH and 68.7% on GSM8K, surpassing all baseline methods and achieving state-of-the-art performance. Notably, our dataset contains only 70.3K data points-merely 17.8% of MetaMathQA and 27% of MathInstruct-yet our model outperforms these baselines, demonstrating the high quality and diversity of our dataset, which enables more efficient model training. We open-source the PersonaMathQA dataset, PersonaMath models, and our code for public usage.

📄 PDF Abstract BibTeX arXiv:2410.01504

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversityGSM8KMathMathematical Problem-Solving

Similar Papers 제목 키워드 기반

Assessing the Impact of Prompting Methods on ChatGPT's Mathematical Capabilities

2023-12-22 · Yuhao Chen, Chloe Wong, Hanwen Yang, Juan Aguenza 외

This study critically evaluates the efficacy of prompting methods in enhancing the mathematical reasoning capability of large language models (LLMs). The investigation uses three prescriptive prompting methods - simple, …

ChatbotGSM8KLanguage ModellingMath+3

Reasoning Meets Personalization: Unleashing the Potential of Large Reasoning Model for Personalized Generation

2025-05-23 · Sichun Luo, Guanzhi Deng, Jian Xu, Xiaojie Zhang 외

Personalization is a critical task in modern intelligent systems, with applications spanning diverse domains, including interactions with large language models (LLMs). Recent advances in reasoning capabilities have signi…

MathFimer: Enhancing Mathematical Reasoning by Expanding Reasoning Steps through Fill-in-the-Middle Task

2025-02-17 · Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang 외

Mathematical reasoning represents a critical frontier in advancing large language models (LLMs). While step-by-step approaches have emerged as the dominant paradigm for mathematical problem-solving in LLMs, the quality o…

Code CompletionGSM8KMathMathematical Problem-Solving+1

A Survey on Large Language Models for Mathematical Reasoning

2025-06-10 · Peng-Yuan Wang, Tian-Shuo Liu, Chenyang Wang, Yi-Di Wang 외

Mathematical reasoning has long represented one of the most fundamental and challenging frontiers in artificial intelligence research. In recent years, large language models (LLMs) have achieved significant advances in t…

Answer GenerationMathematical ReasoningSurvey

Enhancing Recommender Systems with Large Language Model Reasoning Graphs

2023-08-21 · Yan Wang, Zhixuan Chu, Xin Ouyang, Simeng Wang 외

Recommendation systems aim to provide users with relevant suggestions, but often lack interpretability and fail to capture higher-level semantic relationships between user behaviors and profiles. In this paper, we propos…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems