CLOct 5, 2020

X-SRL: A Parallel Cross-Lingual Semantic Role Labeling Dataset

arXiv:2010.01998v1996 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited comparable SRL resources for non-English languages, enabling better multilingual learning, though it is incremental as it builds on existing methods and datasets.

The authors tackled the lack of parallel multilingual datasets for semantic role labeling (SRL) by automatically constructing a corpus in English, French, German, and Spanish with unified annotations, showing that multilingual training improves performance, especially for weaker languages.

Even though SRL is researched for many languages, major improvements have mostly been obtained for English, for which more resources are available. In fact, existing multilingual SRL datasets contain disparate annotation styles or come from different domains, hampering generalization in multilingual learning. In this work, we propose a method to automatically construct an SRL corpus that is parallel in four languages: English, French, German, Spanish, with unified predicate and role annotations that are fully comparable across languages. We apply high-quality machine translation to the English CoNLL-09 dataset and use multilingual BERT to project its high-quality annotations to the target languages. We include human-validated test sets that we use to measure the projection quality, and show that projection is denser and more precise than a strong baseline. Finally, we train different SOTA models on our novel corpus for mono- and multilingual SRL, showing that the multilingual annotations improve performance especially for the weaker languages.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes