paper-with-me

Papers

Exploring Neural Models for Parsing Natural Language into First-Order Logic

2020-02-16 · Hrituraj Singh, Milan Aggrawal, Balaji Krishnamurthy

Semantic parsing is the task of obtaining machine-interpretable representations from natural language text. We consider one such formal representation - First-Order Logic (FOL) and explore the capability of neural models in parsing English sentences to FOL. We model FOL parsing as a sequence to sequence mapping task where given a natural language sentence, it is encoded into an intermediate representation using an LSTM followed by a decoder which sequentially generates the predicates in the corresponding FOL formula. We improve the standard encoder-decoder model by introducing a variable alignment mechanism that enables it to align variables across predicates in the predicted FOL. We further show the effectiveness of predicting the category of FOL entity - Unary, Binary, Variables and Scoped Entities, at each decoder step as an auxiliary task on improving the consistency of generated FOL. We perform rigorous evaluations and extensive ablations. We also aim to release our code as well as large scale FOL dataset along with models to aid further research in logic-based parsing and inference in NLP.

📄 PDF Abstract BibTeX arXiv:2002.06544

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSemantic ParsingSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Exploring Joint Neural Model for Sentence Level Discourse Parsing and Sentiment Analysis

2017-08-01 · WS 2017 8 · Bita Nejat, Giuseppe Carenini, Raymond Ng

Discourse Parsing and Sentiment Analysis are two fundamental tasks in Natural Language Processing that have been shown to be mutually beneficial. In this work, we design and compare two Neural Based models for jointly le…

Discourse ParsingPredictionRelation PredictionSentence+1

Semantic Parsing Natural Language into SPARQL: Improving Target Language Representation with Neural Attention

2018-03-12 · Fabiano Ferreira Luz, Marcelo Finger

Semantic parsing is the process of mapping a natural language sentence into a formal representation of its meaning. In this work we use the neural network approach to transform natural language sentence into a query to a…

Semantic ParsingSentence

Exploring Unexplored Generalization Challenges for Cross-Database Semantic Parsing

2020-07-01 · ACL 2020 6 · Alane Suhr, Ming-Wei Chang, Peter Shaw, Kenton Lee

We study the task of cross-database semantic parsing (XSP), where a system that maps natural language utterances to executable SQL queries is evaluated on databases unseen during training. Recently, several datasets, inc…

Semantic Parsing

Coarse-to-Fine Decoding for Neural Semantic Parsing

2018-05-12 · ACL 2018 7 · Li Dong, Mirella Lapata

Semantic parsing aims at mapping natural language utterances into structured meaning representations. In this work, we propose a structure-aware neural architecture which decomposes the semantic parsing process into two …

Semantic Parsing

Neural Semantic Parsing

2018-07-01 · ACL 2018 7 · Matt Gardner, Pradeep Dasigi, Srinivasan Iyer, Alane Suhr 외

Semantic parsing, the study of translating natural language utterances into machine-executable programs, is a well-established research area and has applications in question answering, instruction following, voice assist…

Code GenerationInstruction FollowingMachine TranslationQuestion Answering+2