paper-with-me

홈 › Papers

A Polynomial-Time Dynamic Oracle for Non-Projective Dependency Parsing

2014-10-01 · EMNLP 2014 10 · Carlos G{\'o}mez-Rodr{\'\i}guez, Francesco Sartorio, Giorgio Satta
📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

Exploiting Dynamic Oracles to Train Projective Dependency Parsers on Non-Projective Trees

2018-06-01 · NAACL 2018 6 · Lauriane Aufrant, Guillaume Wisniewski, Fran{\c{c}}ois Yvon

Because the most common transition systems are projective, training a transition-based dependency parser often implies to either ignore or rewrite the non-projective training examples, which has an adverse impact on accu…

Dependency Parsing

Global Greedy Dependency Parsing

2019-11-20 · Zuchao Li, Hai Zhao, Kevin Parnow

Most syntactic dependency parsing models may fall into one of two categories: transition- and graph-based models. The former models enjoy high inference efficiency with linear time complexity, but they rely on the stacki…

ARCDependency ParsingRe-RankingSentence

Calculating the Optimal Step in Shift-Reduce Dependency Parsing: From Cubic to Linear Time

2019-03-01 · TACL 2019 3 · Mark-Jan Nederhof

We present a new cubic-time algorithm to calculate the optimal next step in shift-reduce dependency parsing, relative to ground truth, commonly referred to as dynamic oracle. Unlike existing algorithms, it is applicable …

Dependency Parsing

Calculating the optimal step of arc-eager parsing for non-projective trees

2021-04-01 · EACL 2021 2 · Mark-Jan Nederhof

It is shown that the optimal next step of an arc-eager parser relative to a non-projective dependency structure can be calculated in cubic time, solving an open problem in parsing theory. Applications are in training of …

ARC

Arc-Hybrid Non-Projective Dependency Parsing with a Static-Dynamic Oracle

2017-09-01 · WS 2017 9 · Miryam de Lhoneux, Sara Stymne, Joakim Nivre

In this paper, we extend the arc-hybrid system for transition-based parsing with a swap transition that enables reordering of the words and construction of non-projective trees. Although this extension breaks the arc-dec…

ARCDependency Parsing