paper-with-me

홈 › Papers

From Algebraic Word Problem to Program: A Formalized Approach

2020-03-11 · Adam Wiemerslage, Shafiuddin Rehan Ahmed

In this paper, we propose a pipeline to convert grade school level algebraic word problem into program of a formal languageA-IMP. Using natural language processing tools, we break the problem into sentence fragments which can then be reduced to functions. The functions are categorized by the head verb of the sentence and its structure, as defined by (Hosseini et al., 2014). We define the function signature and extract its arguments from the text using dependency parsing. We have a working implementation of the entire pipeline which can be found on our github repository.

📄 PDF Abstract BibTeX arXiv:2003.11517

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSentence

Similar Papers 제목 키워드 기반

On syntactically similar logic programs and sequential decompositions

2021-09-11 · Christian Antic

Rule-based reasoning is an essential part of human intelligence prominently formalized in artificial intelligence research via logic programs. Describing complex objects as the composition of elementary ones is a common …

Reproducing and learning new algebraic operations on word embeddings using genetic programming

2017-02-18 · Roberto Santana

Word-vector representations associate a high dimensional real-vector to every word from a corpus. Recently, neural-network based methods have been proposed for learning this representation from large corpora. This type o…

Word Embeddings

Program Induction by Rationale Generation : Learning to Solve and Explain Algebraic Word Problems

2017-05-11 · Wang Ling, Dani Yogatama, Chris Dyer, Phil Blunsom

Solving algebraic word problems requires executing a series of arithmetic operations---a program---to obtain a final answer. However, since programs can be arbitrarily complicated, inducing them directly from question-an…

Program induction

Program Induction by Rationale Generation: Learning to Solve and Explain Algebraic Word Problems

2017-07-01 · ACL 2017 7 · Wang Ling, Dani Yogatama, Chris Dyer, Phil Blunsom

Solving algebraic word problems requires executing a series of arithmetic operations{---}a program{---}to obtain a final answer. However, since programs can be arbitrarily complicated, inducing them directly from questio…

Decision MakingProgram induction

Parsing Algebraic Word Problems into Equations

2015-01-01 · TACL 2015 1 · Rik Koncel-Kedziorski, Hannaneh Hajishirzi, Ashish Sabharwal, Oren Etzioni 외

This paper formalizes the problem of solving multi-sentence algebraic word problems as that of generating and scoring equation trees. We use integer linear programming to generate equation trees and score their likelihoo…

Coreference ResolutionSentence