A Joint Coreference-Aware Approach to Document-Level Target Sentiment Analysis (2024.acl-long)
Copied to clipboard
| Challenge: | Existing work on aspect-based sentiment analysis (ABSA) focuses on sentence level, document level ABSA is more practical and requires holistic document-level understanding capabilities. |
| Approach: | They propose a learning framework to jointly model the DTSA task and the coreference resolution task using ChatGPT. |
| Outcome: | The proposed framework reduces the reliance on annotated coreference information and alleviates evaluation bias caused by missing coreference targets. |
Similar Papers
Aspect-Based Emotion Analysis and Multimodal Coreference: A Case Study of Customer Comments on Adidas Instagram Posts (2022.lrec-1)
Copied to clipboard
| Challenge: | Aspect-based sentiment analysis of user-generated content has been relatively unexplored in recent years. |
| Approach: | They present a multimodal dataset for Aspect-Based Emotion Analysis (ABEA) they take the first steps in investigating the utility of multimodal coreference resolution in an ABEA framework. |
| Outcome: | The proposed dataset consists of 4,900 comments on 175 images and is annotated with aspect and emotion categories and the emotional dimensions of valence and arousal. |
GCNet: Global-and-Context Collaborative Learning for Aspect-Based Sentiment Analysis (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing methods for analyzing aspect terms are focused on extracting semantic information inherent within the sentence. |
| Approach: | They propose a GCNet that explicitly leverages global semantic information to guide context encoding. |
| Outcome: | The proposed model outperforms state-of-the-art methods on three public datasets. |
OATS: A Challenge Dataset for Opinion Aspect Target Sentiment Joint Detection for Aspect-Based Sentiment Analysis (2024.lrec-main)
Copied to clipboard
| Challenge: | Aspect-based sentiment analysis (ABSA) focuses on understanding sentiments specific to distinct elements within a user-generated review. |
| Approach: | They propose to use Aspect-based sentiment analysis to understand specific aspects of a user-generated review to identify the target entity being reviewed, the aspect to which it belongs, the opinion phrase, and the sentiment expressed toward the aspects. |
| Outcome: | The proposed dataset bridges the gaps observed in existing datasets and sheds light on various ABSA subtasks. |
Relation-Aware Collaborative Learning for Unified Aspect-Based Sentiment Analysis (2020.acl-main)
Copied to clipboard
| Challenge: | Existing studies focus on one of three subtasks for aspect-based sentiment analysis (ABSA) Existing work develops separate methods for each subtask, or takes OE as an auxiliary task of AE. |
| Approach: | They propose a relation-aware collaborative learning framework which allows subtasks to work coordinately via multi-task learning and relation propagation mechanisms. |
| Outcome: | Extensive experiments on three real-world datasets show that RACL outperforms state-of-the-art methods for ABSA. |
Towards Unifying the Label Space for Aspect- and Sentence-based Sentiment Analysis (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to train ABSA model are limited by lack of annotated data . a dual-granularity pseudo labeling approach is proposed to solve this problem . |
| Approach: | They propose a framework for aspect-based sentiment analysis that uses annotated data to train ABSA models. |
| Outcome: | The proposed framework surpasses previous methods on benchmarks. |
A Sequence-to-Structure Approach to Document-level Targeted Sentiment Analysis (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Aspect-based sentiment analysis (ABSA) has received wide attention in NLP for nearly two decades . previous studies focused on sentence-level ABSA, but document-level research has not received enough attention. |
| Approach: | They propose a Sequence-to-Structure approach to address the document-level targeted sentiment analysis task, which aims to extract the opinion targets consisting of multi-level entities from a review document and predict their sentiments. |
| Outcome: | The proposed approach outperforms baselines on six domains on the document-level targeted sentiment analysis task. |
Seeking Common but Distinguishing Difference, A Joint Aspect-based Sentiment Analysis Model (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing models focus on aspect term extraction, opinion term extraction and sentiment polarity classification but ignore the difference. |
| Approach: | They propose a joint aspect-based sentiment analysis task that focuses on the difference between the two tasks to improve the model's robustness. |
| Outcome: | Empirical results show that the proposed model outperforms the previous state-of-the-art on four benchmark datasets. |
A Multi-task Learning Framework for Opinion Triplet Extraction (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to Aspect-based sentiment analysis (ABSA) use aspect terms and their corresponding sentiment polarities as a reference, but they lack opinion terms as . |
| Approach: | They propose a multi-task learning framework to extract aspect terms and opinion terms and parse their sentiment dependencies with a biaffine scorer. |
| Outcome: | The proposed framework outperforms baseline and state-of-the-art approaches on four SemEval benchmarks. |
Modelling Context and Syntactical Features for Aspect-based Sentiment Analysis (2020.acl-main)
Copied to clipboard
| Challenge: | Existing approaches to aspect-based sentiment analysis do not fully leverage syntactical information. |
| Approach: | They propose an end-to-end aspect-based sentiment analysis solution that integrates syntactical information with part-of-speech embeddings and dependency-based embeddables to enhance the performance of the aspect extractor. |
| Outcome: | The proposed solution outperforms the state-of-the-art models on SemEval-2014 dataset in both subtasks. |
Deep Context- and Relation-Aware Learning for Aspect-based Sentiment Analysis (2021.acl-short)
Copied to clipboard
| Challenge: | Existing methods for aspect-based sentiment analysis (ABSA) consider relationships implicitly among subtasks at the word level. |
| Approach: | They propose a deep contextualized relation-aware network that allows interactive relations among subtasks . they propose self-supervised strategies that deal with multiple aspects . |
| Outcome: | The proposed method outperforms state-of-the-art methods on three widely used benchmarks. |