# Sequence Labeling Parsing by Learning Across Representations

**Authors:** Michalina Strzyz, David Vilares, Carlos G\'omez-Rodr\'iguez

arXiv: 1907.01339 · 2020-01-08

## TL;DR

This paper presents a multitask learning approach that uses sequence labeling to jointly learn constituency and dependency parsing, improving performance with minimal additional cost.

## Contribution

It introduces a unified sequence labeling framework for both parsing paradigms and demonstrates that auxiliary tasks enhance parsing accuracy.

## Key findings

- MTL models outperform single-task models in parsing accuracy
- Auxiliary losses improve constituency parsing by 1.14 F1 points
- Auxiliary losses improve dependency parsing by 0.62 UAS points

## Abstract

We use parsing as sequence labeling as a common framework to learn across constituency and dependency syntactic abstractions. To do so, we cast the problem as multitask learning (MTL). First, we show that adding a parsing paradigm as an auxiliary loss consistently improves the performance on the other paradigm. Secondly, we explore an MTL sequence labeling model that parses both representations, at almost no cost in terms of performance and speed. The results across the board show that on average MTL models with auxiliary losses for constituency parsing outperform single-task ones by 1.14 F1 points, and for dependency parsing by 0.62 UAS points.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01339/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01339/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1907.01339/full.md

---
Source: https://tomesphere.com/paper/1907.01339