An Incremental Parser for Abstract Meaning Representation
Meaning Representation (AMR) is a semantic representation for natural language that embeds annotations related to traditional tasks such as named entity recognition, semantic role labeling, word sense disambiguation and co-reference resolution. We describe a transition-based parser for AMR that parses sentences left-to-right, in linear time. We further propose a test-suite that assesses specific subtasks that are helpful in comparing AMR parsers, and show that our parser is competitive with the state of the art on the LDC2015E86 dataset and that it outperforms state-of-the-art parsers for recovering named entities and handling polarity.
Code (4)
Tasks
Abstract Meaning RepresentationAMR ParsingNamed Entity RecognitionNamed Entity Recognition (NER)Semantic Role LabelingWord Sense DisambiguationSimilar Papers 제목 키워드 기반
Robust Incremental Neural Semantic Graph Parsing
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 lo…
Abstract Meaning RepresentationAMR ParsingDecoderGPUParser for Abstract Meaning Representation using Learning to Search
We develop a novel technique to parse English sentences into Abstract Meaning Representation (AMR) using SEARN, a Learning to Search approach, by modeling the concept and the relation learning in a unified framework. We …
Abstract Meaning RepresentationA Discriminative Graph-Based Parser for the Abstract Meaning Representation
Using Syntax-Based Machine Translation to Parse English into Abstract Meaning Representation
We present a parser for Abstract Meaning Representation (AMR). We treat English-to-AMR conversion within the framework of string-to-tree, syntax-based machine translation (SBMT). To make this work, we transform the AMR s…
Abstract Meaning RepresentationLanguage ModelingLanguage ModellingMachine Translation+1Cross-lingual Abstract Meaning Representation Parsing
Abstract Meaning Representation (AMR) annotation efforts have mostly focused on English. In order to train parsers on other languages, we propose a method based on annotation projection, which involves exploiting annotat…
Abstract Meaning Representation