paper-with-me

Papers

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 arithmetic expressions in infix notation before answer computation. We find that custom-built neural networks have struggled to generalize well. This paper outlines the use of Transformer networks trained to translate math word problems to equivalent arithmetic expressions in infix, prefix, and postfix notations. In addition to training directly on domain-specific corpora, we use an approach that pre-trains on a general text corpus to provide foundational language abilities to explore if it improves performance. We compare results produced by a large number of neural configurations and find that most configurations outperform previously reported approaches on three of four datasets with significant increases in accuracy of over 20 percentage points. The best neural approaches boost accuracy by almost 10% on average when compared to the previous state of the art.

📄 PDF Abstract BibTeX arXiv:1912.00871

Code (1)

kadengriffith/MWP-Automatic-Solver 공식 구현 tf

Tasks

Math

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar 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 …

General ClassificationWorld Knowledge

Solving Arithmetic Word Problems with Transformers and Preprocessing of Problem Text

2021-06-02 · Kaden Griffith, Jugal Kalita

This paper outlines the use of Transformer networks trained to translate math word problems to equivalent arithmetic expressions in infix, prefix, and postfix notations. We compare results produced by many neural configu…

Math

Solving Arithmetic Word Problems Using Transformer and Pre-processing of Problem Texts

2020-12-01 · ICON 2020 12 · Kaden Griffith, Jugal Kalita

This paper outlines the use of Transformer networks trained to translate math word problems to equivalent arithmetic expressions in infix, prefix, and postfix notations. We compare results produced by a large number of n…

Math

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…

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