A Novel Energy Based Model Mechanism for Multi-Modal Aspect-Based Sentiment Analysis

Abstract

Multi-modal aspect-based sentiment analysis (MABSA) has recently attracted increasing attention. The span-based extraction methods, such as FSUIE, demonstrate strong performance in sentiment analysis due to their joint modeling of input sequences and target labels. However, previous methods still have certain limitations: (i) They ignore the difference in the focus of visual information between different analysis targets (aspect or sentiment). (ii) Combining features from uni-modal encoders directly may not be sufficient to eliminate the modal gap and can cause difficulties in capturing the image-text pairwise relevance. (iii) Existing span-based methods for MABSA ignore the pairwise relevance of target span boundaries. To tackle these limitations, we propose a novel framework called DQPSA. Specifically, our model contains a Prompt as Dual Query (PDQ) module that uses the prompt as both a visual query and a language query to extract prompt-aware visual information and strengthen the pairwise relevance between visual information and the analysis target. Additionally, we introduce an Energy-based Pairwise Expert (EPE) module that models the boundaries pairing of the analysis target from the perspective of an Energy-based Model. This expert predicts aspect or sentiment span based on pairwise stability. Experiments on three widely used benchmarks demonstrate that DQPSA outperforms previous approaches and achieves a new state-of-the-art performance. The code will be released at https://github.com/pengts/DQPSA.

Cite

Text

Peng et al. "A Novel Energy Based Model Mechanism for Multi-Modal Aspect-Based Sentiment Analysis." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I17.29852

Markdown

[Peng et al. "A Novel Energy Based Model Mechanism for Multi-Modal Aspect-Based Sentiment Analysis." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/peng2024aaai-novel/) doi:10.1609/AAAI.V38I17.29852

BibTeX

@inproceedings{peng2024aaai-novel,
  title     = {{A Novel Energy Based Model Mechanism for Multi-Modal Aspect-Based Sentiment Analysis}},
  author    = {Peng, Tianshuo and Li, Zuchao and Wang, Ping and Zhang, Lefei and Zhao, Hai},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {18869-18878},
  doi       = {10.1609/AAAI.V38I17.29852},
  url       = {https://mlanthology.org/aaai/2024/peng2024aaai-novel/}
}