paper-with-me

홈 › Papers

The DCU-EPFL Enhanced Dependency Parser at the IWPT 2021 Shared Task

2021-07-05 · ACL (IWPT) 2021 8 · James Barry, Alireza Mohammadshahi, Joachim Wagner, Jennifer Foster, James Henderson

We describe the DCU-EPFL submission to the IWPT 2021 Shared Task on Parsing into Enhanced Universal Dependencies. The task involves parsing Enhanced UD graphs, which are an extension of the basic dependency trees designed to be more facilitative towards representing semantic structure. Evaluation is carried out on 29 treebanks in 17 languages and participants are required to parse the data from each language starting from raw strings. Our approach uses the Stanza pipeline to preprocess the text files, XLMRoBERTa to obtain contextualized token representations, and an edge-scoring and labeling model to predict the enhanced graph. Finally, we run a post-processing script to ensure all of our outputs are valid Enhanced UD graphs. Our system places 6th out of 9 participants with a coarse Enhanced Labeled Attachment Score (ELAS) of 83.57. We carry out additional post-deadline experiments which include using Trankit for pre-processing, XLM-RoBERTa-LARGE, treebank concatenation, and multitask learning between a basic and an enhanced dependency parser. All of these modifications improve our initial score and our final system has a coarse ELAS of 88.04.

📄 PDF Abstract BibTeX arXiv:2107.01982

Code (1)

jbrry/IWPT-2021-shared-task 공식 구현 pytorch

Tasks

valid

Similar Papers 제목 키워드 기반

Turku Enhanced Parser Pipeline: From Raw Text to Enhanced Graphs in the IWPT 2020 Shared Task

2020-07-01 · WS 2020 7 · Jenna Kanerva, Filip Ginter, Sampo Pyysalo

We present the approach of the TurkuNLP group to the IWPT 2020 shared task on Multilingual Parsing into Enhanced Universal Dependencies. The task involves 28 treebanks in 17 different languages and requires parsers to ge…

Lemmatization

The ADAPT Enhanced Dependency Parser at the IWPT 2020 Shared Task

2020-09-03 · WS 2020 7 · James Barry, Joachim Wagner, Jennifer Foster

We describe the ADAPT system for the 2020 IWPT Shared Task on parsing enhanced Universal Dependencies in 17 languages. We implement a pipeline approach using UDPipe and UDPipe-future to provide initial levels of annotati…

End-to-end mBERT based Seq2seq Enhanced Dependency Parser with Linguistic Typology knowledge

2021-08-01 · ACL (IWPT) 2021 8 · Chinmay Choudhary, Colm O’riordan

We describe the NUIG solution for IWPT 2021 Shared Task of Enhanced Dependency (ED) parsing in multiple languages. For this shared task, we propose and evaluate an End-to-end Seq2seq mBERT-based ED parser which predicts …

Dependency ParsingLemmatizationPositionSentence+1

RobertNLP at the IWPT 2020 Shared Task: Surprisingly Simple Enhanced UD Parsing for English

2020-07-01 · WS 2020 7 · Stefan Gr{\"u}newald, Annemarie Friedrich

This paper presents our system at the IWPT 2020 Shared Task on Parsing into Enhanced Universal Dependencies. Using a biaffine classifier architecture (Dozat and Manning, 2017) which operates directly on finetuned RoBERTa…

Sentence

Biaffine Dependency and Semantic Graph Parsing for EnhancedUniversal Dependencies

2021-08-01 · ACL (IWPT) 2021 8 · Giuseppe Attardi, Daniele Sartiano, Maria Simi

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

Dependency ParsingLemmatizationPOSPOS Tagging