LLMs can segment boundary-less languages directly from prompts, and the LLACA method distills this ability into a fast automaton that beats prior unsupervised Chinese word segmentation.
Seeking Common but Distinguishing Difference, A Joint Aspect-based Sentiment Analysis Model
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Aspect-based sentiment analysis (ABSA) task consists of three typical subtasks: aspect term extraction, opinion term extraction, and sentiment polarity classification. These three subtasks are usually performed jointly to save resources and reduce the error propagation in the pipeline. However, most of the existing joint models only focus on the benefits of encoder sharing between subtasks but ignore the difference. Therefore, we propose a joint ABSA model, which not only enjoys the benefits of encoder sharing but also focuses on the difference to improve the effectiveness of the model. In detail, we introduce a dual-encoder design, in which a pair encoder especially focuses on candidate aspect-opinion pair classification, and the original encoder keeps attention on sequence labeling. Empirical results show that our proposed model shows robustness and significantly outperforms the previous state-of-the-art on four benchmark datasets.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Segment First or Comprehend First? Explore the Limit of Unsupervised Word Segmentation with Large Language Models
LLMs can segment boundary-less languages directly from prompts, and the LLACA method distills this ability into a fast automaton that beats prior unsupervised Chinese word segmentation.