Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 parent, (3) whether it has any left children and (4) whether it has any right children. We show that this provides an injective mapping from trees to labels that can be encoded and decoded in linear time. We then define a 7-bit extension that represents an extra plane of arcs, extending the coverage to almost full non-projectivity (over 99.9% empirical arc coverage). Results on a set of diverse treebanks show that our 7-bit encoding obtains substantial accuracy gains over the previously best-performing sequence labeling encodings.

Carlos G\'omez-Rodr\'iguez, Diego Roca, David Vilares• 2023

Related benchmarks

TaskDatasetResultRank
Dependency ParsingEnglish (en) (test)
LAS94.76
16
Dependency ParsingHebrew (he) (test)
LAS90.14
10
Dependency ParsingWolof wo (test)
LAS73.67
8
Dependency ParsingFinnish (fi) (test)
LAS89.11
8
Dependency ParsingTamil (ta) (test)
LAS68.12
8
Dependency ParsingRussian (ru) (test)
LAS88.4
8
Dependency ParsingAncient Greek grc (test)
LAS62.59
8
Dependency ParsingFrench (fr) (test)
LAS91.9
8
Dependency ParsingUyghur ug (test)
LAS66.62
8
Showing 9 of 9 rows

Other info

Follow for update