paper-with-me

홈 › Papers

Non-Projective Dependency Parsing with Non-Local Transitions

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

We present a novel transition system, based on the Covington non-projective parser, introducing non-local transitions that can directly create arcs involving nodes to the left of the current focus positions. This avoids the need for long sequences of No-Arc transitions to create long-distance arcs, thus alleviating error propagation. The resulting parser outperforms the original version and achieves the best accuracy on the Stanford Dependencies conversion of the Penn Treebank among greedy transition-based algorithms.

📄 PDF Abstract BibTeX arXiv:1710.09340

Code (1)

danifg/Non-Local-Covington 공식 구현 tf

Tasks

ARCDependency Parsing

Similar Papers 제목 키워드 기반

Non-Projective Dependency Parsing with Non-Local Transitions

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

We present a novel transition system, based on the Covington non-projective parser, introducing non-local transitions that can directly create arcs involving nodes to the left of the current focus positions. This avoids …

Dependency Parsing

Global Transition-based Non-projective Dependency Parsing

2018-07-04 · ACL 2018 7 · Carlos Gómez-Rodríguez, Tianze Shi, Lillian Lee

Shi, Huang, and Lee (2017) obtained state-of-the-art results for English and Chinese dependency parsing by combining dynamic-programming implementations of transition-based dependency parsers with a minimal set of bidire…

Chinese Dependency ParsingDependency 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

Headed-Span-Based Projective Dependency Parsing

2021-08-10 · ACL 2022 5 · Songlin Yang, Kewei Tu

We propose a new method for projective dependency parsing based on headed spans. In a projective dependency tree, the largest subtree rooted at each word covers a contiguous sequence (i.e., a span) in the surface order. …

Constituency ParsingDependency Parsing

Headed-Span-Based Projective Dependency Parsing

2021-09-17 · ACL ARR September 2021 9 · Anonymous

We propose a new paradigm for projective dependency parsing based on headed spans. In a projective dependency tree, the subtree rooted at each word covers a contiguous sequence (i.e., a span) in the surface order. We c…

Dependency Parsingglobal-optimization