← Search

David Vilares

9 accepted papers

2025

Hierarchical Bracketing Encodings Work for Dependency Graphs

EMNLP 2025

We revisit hierarchical bracketing encodings from a practical perspective in the context of dependency graph parsing. The approach encodes graphs as sequences, enabling linear-time parsing with n tagging actions, and still representing reentrancies, cycles, and empty nodes. Compared to existing grap

2025

Hierarchical Bracketing Encodings for Dependency Parsing as Tagging

ACL 2025long

We present a family of encodings for sequence labeling dependency parsing, based on the concept of hierarchical bracketing. We show that the existing 4-bit projective encoding belongs to this family, but it is suboptimal in the number of labels used to encode a tree. We derive an optimal hierarchica…

2025

Nested Named Entity Recognition as Single-Pass Sequence Labeling

EMNLP 2025

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 straightforward token classification. By combining these constituency linearizatio

Cited by 0SourcePDFScholar
2023

4 and 7-bit Labeling for Projective and Non-Projective Dependency Trees

EMNLP 2023short main

We introduce an encoding for parsing as sequence labeling that can represent any projective dependency tree as a sequence of 4-bit labels, one per word. The bits in each word's label represent (1) whether it is a right or left dependent, (2) whether it is the outermost (left/right) dependent of its…

Cited by 0SourceScholar
2023

Another Dead End for Morphological Tags? Perturbed Inputs and Parsing

ACL 2023findings

The usefulness of part-of-speech tags for parsing has been heavily questioned due to the success of word-contextualized parsers. Yet, most studies are limited to coarse-grained tags and high quality written content; while we know little about their influence when it comes to models in production tha…

2022

The Fragility of Multi-Treebank Parsing Evaluation

COLING 2022main

Treebank selection for parsing evaluation and the spurious effects that might arise from a biased choice have not been explored in detail. This paper studies how evaluating on a single subset of treebanks can lead to weak conclusions. First, we take a few contrasting parsers, and run them on subsets…

2020

A Unifying Theory of Transition-based and Sequence Labeling Parsing

COLING 2020main

We define a mapping from transition-based parsing algorithms that read sentences from left to right to sequence labeling encodings of syntactic trees. This not only establishes a theoretical relation between transition-based parsing and sequence-labeling parsing, but also provides a method to obtain…

2020

Bracketing Encodings for 2-Planar Dependency Parsing

COLING 2020main

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 labeling parsing. First, we show that existing bracketing encodings for parsing…