Extensible Multi-Granularity Fusion Network and Transferable Curriculum Learning for Aspect-based Sentiment Analysis
Xinran Li, Xiaowei Zhao, Yubo Zhu, Zhiheng Zhang, Zhiqi Huang, Hongkun Song, Jinglu Hu, Xinze Che, Yifan Lyu, Yong Zhou, Xiujuan Xu
TL;DR
This paper tackles fine-grained ABSA by introducing EMGF, a scalable framework that fuses dependency syntax, constituent syntax, semantic attention, and external knowledge through extensible EMSF blocks enhanced by multi-anchor triplet learning and orthogonal projection. It further introduces a task-specific curriculum learning strategy with five difficulty indicators to guide training from easy to hard, improving generalization. Experiments on multiple ABSA datasets show EMGF+CL achieving state-of-the-art performance on several benchmarks, with thorough ablations validating the contributions of each component. The approach offers a practical, extensible pathway for integrating diverse linguistic features without prohibitive computation, benefiting real-world ABSA systems.
Abstract
Aspect-based Sentiment Analysis (ABSA) aims to determine sentiment polarity toward specific aspects in text. Existing methods enrich semantic and syntactic representations through external knowledge or GNNs, but the growing diversity of linguistic features increases model complexity and lacks a unified, extensible framework. We propose an Extensible Multi-Granularity Fusion Network (EMGF) that integrates dependency syntax, constituent syntax, attention-based semantics, and external knowledge graphs. EMGF employs multi-anchor triplet learning and orthogonal projection to effectively fuse multi-granularity features and strengthen their interactions without additional computational overhead. Furthermore, we introduce the first task-specific curriculum learning framework for text-only ABSA, which assigns difficulty scores using five indicators and trains the model from easy to hard to mimic human learning and improve generalization. Experiments on SemEval 2014, Twitter, and MAMS datasets show that EMGF+CL consistently outperforms state-of-the-art ABSA models.
