paper-with-me

Papers

A Multibias-mitigated and Sentiment Knowledge Enriched Transformer for Debiasing in Multimodal Conversational Emotion Recognition

2022-07-17 · Jinglin Wang, Fang Ma, Yazhou Zhang, Dawei Song

Multimodal emotion recognition in conversations (mERC) is an active research topic in natural language processing (NLP), which aims to predict human's emotional states in communications of multiple modalities, e,g., natural language and facial gestures. Innumerable implicit prejudices and preconceptions fill human language and conversations, leading to the question of whether the current data-driven mERC approaches produce a biased error. For example, such approaches may offer higher emotional scores on the utterances by females than males. In addition, the existing debias models mainly focus on gender or race, where multibias mitigation is still an unexplored task in mERC. In this work, we take the first step to solve these issues by proposing a series of approaches to mitigate five typical kinds of bias in textual utterances (i.e., gender, age, race, religion and LGBTQ+) and visual representations (i.e, gender and age), followed by a Multibias-Mitigated and sentiment Knowledge Enriched bi-modal Transformer (MMKET). Comprehensive experimental results show the effectiveness of the proposed model and prove that the debias operation has a great impact on the classification performance for mERC. We hope our study will benefit the development of bias mitigation in mERC and related emotion studies.

📄 PDF Abstract BibTeX arXiv:2207.08104

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionMultimodal Emotion Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Integrating Transformers and Knowledge Graphs for Twitter Stance Detection

2021-11-01 · WNUT (ACL) 2021 11 · Thomas Clark, Costanza Conforti, Fangyu Liu, Zaiqiao Meng 외

Stance detection (SD) entails classifying the sentiment of a text towards a given target, and is a relevant sub-task for opinion mining and social media analysis. Recent works have explored knowledge infusion supplementi…

Knowledge GraphsKnowledge ProbingOpinion MiningStance Detection+1

Knowledge-enriched Two-layered Attention Network for Sentiment Analysis

2018-05-20 · NAACL 2018 6 · Abhishek Kumar, Daisuke Kawahara, Sadao Kurohashi

We propose a novel two-layered attention network based on Bidirectional Long Short-Term Memory for sentiment analysis. The novel two-layered attention network takes advantage of the external knowledge bases to improve th…

Graph EmbeddingKnowledge Graph EmbeddingSentiment AnalysisVocal Bursts Valence Prediction

Improving Twitter Sentiment Classification via Multi-Level Sentiment-Enriched Word Embeddings

2016-11-01 · Shufeng Xiong

Most of existing work learn sentiment-specific word representation for improving Twitter sentiment classification, which encoded both n-gram and distant supervised tweet sentiment information in learning process. They as…

General ClassificationSentiment AnalysisSentiment ClassificationWord Embeddings

SeLiNet: Sentiment enriched Lightweight Network for Emotion Recognition in Images

2023-07-06 · Tuneer Khargonkar, Shwetank Choudhary, Sumit Kumar, Barath Raj KR

In this paper, we propose a sentiment-enriched lightweight network SeLiNet and an end-to-end on-device pipeline for contextual emotion recognition in images. SeLiNet model consists of body feature extractor, image aesthe…

Emotion Recognition

Towards Unified Multimodal Financial Forecasting: Integrating Sentiment Embeddings and Market Indicators via Cross-Modal Attention

2025-08-18 · Sarthak Khanna, Armin Berger, David Berghaus, Tobias Deusser 외 arxiv

We propose STONK (Stock Optimization using News Knowledge), a multimodal framework integrating numerical market indicators with sentiment-enriched news embeddings to improve daily stock-movement prediction. By combining …