paper-with-me

홈 › Papers

Parsing linearizations appreciate PoS tags - but some are fussy about errors

2022-10-27 · Alberto Muñoz-Ortiz, Mark Anderson, David Vilares, Carlos Gómez-Rodríguez

PoS tags, once taken for granted as a useful resource for syntactic parsing, have become more situational with the popularization of deep learning. Recent work on the impact of PoS tags on graph- and transition-based parsers suggests that they are only useful when tagging accuracy is prohibitively high, or in low-resource scenarios. However, such an analysis is lacking for the emerging sequence labeling parsing paradigm, where it is especially relevant as some models explicitly use PoS tags for encoding and decoding. We undertake a study and uncover some trends. Among them, PoS tags are generally more useful for sequence labeling parsers than for other paradigms, but the impact of their accuracy is highly encoding-dependent, with the PoS-based head-selection encoding being best only when both tagging accuracy and resource availability are high.

📄 PDF Abstract BibTeX arXiv:2210.15219

Code (0)

등록된 구현이 없습니다.

Tasks

POS

Similar Papers 제목 키워드 기반

Bracketing Encodings for 2-Planar Dependency Parsing

2020-11-01 · COLING 2020 8 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We present a bracketing-based encoding that can be used to represent any 2-planar dependency tree over a sentence of length n as a sequence of n labels, hence providing almost total coverage of crossing arcs in sequence …

Dependency ParsingPOSSentence

Dependency Graph Parsing as Sequence Labeling

2024-10-23 · Ana Ezquerro, David Vilares, Carlos Gómez-Rodríguez

Various linearizations have been proposed to cast syntactic dependency parsing as sequence labeling. However, these approaches do not support more complex graph-based representations, such as semantic dependencies or enh…

Dependency Parsing

On the Frailty of Universal POS Tags for Neural UD Parsers

2020-10-05 · CONLL 2020 · Mark Anderson, Carlos Gómez-Rodríguez

We present an analysis on the effect UPOS accuracy has on parsing performance. Results suggest that leveraging UPOS tags as features for neural parsers requires a prohibitively high tagging accuracy and that the use of g…

POS

Not All Linearizations Are Equally Data-Hungry in Sequence Labeling Parsing

2021-08-17 · RANLP 2021 9 · Alberto Muñoz-Ortiz, Michalina Strzyz, David Vilares

Different linearizations have been proposed to cast dependency parsing as sequence labeling and solve the task as: (i) a head selection problem, (ii) finding a representation of the token arcs as bracket strings, or (iii…

AllDependency Parsing

Re-thinking Supertags in Linear Context-free Rewriting Systems for Constituency Parsing

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recently, a supertagging-based approach for parsing discontinuous constituent trees with linear context-free rewriting systems (LCFRS) was introduced. We reformulate their algorithm for the extraction of supertags from t…

Constituency Parsing