Text Generation Model Enhanced with Semantic Information in Aspect Category Sentiment Analysis (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for ACSA fail to model relations of target words and opinion words in a sentence including multiple aspects. |
| Approach: | They propose to incorporate AMR into a text generation model to model relations of target words and opinion words in a sentence including multiple aspects. |
| Outcome: | The proposed method outperforms state-of-the-art methods on three datasets. |
Similar Papers
Solving Aspect Category Sentiment Analysis as a Text Generation Task (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for Aspect category sentiment analysis use pre-trained language models to learn aspect category-specific representations. |
| Approach: | They propose to make use of pre-trained language models by casting the ACSA tasks into natural language generation tasks, using natural language sentences to represent the output. |
| Outcome: | The proposed method gives the best reported results, having large advantages in few-shot and zero-shot settings. |
AMR-based Network for Aspect-based Sentiment Analysis (2023.acl-long)
Copied to clipboard
| Challenge: | Recent studies have used dependency trees to extract relation between aspects and contexts, but there is a potential mismatch between the dependency tree and sentiment classification as a semantic task. |
| Approach: | They propose to replace the syntactic dependency tree with a semantic structure to capture the relation between an aspect and a context. |
| Outcome: | The proposed model improves ABSA on four public datasets with 1.13% improvement over baselines. |
A Hierarchical Sequence-to-Set Model with Coverage Mechanism for Aspect Category Sentiment Analysis (2024.lrec-main)
Copied to clipboard
| Challenge: | Aspect category sentiment analysis (ACSA) aims to detect aspect categories and their corresponding sentiment polarities (category-sentiment pairs) generative models face three challenges, including addressing the missing predictions and focusing on relevant sentiment words. |
| Approach: | They propose to use sequence-to-set learning to tackle all three challenges simultaneously. |
| Outcome: | The proposed model is able to detect aspect categories and their corresponding sentiment polarities (category-sentiment pairs) but it is unable to predict all aspect categories within a sentence due to the disordered set. |
Aspect-based Sentiment Analysis via Synthetic Image Generation (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Recent advances in Aspect-Based Sentiment Analysis (ABSA) have shown promising results, yet the semantics derived solely from textual data remain limited. |
| Approach: | They propose a supervised image generation framework to generate synthetic images with alignment to text and sentiment information. |
| Outcome: | The proposed approach significantly outperforms state-of-the-art methods on multiple benchmark datasets. |
Beta Distribution Guided Aspect-aware Graph for Aspect Category Sentiment Analysis with Affective Knowledge (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for aspect category sentiment analysis do not necessarily occur in a sentence. |
| Approach: | They propose a Beta Distribution-guided aspect-aware graph construction based on external knowledge . they use aspect-related words as the pivots to derive aspect-relevant weights . |
| Outcome: | The proposed approach outperforms the state-of-the-art methods on 6 benchmark datasets. |
Sentimental Image Generation for Aspect-based Sentiment Analysis (2025.findings-acl)
Copied to clipboard
| Challenge: | Recent work on textual Aspect-Based Sentiment Analysis (ABSA) has demonstrated promising performance, but limited semantics derived from raw data. |
| Approach: | They propose a method that provides visual semantics to reinforce textual ABSA by adding additional augmentations to the input data. |
| Outcome: | The proposed method can provide visual semantics to reinforce the textual extraction. |
Exploiting Careful Design of SVM Solution for Aspect-term Sentiment Analysis (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Aspect-term sentiment analysis (ATSA) identifies fine-grained sentiments towards specific aspects of text. |
| Approach: | They propose a pipeline to predict fine-grained sentiments for specific aspects of text . it decomposes the learning problem into multiple view subproblems and dynamically selects and constructs features with reinforcement learning. |
| Outcome: | The proposed pipeline surpasses SVM-based methods in predictive accuracy while maintaining a faster inference speed and significantly reducing the number of model parameters. |
Towards Generative Aspect-Based Sentiment Analysis (2021.acl-short)
Copied to clipboard
| Challenge: | Existing work on Aspect-based sentiment analysis ignores the rich label semantics of ABSA. |
| Approach: | They propose to tackle various ABSA tasks in a unified generative framework . they propose to use annotation-style and extraction-style modeling to enable training . |
| Outcome: | The proposed framework achieves state-of-the-art on four ABSA tasks across multiple benchmark datasets. |
Multi-Instance Multi-Label Learning Networks for Aspect-Category Sentiment Analysis (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods to detect sentiment toward aspect categories ignore the fact that the sentiment of an aspect category mentioned in a sentence is an aggregation of the sentiments of the words indicating the aspect category in the sentence, which leads to suboptimal performance. |
| Approach: | They propose a multi-instance multi-label learning network for Aspect-Category sentiment analysis that treats sentences as bags, words as instances, and the words indicating an aspect category as key instances of the aspect category. |
| Outcome: | The proposed model is based on three public datasets showing that it performs well. |
Cross-Domain Sentiment Classification using Semantic Representation (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing studies on cross-domain sentiment classification ignore the semantic relevance between domains. |
| Approach: | They propose to use Abstract Meaning Representation to help with cross-domain sentiment classification by combining sentence-level AMRs with text-graph interaction models. |
| Outcome: | The proposed model is effective over strong baselines and shows its importance over strong models. |