Adapting BERT for Target-Oriented Multimodal Sentiment Classification

Abstract

As an important task in Sentiment Analysis, Target-oriented Sentiment Classification (TSC) aims to identify sentiment polarities over each opinion target in a sentence. However, existing approaches to this task primarily rely on the textual content, but ignoring the other increasingly popular multimodal data sources (e.g., images), which can enhance the robustness of these text-based models. Motivated by this observation and inspired by the recently proposed BERT architecture, we study Target-oriented Multimodal Sentiment Classification (TMSC) and propose a multimodal BERT architecture. To model intra-modality dynamics, we first apply BERT to obtain target-sensitive textual representations. We then borrow the idea from self-attention and design a target attention mechanism to perform target-image matching to derive target-sensitive visual representations. To model inter-modality dynamics, we further propose to stack a set of self-attention layers to capture multimodal interactions. Experimental results show that our model can outperform several highly competitive approaches for TSC and TMSC.

Cite

Text

Yu and Jiang. "Adapting BERT for Target-Oriented Multimodal Sentiment Classification." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/751

Markdown

[Yu and Jiang. "Adapting BERT for Target-Oriented Multimodal Sentiment Classification." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/yu2019ijcai-adapting/) doi:10.24963/IJCAI.2019/751

BibTeX

@inproceedings{yu2019ijcai-adapting,
  title     = {{Adapting BERT for Target-Oriented Multimodal Sentiment Classification}},
  author    = {Yu, Jianfei and Jiang, Jing},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2019},
  pages     = {5408-5414},
  doi       = {10.24963/IJCAI.2019/751},
  url       = {https://mlanthology.org/ijcai/2019/yu2019ijcai-adapting/}
}