paper-with-me

홈 › Papers

MATHSENSEI: A Tool-Augmented Large Language Model for Mathematical Reasoning

2024-02-27 · Debrup Das, Debopriyo Banerjee, Somak Aditya, Ashish Kulkarni

Tool-augmented Large Language Models (TALMs) are known to enhance the skillset of large language models (LLMs), thereby, leading to their improved reasoning abilities across many tasks. While, TALMs have been successfully employed in different question-answering benchmarks, their efficacy on complex mathematical reasoning benchmarks, and the potential complementary benefits offered by tools for knowledge retrieval and mathematical equation solving are open research questions. In this work, we present MathSensei, a tool-augmented large language model for mathematical reasoning. We study the complementary benefits of the tools - knowledge retriever (Bing Web Search), program generator + executor (Python), and symbolic equation solver (Wolfram-Alpha API) through evaluations on mathematical reasoning datasets. We perform exhaustive ablations on MATH, a popular dataset for evaluating mathematical reasoning on diverse mathematical disciplines. We also conduct experiments involving well-known tool planners to study the impact of tool sequencing on the model performance. MathSensei achieves 13.5% better accuracy over gpt-3.5-turbo with Chain-of-Thought on the MATH dataset. We further observe that TALMs are not as effective for simpler math word problems (in GSM-8K), and the benefit increases as the complexity and required knowledge increases (progressively over AQuA, MMLU-Math, and higher level complex questions in MATH). The code and data are available at https://github.com/Debrup-61/MathSensei.

📄 PDF Abstract BibTeX arXiv:2402.17231

Code (1)

debrup-61/mathsensei 공식 구현

Tasks

8kLanguage ModelingLanguage ModellingLarge Language ModelMathMathematical ReasoningMMLUQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

From Good to Great: Improving Math Reasoning with Tool-Augmented Interleaf Prompting

2023-12-18 · Nuo Chen, Hongguang Li, Baoyuan Wang, Jia Li

This paper investigates the performance of Large Language Models (LLMs) and Tool-augmented LLMs in tackling complex mathematical reasoning tasks. We introduce IMP-TIP: Improving Math Reasoning with Tool-augmented Interle…

DiversityGSM8KMathMathematical Reasoning

Large Language Models as Optimizers: A Survey of Direct vs. Tool-Augmented Approaches and Their Performance Frontiers

2026-04-09 · Roko Peran, Luka Hobor, Mihael Kovac, Mario Brcic arxiv

Large Language Models (LLMs) are increasingly involved in complex mathematical optimization, even if the pragmatic user who triggers them is unaware of it. After all, many real-world problems reduce to the search for bet…

AgentMath: Empowering Mathematical Reasoning for Large Language Models via Tool-Augmented Agent

2025-12-23 · Haipeng Luo, Huawen Feng, Qingfeng Sun, Can Xu 외 arxiv

Large Reasoning Models (LRMs) like o3 and DeepSeek-R1 have achieved remarkable progress in reasoning tasks with long cot. However, they remain computationally inefficient and struggle with accuracy when solving problems …

Reinforcement LearningMathematical Reasoning

OR-Toolformer: Modeling and Solving Operations Research Problems with Tool Augmented Large Language Models

2025-09-24 · Jianzhang Zhang, Jialong Zhou, Chuang Liu arxiv

Large language models (LLMs) demonstrate strong mathematical reasoning, but reliance on closed-source APIs for OR tasks raises privacy concerns, and training open-source models from scratch incurs high compute costs. We …

Mathematical Reasoning

Tool-Augmented Hybrid Ensemble Reasoning with Distillation for Bilingual Mathematical Problem Solving

2025-12-22 · Peiqing Lu, Yuan Zhang, Haoyun Zhang, Jiasen Zheng 외 arxiv

Bilingual mathematical problem solving needs a clear link between language reasoning and symbolic calculation. Large language models often handle language well but are weak in accurate computation. This paper presents HE…

Reinforcement LearningKnowledge DistillationMathematical Reasoning