CLJun 10, 2021

Cross-lingual Emotion Detection

arXiv:2106.06017v2588 citations
AI Analysis

This addresses the data scarcity issue in emotion detection for multilingual applications, but it is incremental as it builds on existing cross-lingual and BERT-based methods.

The paper tackled the problem of expensive annotated data for emotion detection by exploring cross-lingual approaches using English as a source language for Arabic and Spanish, achieving over 90% and 80% relative effectiveness compared to monolingual BERT models that surpassed SOTA by 4% and 5% absolute Jaccard scores.

Emotion detection can provide us with a window into understanding human behavior. Due to the complex dynamics of human emotions, however, constructing annotated datasets to train automated models can be expensive. Thus, we explore the efficacy of cross-lingual approaches that would use data from a source language to build models for emotion detection in a target language. We compare three approaches, namely: i) using inherently multilingual models; ii) translating training data into the target language; and iii) using an automatically tagged parallel corpus. In our study, we consider English as the source language with Arabic and Spanish as target languages. We study the effectiveness of different classification models such as BERT and SVMs trained with different features. Our BERT-based monolingual models that are trained on target language data surpass state-of-the-art (SOTA) by 4% and 5% absolute Jaccard score for Arabic and Spanish respectively. Next, we show that using cross-lingual approaches with English data alone, we can achieve more than 90% and 80% relative effectiveness of the Arabic and Spanish BERT models respectively. Lastly, we use LIME to analyze the challenges of training cross-lingual models for different language pairs

Foundations

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

Your Notes