paper-with-me

Papers

Learning an Executable Neural Semantic Parser

2017-11-14 · CL 2019 3 · Jianpeng Cheng, Siva Reddy, Vijay Saraswat, Mirella Lapata

This paper describes a neural semantic parser that maps natural language utterances onto logical forms which can be executed against a task-specific environment, such as a knowledge base or a database, to produce a response. The parser generates tree-structured logical forms with a transition-based approach which combines a generic tree-generation algorithm with domain-general operations defined by the logical language. The generation process is modeled by structured recurrent neural networks, which provide a rich encoding of the sentential context and generation history for making predictions. To tackle mismatches between natural language and logical form tokens, various attention mechanisms are explored. Finally, we consider different training settings for the neural semantic parser, including a fully supervised training where annotated logical forms are given, weakly-supervised training where denotations are provided, and distant supervision where only unlabeled sentences and a knowledge base are available. Experiments across a wide range of datasets demonstrate the effectiveness of our parser.

📄 PDF Abstract BibTeX arXiv:1711.05066

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Grounded Adaptation for Zero-shot Executable Semantic Parsing

2020-09-16 · EMNLP 2020 11 · Victor Zhong, Mike Lewis, Sida I. Wang, Luke Zettlemoyer

We propose Grounded Adaptation for Zero-shot Executable Semantic Parsing (GAZP) to adapt an existing semantic parser to new environments (e.g. new database schemas). GAZP combines a forward semantic parser with a backwar…

Data AugmentationDialogue State TrackingSemantic ParsingText-To-SQL

Learning Executable Semantic Parsers for Natural Language Understanding

2016-03-22 · Percy Liang

For building question answering systems and natural language interfaces, semantic parsing has emerged as an important and powerful paradigm. Semantic parsers map natural language into logical forms, the classic represent…

Natural Language UnderstandingQuestion AnsweringSemantic Parsing

Neural Semantic Parsing with Anonymization for Command Understanding in General-Purpose Service Robots

2019-07-02 · Nick Walker, Yu-Tang Peng, Maya Cakmak

Service robots are envisioned to undertake a wide range of tasks at the request of users. Semantic parsing is one way to convert natural language commands given to these robots into executable representations. Methods fo…

Semantic ParsingWord Embeddings

Building an Application Independent Natural Language Interface

2019-10-30 · Sahisnu Mazumder, Bing Liu, Shuai Wang, Sepideh Esmaeilpour

Traditional approaches to building natural language (NL) interfaces typically use a semantic parser to parse the user command and convert it to a logical form, which is then translated to an executable action in an appli…

Fast Domain Adaptation of Semantic Parsers via Paraphrase Attention

2019-11-01 · WS 2019 11 · Avik Ray, Yilin Shen, Hongxia Jin

Semantic parsers are used to convert user{'}s natural language commands to executable logical form in intelligent personal agents. Labeled datasets required to train such parsers are expensive to collect, and are never c…

Domain Adaptation