SOTAVerified

Biaffine Dependency and Semantic Graph Parsing for EnhancedUniversal Dependencies

2021-08-01ACL (IWPT) 2021Unverified0· sign in to hype

Giuseppe Attardi, Daniele Sartiano, Maria Simi

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

This paper presents the system used in our submission to the IWPT 2021 Shared Task. This year the official evaluation metrics was ELAS, therefore dependency parsing might have been avoided as well as other pipeline stages like POS tagging and lemmatization. We nevertheless chose to deploy a combination of a dependency parser and a graph parser. The dependency parser is a biaffine parser, that uses transformers for representing input sentences, with no other feature. The graph parser is a semantic parser that exploits a similar architecture except for using a sigmoid crossentropy loss function to return multiple values for the predicted arcs. The final output is obtained by merging the output of the two parsers. The dependency parser achieves top or close to top LAS performance with respect to other systems that report results on such metrics, except on low resource languages (Tamil, Estonian, Latvian).

Tasks

Reproductions