Solving Math Word Problem with Problem Type Classification
Jie Yao, Zihao Zhou, Qiufeng Wang

TL;DR
This paper introduces an ensemble approach combining a problem type classifier, tree-based solver, and large language model to improve the accuracy and robustness of solving math word problems.
Contribution
It proposes a novel ensemble framework that integrates multiple solvers and a problem type classifier to enhance MWP-solving performance.
Findings
Ensemble methods significantly improve MWP-solving accuracy.
The combined approach outperforms single-solver systems.
Self-consistency enhances LLM answer reliability.
Abstract
Math word problems (MWPs) require analyzing text descriptions and generating mathematical equations to derive solutions. Existing works focus on solving MWPs with two types of solvers: tree-based solver and large language model (LLM) solver. However, these approaches always solve MWPs by a single solver, which will bring the following problems: (1) Single type of solver is hard to solve all types of MWPs well. (2) A single solver will result in poor performance due to over-fitting. To address these challenges, this paper utilizes multiple ensemble approaches to improve MWP-solving ability. Firstly, We propose a problem type classifier that combines the strengths of the tree-based solver and the LLM solver. This ensemble approach leverages their respective advantages and broadens the range of MWPs that can be solved. Furthermore, we also apply ensemble techniques to both tree-based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsFocus
