CLSep 16, 2023

Contextual Label Projection for Cross-Lingual Structured Prediction

CMU
arXiv:2309.08943v336 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of improving cross-lingual transfer in structured prediction tasks, particularly for low-resource languages, though it is incremental as it builds on existing label projection techniques.

The paper tackled the problem of label projection for cross-lingual structured prediction by introducing CLaP, a method that uses contextual translation with instruction-tuned language models, resulting in over 2.4 F1 improvement for event argument extraction and 1.4 F1 improvement for named entity recognition across 39 languages.

Label projection, which involves obtaining translated labels and texts jointly, is essential for leveraging machine translation to facilitate cross-lingual transfer in structured prediction tasks. Prior research exploring label projection often compromise translation accuracy by favoring simplified label translation or relying solely on word-level alignments. In this paper, we introduce a novel label projection approach, CLaP, which translates text to the target language and performs contextual translation on the labels using the translated text as the context, ensuring better accuracy for the translated labels. We leverage instruction-tuned language models with multilingual capabilities as our contextual translator, imposing the constraint of the presence of translated labels in the translated text via instructions. We benchmark CLaP with other label projection techniques on zero-shot cross-lingual transfer across 39 languages on two representative structured prediction tasks - event argument extraction (EAE) and named entity recognition (NER), showing over 2.4 F1 improvement for EAE and 1.4 F1 improvement for NER. We further explore the applicability of CLaP on ten extremely low-resource languages to showcase its potential for cross-lingual structured prediction.

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