paper-with-me

홈 › Papers

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) associating partial transition sequences of a transition-based parser to words. Yet, there is little understanding about how these linearizations behave in low-resource setups. Here, we first study their data efficiency, simulating data-restricted setups from a diverse set of rich-resource treebanks. Second, we test whether such differences manifest in truly low-resource setups. The results show that head selection encodings are more data-efficient and perform better in an ideal (gold) framework, but that such advantage greatly vanishes in favour of bracketing formats when the running setup resembles a real-world low-resource configuration.

📄 PDF Abstract BibTeX arXiv:2108.07556

Code (0)

등록된 구현이 없습니다.

Tasks

AllDependency Parsing

Similar Papers 제목 키워드 기반

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

Nested Named Entity Recognition as Single-Pass Sequence Labeling

2025-05-22 · Alberto Muñoz-Ortiz, David Vilares, Caio Corro, Carlos Gómez-Rodríguez

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to st…

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Prediction+2

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 par…

POS

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

Neural Attention Models for Sequence Classification: Analysis and Application to Key Term Extraction and Dialogue Act Detection

2016-03-31 · Sheng-syun Shen, Hung-Yi Lee

Recurrent neural network architectures combining with attention mechanism, or neural attention model, have shown promising performance recently for the tasks including speech recognition, image caption generation, visual…

Caption GenerationClassificationGeneral ClassificationMachine Translation+7