Dynamic Order Template Prediction for Generative Aspect-Based Sentiment Analysis

๐Ÿ“… 2024-06-17
๐Ÿ›๏ธ arXiv.org
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

137K/year
๐Ÿค– AI Summary
Existing static template-based approaches for aspect-based sentiment analysis (ABSA) struggle to capture interdependencies among sentiment tuple elements (e.g., aspect, opinion, sentiment polarity), while multi-view prompting methods suffer from inefficient inference and poor out-of-distribution robustness. To address these limitations, this paper proposes a dynamic sequential template mechanism that adaptively selects the optimal template sequence per instance based on prediction entropy, thereby jointly optimizing both diversity and relevance. Our approach introduces, for the first time, an entropy-driven dynamic view generation strategy, integrating generative modeling, dynamic template learning, and multi-task joint decoding. Extensive experiments on the ASQP and ACOS benchmarks demonstrate significant F1-score improvements, substantial reduction in inference latency, andโ€”cruciallyโ€”the first simultaneous achievement of state-of-the-art accuracy and efficiency in ABSA.

Technology Category

Application Category

๐Ÿ“ Abstract
Aspect-based sentiment analysis (ABSA) assesses sentiments towards specific aspects within texts, resulting in detailed sentiment tuples. Previous ABSA models often use static templates to predict all of the elements in the tuples, and these models often fail to accurately capture dependencies between elements. Multi-view prompting method improves the performance of ABSA by predicting tuples with various templates and then ensembling the results. However, this method suffers from inefficiencies and out-of-distribution errors. In this paper, we propose a Dynamic Order Template (DOT) method for ABSA, which dynamically generates necessary views for each instance based on instance-level entropy. Ensuring the diverse and relevant view generation, our proposed method improves F1-scores on ASQP and ACOS datasets while significantly reducing inference time.
Problem

Research questions and friction points this paper is trying to address.

Improves aspect-based sentiment analysis accuracy
Reduces inefficiencies in multi-view prompting
Dynamically generates relevant views per instance
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic Order Template for ABSA
Instance-level entropy for view generation
Improves F1-scores and reduces time
๐Ÿ”Ž Similar Papers
No similar papers found.