CLAILGOct 31, 2022

Using Emotion Embeddings to Transfer Knowledge Between Emotions, Languages, and Annotation Formats

arXiv:2211.00171v210 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This addresses the need for adaptable and cost-effective emotion inference models in diverse applications, though it is incremental in leveraging existing multilingual and transformer-based techniques.

The paper tackles the problem of building a single emotion recognition model that can transfer knowledge across different emotions, languages, and annotation formats, achieving zero-shot transfer to new configurations without retraining.

The need for emotional inference from text continues to diversify as more and more disciplines integrate emotions into their theories and applications. These needs include inferring different emotion types, handling multiple languages, and different annotation formats. A shared model between different configurations would enable the sharing of knowledge and a decrease in training costs, and would simplify the process of deploying emotion recognition models in novel environments. In this work, we study how we can build a single model that can transition between these different configurations by leveraging multilingual models and Demux, a transformer-based model whose input includes the emotions of interest, enabling us to dynamically change the emotions predicted by the model. Demux also produces emotion embeddings, and performing operations on them allows us to transition to clusters of emotions by pooling the embeddings of each cluster. We show that Demux can simultaneously transfer knowledge in a zero-shot manner to a new language, to a novel annotation format and to unseen emotions. Code is available at https://github.com/gchochla/Demux-MEmo .

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