Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Solving Math Word Problems via Cooperative Reasoning induced Language Models

About

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

Xinyu Zhu, Junjie Wang, Lin Zhang, Yuxiang Zhang, Ruyi Gan, Jiaxing Zhang, Yujiu Yang• 2022

Related benchmarks

TaskDatasetResultRank
Arithmetic ReasoningMultiArith
Accuracy97.5
181
Math ReasoningGSM8K (test)
Accuracy63.2
155
Arithmetic ReasoningMultiArith (test)
Accuracy97.5
67
Arithmetic ReasoningSINGLEEQ
Accuracy79.5
43
Code GenerationAPPS Intermediate
Pass Rate56.67
32
Code GenerationAPPS Introductory--
21
Code GenerationAPPS Competition--
20
Math ReasoningASDiv A (test)
Accuracy90.5
14
Code GenerationCodeContest (Advanced)
Pass Rate45.9
11
Code GenerationCodeContest (Basic)
Pass Rate41.14
11
Showing 10 of 12 rows

Other info

Code

Follow for update