paper-with-me

홈 › Papers

Bridging the Gap in Multilingual Semantic Role Labeling: a Language-Agnostic Approach

2020-12-01 · COLING 2020 8 · Simone Conia, Roberto Navigli

Recent research indicates that taking advantage of complex syntactic features leads to favorable results in Semantic Role Labeling. Nonetheless, an analysis of the latest state-of-the-art multilingual systems reveals the difficulty of bridging the wide gap in performance between high-resource (e.g., English) and low-resource (e.g., German) settings. To overcome this issue, we propose a fully language-agnostic model that does away with morphological and syntactic features to achieve robustness across languages. Our approach outperforms the state of the art in all the languages of the CoNLL-2009 benchmark dataset, especially whenever a scarce amount of training data is available. Our objective is not to reject approaches that rely on syntax, rather to set a strong and consistent language-independent baseline for future innovations in Semantic Role Labeling. We release our model code and checkpoints at https://github.com/SapienzaNLP/multi-srl.

📄 PDF Abstract BibTeX

Code (1)

sapienzanlp/multi-srl 공식 구현 pytorch

Tasks

Semantic Role Labeling

Similar Papers 제목 키워드 기반

Alignment-free Cross-lingual Semantic Role Labeling

2020-11-01 · EMNLP 2020 11 · Rui Cai, Mirella Lapata

Cross-lingual semantic role labeling (SRL) aims at leveraging resources in a source language to minimize the effort required to construct annotations or models for a new target language. Recent approaches rely on word al…

Machine TranslationMultilingual Word EmbeddingsSemantic Role LabelingTranslation+1

Syntax-aware Multilingual Semantic Role Labeling

2019-09-01 · IJCNLP 2019 11 · Shexia He, Zuchao Li, Hai Zhao

Recently, semantic role labeling (SRL) has earned a series of success with even higher performance improvements, which can be mainly attributed to syntactic integration and enhanced word representation. However, most of …

Semantic Role Labeling

Translate and Label! An Encoder-Decoder Approach for Cross-lingual Semantic Role Labeling

2019-08-29 · IJCNLP 2019 11 · Angel Daza, Anette Frank

We propose a Cross-lingual Encoder-Decoder model that simultaneously translates and generates sentences with Semantic Role Labeling annotations in a resource-poor target language. Unlike annotation projection techniques,…

DecoderSemantic Role Labeling

UniteD-SRL: A Unified Dataset for Span- and Dependency-Based Multilingual and Cross-Lingual Semantic Role Labeling

2021-11-01 · Findings (EMNLP) 2021 11 · Rocco Tripodi, Simone Conia, Roberto Navigli

Multilingual and cross-lingual Semantic Role Labeling (SRL) have recently garnered increasing attention as multilingual text representation techniques have become more effective and widely available. While recent work ha…

Cross-Lingual TransferSemantic Role Labeling

Improving Portuguese Semantic Role Labeling with Transformers and Transfer Learning

2021-01-04 · Sofia Oliveira, Daniel Loureiro, Alípio Jorge

The Natural Language Processing task of determining "Who did what to whom" is called Semantic Role Labeling. For English, recent methods based on Transformer models have allowed for major improvements in this task over t…

Cross-Lingual TransferDependency ParsingSemantic Role LabelingTransfer Learning