paper-with-me

홈 › Papers

A Transition-based Algorithm for Unrestricted AMR Parsing

2018-05-23 · NAACL 2018 6 · David Vilares, Carlos Gómez-Rodríguez

Non-projective parsing can be useful to handle cycles and reentrancy in AMR graphs. We explore this idea and introduce a greedy left-to-right non-projective transition-based parser. At each parsing configuration, an oracle decides whether to create a concept or whether to connect a pair of existing concepts. The algorithm handles reentrancy and arbitrary cycles natively, i.e. within the transition system itself. The model is evaluated on the LDC2015E86 corpus, obtaining results close to the state of the art, including a Smatch of 64%, and showing good behavior on reentrant edges.

📄 PDF Abstract BibTeX arXiv:1805.09007

Code (1)

aghie/tb-amr 공식 구현 tf

Tasks

AMR Parsing

Similar Papers 제목 키워드 기반

Non-Deterministic Oracles for Unrestricted Non-Projective Transition-Based Dependency Parsing

2015-07-01 · WS 2015 7 · Anders Bj{\"o}rkelund, Joakim Nivre
Dependency ParsingTransition-Based Dependency Parsing

A Dynamic Oracle for Linear-Time 2-Planar Dependency Parsing

2018-05-14 · Daniel Fernández-González, Carlos Gómez-Rodríguez

We propose an efficient dynamic oracle for training the 2-Planar transition-based parser, a linear-time parser with over 99% coverage on non-projective syntactic corpora. This novel approach outperforms the static traini…

ARCDependency Parsing

A Dynamic Oracle for Linear-Time 2-Planar Dependency Parsing

2018-06-01 · NAACL 2018 6 · Daniel Fern{\'a}ndez-Gonz{\'a}lez, Carlos G{\'o}mez-Rodr{\'\i}guez

We propose an efficient dynamic oracle for training the 2-Planar transition-based parser, a linear-time parser with over 99{\%} coverage on non-projective syntactic corpora. This novel approach outperforms the static tra…

ARCDependency Parsing

Effective Online Reordering with Arc-Eager Transitions

2017-09-01 · WS 2017 9 · Ryosuke Kohita, Hiroshi Noji, Yuji Matsumoto

We present a new transition system with word reordering for unrestricted non-projective dependency parsing. Our system is based on decomposed arc-eager rather than arc-standard, which allows more flexible ambiguity resol…

ARCDependency ParsingTransition-Based Dependency Parsing

A Full Non-Monotonic Transition System for Unrestricted Non-Projective Parsing

2017-06-11 · Daniel Fernández-González, Carlos Gómez-Rodríguez

Restricted non-monotonicity has been shown beneficial for the projective arc-eager dependency parser in previous research, as posterior decisions can repair mistakes made in previous states due to the lack of information…

ARC