DeepAI AI Chat
Log In Sign Up

Robust Incremental Neural Semantic Graph Parsing

04/24/2017
by   Jan Buys, et al.
University of Oxford
0

Parsing sentences to linguistically-expressive semantic representations is a key goal of Natural Language Processing. Yet statistical parsing has focused almost exclusively on bilexical dependencies or domain-specific logical forms. We propose a neural encoder-decoder transition-based parser which is the first full-coverage semantic graph parser for Minimal Recursion Semantics (MRS). The model architecture uses stack-based embedding features, predicting graphs jointly with unlexicalized predicates and their token alignments. Our parser is more accurate than attention-based baselines on MRS, and on an additional Abstract Meaning Representation (AMR) benchmark, and GPU batch processing makes it an order of magnitude faster than a high-precision grammar-based parser. Further, the 86.69 upper-bound on AMR parsing, making MRS an attractive choice as a semantic representation.

READ FULL TEXT

page 1

page 2

page 3

page 4

09/15/2020

Fast semantic parsing with well-typedness guarantees

AM dependency parsing is a linguistically principled method for neural s...
06/13/2022

Transition-based Abstract Meaning Representation Parsing with Contextual Embeddings

The ability to understand and generate languages sets human cognition ap...
04/25/2019

Neural Text Generation from Rich Semantic Representations

We propose neural models to generate high-quality text from structured r...
11/19/2014

Type-Driven Incremental Semantic Parsing with Polymorphism

Semantic parsing has made significant progress, but most current semanti...
08/26/2018

Identifying Domain Adjacent Instances for Semantic Parsers

When the semantics of a sentence are not representable in a semantic par...
07/02/2019

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

Service robots are envisioned to undertake a wide range of tasks at the ...
11/09/2020

A Semantic Framework for PEGs

Parsing Expression Grammars (PEGs) are a recognition-based formalism whi...

Code Repositories

DeepDeepParser

Neural Semantic Graph Parser


view repo