CLDec 25, 2018

Building a Neural Semantic Parser from a Domain Ontology

arXiv:1812.10037v115 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently creating semantic parsers for new domains, which is incremental as it builds on existing methods for data generation and neural parsing.

The authors tackled the challenge of scaling semantic parsing to arbitrary domains by developing a framework that elicits training data from a domain ontology and bootstraps a neural parser to handle compositional utterances and complex intentions, enabling quick and cheap deployment of parsers.

Semantic parsing is the task of converting natural language utterances into machine interpretable meaning representations which can be executed against a real-world environment such as a database. Scaling semantic parsing to arbitrary domains faces two interrelated challenges: obtaining broad coverage training data effectively and cheaply; and developing a model that generalizes to compositional utterances and complex intentions. We address these challenges with a framework which allows to elicit training data from a domain ontology and bootstrap a neural parser which recursively builds derivations of logical forms. In our framework meaning representations are described by sequences of natural language templates, where each template corresponds to a decomposed fragment of the underlying meaning representation. Although artificial, templates can be understood and paraphrased by humans to create natural utterances, resulting in parallel triples of utterances, meaning representations, and their decompositions. These allow us to train a neural semantic parser which learns to compose rules in deriving meaning representations. We crowdsource training data on six domains, covering both single-turn utterances which exhibit rich compositionality, and sequential utterances where a complex task is procedurally performed in steps. We then develop neural semantic parsers which perform such compositional tasks. In general, our approach allows to deploy neural semantic parsers quickly and cheaply from a given domain ontology.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes