paper-with-me

홈 › Papers

Solving Math Word Problems via Cooperative Reasoning induced Language Models

2022-10-28 · Xinyu Zhu, Junjie Wang, Lin Zhang, Yuxiang Zhang, Ruyi Gan, Jiaxing Zhang, Yujiu Yang

Large-scale pre-trained language models (PLMs) bring new opportunities to challenging problems, especially those that need high-level intelligence, such as the math word problem (MWPs). However, directly applying existing PLMs to MWPs can fail as the generation process lacks sufficient supervision and thus lacks fast adaptivity as humans. We notice that human reasoning has a dual reasoning framework that consists of an immediate reaction system (system 1) and a delicate reasoning system (system 2), where the entire reasoning is determined by their interaction. This inspires us to develop a cooperative reasoning-induced PLM for solving MWPs, called Cooperative Reasoning (CoRe), resulting in a human-like reasoning architecture with system 1 as the generator and system 2 as the verifier. In our approach, the generator is responsible for generating reasoning paths, and the verifiers are used to supervise the evaluation in order to obtain reliable feedback for the generator. We evaluate our CoRe framework on several mathematical reasoning datasets and achieve decent improvement over state-of-the-art methods, up to 9.6% increase over best baselines. Our codes are available at https://github.com/TianHongZXY/CoRe

📄 PDF Abstract BibTeX arXiv:2210.16257

Code (1)

tianhongzxy/core 공식 구현 pytorch

Tasks

Arithmetic ReasoningMath

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Solving Math Word Problems by Combining Language Models With Symbolic Solvers

2023-04-16 · Joy He-Yueya, Gabriel Poesia, Rose E. Wang, Noah D. Goodman

Automatically generating high-quality step-by-step solutions to math word problems has many applications in education. Recently, combining large language models (LLMs) with external tools to perform complex reasoning and…

GSM8KLanguage ModelingLanguage ModellingMath

Reverse Operation based Data Augmentation for Solving Math Word Problems

2020-10-04 · Qianying Liu, Wenyu Guan, Sujian Li, Fei Cheng 외

Automatically solving math word problems is a critical task in the field of natural language processing. Recent models have reached their performance bottleneck and require more high-quality data for training. We propose…

Data AugmentationMathMathematical ReasoningMath Word Problem Solving

Towards Tractable Mathematical Reasoning: Challenges, Strategies, and Opportunities for Solving Math Word Problems

2021-10-29 · Keyur Faldu, Amit Sheth, Prashant Kikani, Manas Gaur 외

Mathematical reasoning would be one of the next frontiers for artificial intelligence to make significant progress. The ongoing surge to solve math word problems (MWPs) and hence achieve better mathematical reasoning abi…

Answer GenerationMathMathematical ReasoningRetrieval

CLEVR-Math: A Dataset for Compositional Language, Visual and Mathematical Reasoning

2022-08-10 · Adam Dahlgren Lindström, Savitha Sam Abraham

We introduce CLEVR-Math, a multi-modal math word problems dataset consisting of simple math word problems involving addition/subtraction, represented partly by a textual description and partly by an image illustrating th…

MathMathematical ReasoningQuestion AnsweringVisual Question Answering+1

VerityMath: Advancing Mathematical Reasoning by Self-Verification Through Unit Consistency

2023-11-13 · Vernon Toh Yan Han, Ratish Puduppully, Nancy F. Chen

Large Language Models (LLMs), combined with program-based solving techniques, are increasingly demonstrating proficiency in mathematical reasoning. For example, closed-source models such as OpenAI GPT-4 and Claude show e…

MathMathematical ReasoningMath Word Problem Solving