Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.49 KB

2017-01-01-1711.05066.md

File metadata and controls

21 lines (16 loc) · 1.49 KB
title venue names tags link author categories layout
Learning an Executable Neural Semantic Parser
Journal of Computational Linguistics
Jianpeng Cheng, Siva Reddy, V. Saraswat, Mirella Lapata
Journal of Computational Linguistics
Siva Reddy
Publications
paper

{{ page.names }}

{{ page.venue }}

{% include display-publication-links.html pub=page %}

Abstract

This article describes a neural semantic parser that maps natural language utterances onto logical forms that 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, combining a generic tree-generation algorithm with domain-general grammar 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 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 data sets demonstrate the effectiveness of our parser.