MATO: A Model-Agnostic Training Optimization for Aspect Sentiment Triplet Extraction (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing models with strong in-house performance may struggle to generalize to diverse expressions. |
| Approach: | They propose a model-agnostic t**raining method to improve ASTE model inference . they propose to compute the violation rate (VR) on each element of one triplet . |
| Outcome: | The proposed method can improve aspect sentiment triplet extraction models consistent with expected results facing triplet element diversity. |
Similar Papers
CONTRASTE: Supervised Contrastive Pre-training With Aspect-based Prompts For Aspect Sentiment Triplet Extraction (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing studies on Aspect Sentiment Triplet Extraction focus on developing more efficient techniques for the task, but our proposed approach can improve the downstream performance of multiple ABSA tasks simultaneously. |
| Approach: | They propose a novel approach that uses contrastive learning to enhance the ASTE performance by masked sentiments. |
| Outcome: | The proposed approach improves the performance of multiple ABSA tasks simultaneously. |
ASTE-Transformer: Modelling Dependencies in Aspect-Sentiment Triplet Extraction (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Aspect-Sentiment Triplet Extraction (ASTE) is a recent task in aspect-based sentiment analysis. |
| Approach: | They propose a task of aspect-based sentiment analysis that extracts triples from sentences . they propose three transformer-inspired layers to enable modelling of dependencies . |
| Outcome: | The proposed method achieves higher performance in terms of F1 measure than other methods studied on popular benchmarks. |
Train Once for All: A Transitional Approach for Efficient Aspect Sentiment Triplet Extraction (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to extract aspects and opinions independently, optionally adding pairwise relations, often lead to error propagation and high time complexity. |
| Approach: | They propose a transition-based model that performs aspect and opinion extraction jointly and integrates contrastive-augmented optimization. |
| Outcome: | The proposed model outperforms previous models on two out of four datasets when trained on a single dataset. |
PASTEL : Polarity-Aware Sentiment Triplet Extraction with LLM-as-a-Judge (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for extracting triplets of aspect terms and opinions are inadequate due to complexity of aspect-opinion interactions and implicit nature of sentiment dependencies in natural language. |
| Approach: | They propose a pipeline that decomposes the ASTE task into structured subtasks . they employ fine-tuned LLMs to separately extract the aspect and opinion terms . |
| Outcome: | The proposed pipeline outperforms existing baselines in the ASTE subtask. |
Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction (2021.acl-long)
Copied to clipboard
| Challenge: | Recent models perform the triplet extraction in an end-to-end manner but heavily rely on the interactions between each word and opinion word. |
| Approach: | They propose a span-level approach which explicitly considers the interaction between whole spans of targets and opinions when predicting their sentiment relation. |
| Outcome: | The proposed approach improves on triplets with multi-word targets and opinions . it explicitly considers the interaction between whole spans of targets and opinion words . |
Position-Aware Tagging for Aspect Sentiment Triplet Extraction (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing research efforts focus on extracting the triplets of target entities, their associated sentiment, and opinion spans explaining the reason for the sentiment. |
| Approach: | They propose a position-aware tagging scheme that can extract triplets using a sequence tapping approach. |
| Outcome: | The proposed model improves performance on multiple datasets and compares with existing models. |
MiniConGTS: A Near Ultimate Minimalist Contrastive Grid Tagging Scheme for Aspect Sentiment Triplet Extraction (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches within the pretraining-finetuning paradigm tend to meticulously craft complex tagging schemes and classification heads, or incorporate external semantic enhancements to enhance performance. |
| Approach: | They propose to integrate a minimalist tagging scheme and a novel token-level contrastive learning strategy to improve pretrained representations. |
| Outcome: | The proposed framework achieves comparable or superior performance compared to state-of-the-art techniques while featuring a more compact design and reduced computational overhead. |
A Robustly Optimized BMRC for Aspect Sentiment Triplet Extraction (2022.naacl-main)
Copied to clipboard
| Challenge: | Aspect sentiment triplet extraction (ASTE) is a challenging subtask in aspect-based sentiment analysis. |
| Approach: | They propose a bidirectional machine reading comprehension method to extract triplets of aspects, opinions and sentiments with complex correspondence from the context. |
| Outcome: | The proposed method achieves state-of-the-art on multiple benchmark datasets. |
A Span-level Bidirectional Network for Aspect Sentiment Triplet Extraction (2022.emnlp-main)
Copied to clipboard
| Challenge: | Aspect Sentiment Triplet Extraction (ASTE) is a new fine-grained sentiment analysis task . recent studies have focused on solving aspects term extraction, opinion term extraction and aspect-level sentiment classification tasks individually or in combination of two subtasks. |
| Approach: | They propose a span-level bidirectional network which utilizes all possible spans as input and extracts triplets from spans bidirectionally. |
| Outcome: | The proposed framework outperforms state-of-the-art methods and improves performance . it can extract triplets of aspect terms, sentiments, and opinion terms from review sentences . |
Dual-Channel Span for Aspect Sentiment Triplet Extraction (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to extract sentiment triplets are too noisy and enumerate all possible spans. |
| Approach: | They propose a dual-channel span generation method to constrain the search space of span candidates. |
| Outcome: | The proposed method reduces span enumeration by nearly half on two versions of public datasets. |