CLAILGMar 22, 2022

BERT-ASC: Auxiliary-Sentence Construction for Implicit Aspect Learning in Sentiment Analysis

arXiv:2203.11702v322 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of handling implicit aspects in sentiment analysis for applications where labeled data is scarce, representing an incremental advance over existing fine-tuning methods.

The paper tackles the challenge of implicit aspect learning in aspect-based sentiment analysis by proposing a framework that constructs auxiliary sentences to guide BERT in learning aspect-specific representations, achieving state-of-the-art performance with considerable improvement margins on benchmark datasets.

Aspect-based sentiment analysis (ABSA) aims to associate a text with a set of aspects and infer their respective sentimental polarities. State-of-the-art approaches are built on fine-tuning pre-trained language models, focusing on learning aspect-specific representations from the corpus. However, aspects are often expressed implicitly, making implicit mapping challenging without sufficient labeled examples, which may be scarce in real-world scenarios. This paper proposes a unified framework to address aspect categorization and aspect-based sentiment subtasks. We introduce a mechanism to construct an auxiliary-sentence for the implicit aspect using the corpus's semantic information. We then encourage BERT to learn aspect-specific representation in response to this auxiliary-sentence, not the aspect itself. We evaluate our approach on real benchmark datasets for both ABSA and Targeted-ABSA tasks. Our experiments show that it consistently achieves state-of-the-art performance in aspect categorization and aspect-based sentiment across all datasets, with considerable improvement margins. The BERT-ASC code is available at https://github.com/amurtadha/BERT-ASC.

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