paper-with-me

Papers

Solving General Arithmetic Word Problems

2016-08-04 · EMNLP 2015 9 · Subhro Roy, Dan Roth

This paper presents a novel approach to automatically solving arithmetic word problems. This is the first algorithmic approach that can handle arithmetic problems with multiple steps and operations, without depending on additional annotations or predefined templates. We develop a theory for expression trees that can be used to represent and evaluate the target arithmetic expressions; we use it to uniquely decompose the target arithmetic problem to multiple classification problems; we then compose an expression tree, combining these with world knowledge through a constrained inference framework. Our classifiers gain from the use of {\em quantity schemas} that supports better extraction of features. Experimental results show that our method outperforms existing systems, achieving state of the art performance on benchmark datasets of arithmetic word problems.

📄 PDF Abstract BibTeX arXiv:1608.01413

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationWorld Knowledge

Similar Papers 제목 키워드 기반

HAWP: a Dataset for Hindi Arithmetic Word Problem Solving

2022-06-01 · LREC 2022 6 · Harshita Sharma, Pruthwik Mishra, Dipti Sharma

Word Problem Solving remains a challenging and interesting task in NLP. A lot of research has been carried out to solve different genres of word problems with various complexity levels in recent years. However, most of t…

Solving Arithmetic Word Problems Automatically Using Transformer and Unambiguous Representations

2019-12-02 · Kaden Griffith, Jugal Kalita

Constructing accurate and automatic solvers of math word problems has proven to be quite challenging. Prior attempts using machine learning have been trained on corpora specific to math word problems to produce arithmeti…

Math

Unit Dependency Graph and its Application to Arithmetic Word Problem Solving

2016-12-03 · Subhro Roy, Dan Roth

Math word problems provide a natural abstraction to a range of natural language understanding problems that involve reasoning about quantities, such as interpreting election results, news about casualties, and the financ…

MathNatural Language Understanding

How well do Large Language Models perform in Arithmetic tasks?

2023-03-16 · Zheng Yuan, Hongyi Yuan, Chuanqi Tan, Wei Wang 외

Large language models have emerged abilities including chain-of-thought to answer math word problems step by step. Solving math word problems not only requires abilities to disassemble problems via chain-of-thought but a…

Math

Deep Neural Network based system for solving Arithmetic Word problems

2017-11-01 · IJCNLP 2017 11 · Purvanshi Mehta, Pruthwik Mishra, Vinayak Athavale, Manish Shrivastava 외

This paper presents DILTON a system which solves simple arithmetic word problems. DILTON uses a Deep Neural based model to solve math word problems. DILTON divides the question into two parts - worldstate and query. The …

Math