paper-with-me

Papers

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. We call such a span marked by a root word \textit{headed span}. A projective dependency tree can be represented as a collection of headed spans. We decompose the score of a dependency tree into the scores of the headed spans and design a novel $O(n^3)$ dynamic programming algorithm to enable global training and exact inference. Our model achieves state-of-the-art or competitive results on PTB, CTB, and UD. Our code is publicly available at \url{https://github.com/sustcsonglin/span-based-dependency-parsing}.

📄 PDF Abstract BibTeX arXiv:2108.04750

Code (1)

sustcsonglin/span-based-dependency-parsing 공식 구현 pytorch

Tasks

Constituency ParsingDependency Parsing

Similar Papers 제목 키워드 기반

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

Combining (Second-Order) Graph-Based and Headed-Span-Based Projective Dependency Parsing

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

Graph-based methods are popular in dependency parsing for decades, which decompose the score of a dependency tree into scores of dependency arcs. Recently, (Yang and Tu, 2021) propose a headed-span-based method that deco…

ARCDependency Parsing

Combining (second-order) graph-based and headed-span-based projective dependency parsing

2021-08-12 · Findings (ACL) 2022 5 · Songlin Yang, Kewei Tu

Graph-based methods, which decompose the score of a dependency tree into scores of dependency arcs, are popular in dependency parsing for decades. Recently, \citet{Yang2022Span} propose a headed-span-based method that de…

ARCDependency Parsing

A tree interpretation of arc standard dependency derivation

2026-03-29 · Zihao Huang, Ai Ka Lee, Jungyeul Park arxiv

Arc-standard derivations over projective dependency trees can be interpreted as the incremental construction of lexicalized ordered trees with contiguous yields. Each \textsc{shift}, \textsc{leftarc}, and \textsc{rightar…

Efficient Discontinuous Phrase-Structure Parsing via the Generalized Maximum Spanning Arborescence

2017-09-01 · EMNLP 2017 9 · Caio Corro, Joseph Le Roux, Mathieu Lacroix

We present a new method for the joint task of tagging and non-projective dependency parsing. We demonstrate its usefulness with an application to discontinuous phrase-structure parsing where decoding lexicalized spines a…

Dependency Parsing