The Role of Reentrancies in Abstract Meaning Representation Parsing
Abstract Meaning Representation (AMR) parsing aims at converting sentences into AMR representations. These are graphs and not trees because AMR supports reentrancies (nodes with more than one parent). Following previous findings on the importance of reen- trancies for AMR, we empirically find and discuss several linguistic phenomena respon- sible for reentrancies in AMR, some of which have not received attention before. We cate- gorize the types of errors AMR parsers make with respect to reentrancies. Furthermore, we find that correcting these errors provides an in- crease of up to 5{\%} Smatch in parsing perfor- mance and 20{\%} in reentrancy prediction
Code (1)
Tasks
Abstract Meaning RepresentationAMR ParsingSimilar Papers 제목 키워드 기반
Polynomial Graph Parsing with Non-Structural Reentrancies
Graph-based semantic representations are valuable in natural language processing, where it is often simple and effective to represent linguistic concepts as nodes, and relations as edges between them. Several attempts ha…
Abstract Meaning RepresentationStructural Neural Encoders for AMR-to-text Generation
AMR-to-text generation is a problem recently introduced to the NLP community, in which the goal is to generate sentences from Abstract Meaning Representation (AMR) graphs. Sequence-to-sequence models can be used to this …
Abstract Meaning RepresentationAMR-to-Text GenerationGraph-to-SequenceText GenerationSpanish Abstract Meaning Representation: Annotation of a General Corpus
The Abstract Meaning Representation (AMR) formalism, designed originally for English, has been adapted to a number of languages. We build on previous work proposing the annotation of AMR in Spanish, which resulted in the…
Abstract Meaning RepresentationAMR ParsingHierarchical Bracketing Encodings Work for Dependency Graphs
We revisit hierarchical bracketing encodings from a practical perspective in the context of dependency graph parsing. The approach encodes graphs as sequences, enabling linear-time parsing with $n$ tagging actions, and s…
Parsing Meaning Representations: Is Easier Always Better?
The parsing accuracy varies a great deal for different meaning representations. In this paper, we compare the parsing performances between Abstract Meaning Representation (AMR) and Minimal Recursion Semantics (MRS), and …
Abstract Meaning Representation