paper-with-me

Papers

An Incremental Parser for Abstract Meaning Representation

2016-08-22 · EACL 2017 4 · Marco Damonte, Shay B. Cohen, Giorgio Satta

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.

📄 PDF Abstract BibTeX arXiv:1608.06111

Code (4)

mdtux89/amr-evaluation 공식 구현
ChunchuanLv/amr-evaluation-tool-enhanced
mdtux89/amr-eager torch
mdtux89/amr-eager-multilingual torch

Tasks

Abstract Meaning RepresentationAMR ParsingNamed Entity RecognitionNamed Entity Recognition (NER)Semantic Role LabelingWord Sense Disambiguation

Similar Papers 제목 키워드 기반

Robust Incremental Neural Semantic Graph Parsing

2017-04-24 · ACL 2017 7 · Jan Buys, Phil Blunsom

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 ParsingDecoderGPU

Parser for Abstract Meaning Representation using Learning to Search

2015-10-26 · Sudha Rao, Yogarshi Vyas, Hal Daume III, Philip Resnik

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 Representation

A Discriminative Graph-Based Parser for the Abstract Meaning Representation

2014-06-01 · ACL 2014 6 · Jeffrey Flanigan, Sam Thomson, Jaime Carbonell, Chris Dyer 외
Abstract Meaning RepresentationAMR ParsingDependency ParsingMachine Translation+2

Using Syntax-Based Machine Translation to Parse English into Abstract Meaning Representation

2015-04-24 · Michael Pust, Ulf Hermjakob, Kevin Knight, Daniel Marcu 외

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+1

Cross-lingual Abstract Meaning Representation Parsing

2017-04-14 · NAACL 2018 6 · Marco Damonte, Shay B. Cohen

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