paper-with-me

Papers

Exploiting BERT For Multimodal Target Sentiment Classification Through Input Space Translation

2021-08-03 · Zaid Khan, Yun Fu

Multimodal target/aspect sentiment classification combines multimodal sentiment analysis and aspect/target sentiment classification. The goal of the task is to combine vision and language to understand the sentiment towards a target entity in a sentence. Twitter is an ideal setting for the task because it is inherently multimodal, highly emotional, and affects real world events. However, multimodal tweets are short and accompanied by complex, possibly irrelevant images. We introduce a two-stream model that translates images in input space using an object-aware transformer followed by a single-pass non-autoregressive text generation approach. We then leverage the translation to construct an auxiliary sentence that provides multimodal information to a language model. Our approach increases the amount of text available to the language model and distills the object-level information in complex images. We achieve state-of-the-art performance on two multimodal Twitter datasets without modifying the internals of the language model to accept multimodal data, demonstrating the effectiveness of our translation. In addition, we explain a failure mode of a popular approach for aspect sentiment analysis when applied to tweets. Our code is available at \textcolor{blue}{\url{https://github.com/codezakh/exploiting-BERT-thru-translation}}.

📄 PDF Abstract BibTeX arXiv:2108.01682

Code (1)

codezakh/exploiting-BERT-thru-translation 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMultimodal Sentiment AnalysisSentenceSentiment AnalysisSentiment ClassificationText GenerationTranslation

Similar Papers 제목 키워드 기반

BERTCaps: BERT Capsule for Persian Multi-Domain Sentiment Analysis

2024-12-07 · Mohammadali Memari, Soghra Mikaeyl Nejad, Amir Parsa Rabiei, Mehrshad Eisaei 외

Multidomain sentiment analysis involves estimating the polarity of an unstructured text by exploiting domain specific information. One of the main issues common to the approaches discussed in the literature is their poor…

Binary ClassificationClassificationdomain classificationSentiment Analysis+1

Holistic Visual-Textual Sentiment Analysis with Prior Models

2022-11-23 · Junyu Chen, Jie An, Hanjia Lyu, Christopher Kanan 외

Visual-textual sentiment analysis aims to predict sentiment with the input of a pair of image and text, which poses a challenge in learning effective features for diverse input images. To address this, we propose a holis…

Sentiment Analysis

Adapted Multimodal BERT with Layer-wise Fusion for Sentiment Analysis

2022-12-01 · Odysseas S. Chlapanis, Georgios Paraskevopoulos, Alexandros Potamianos

Multimodal learning pipelines have benefited from the success of pretrained language models. However, this comes at the cost of increased model parameters. In this work, we propose Adapted Multimodal BERT (AMB), a BERT-b…

Language ModelingLanguage ModellingSentiment Analysis

Enhancing Fine-grained Sentiment Classification Exploiting Local Context Embedding

2020-10-02 · Heng Yang, Biqing Zeng

Target-oriented sentiment classification is a fine-grained task of natural language processing to analyze the sentiment polarity of the targets. To improve the performance of sentiment classification, many approaches pro…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentiment Classification

Learning to Share by Masking the Non-shared for Multi-domain Sentiment Classification

2021-04-17 · Jianhua Yuan, Yanyan Zhao, Bing Qin, Ting Liu

Multi-domain sentiment classification deals with the scenario where labeled data exists for multiple domains but insufficient for training effective sentiment classifiers that work across domains. Thus, fully exploiting …

General ClassificationMulti-Domain Sentiment ClassificationSentenceSentiment Analysis+1