KEMFF: A Knowledge-Enhanced and Multidimensional Feature Fusion Model for Aspect-Based Sentiment Analysis
Shuangshuang Yang, Peilun Liu, Wenlong ZhuAspect-based Sentiment Analysis (ABSA) is a fine-grained sentiment classification task that aims to predict the sentiment polarity associated with aspect terms in sentences. Traditional methods based on syntactic and semantic dependency trees are insufficient for capturing contextual sentence features. To address this, we propose a Knowledge-Enhanced and Multidimensional Feature Fusion (KEMFF) model for ABSA, which captures sentiment feature representations across multiple dimensions, including syntax, semantics, and knowledge. First, the pre-trained model RoBERTa is used to obtain embeddings of sentences and aspect terms. Then, a syntactic dependency parser and a graph convolutional network are utilized to learn syntactic features. Meanwhile, an Abstract Meaning Representation (AMR)-based parser is employed to construct semantic relations, and axial attention is used to aggregate incoming and outgoing semantic dependencies. Furthermore, external knowledge is embedded, and an attention mechanism is employed to obtain aspect-specific knowledge representations, thereby complementing syntactic and semantic representations with external lexical knowledge. Finally, multidimensional features are fused and passed to a softmax classifier for predicting sentiment polarities. Unlike previous models that mainly focus on either syntax–semantic fusion or knowledge-enhanced graph propagation, KEMFF explicitly models syntax, semantics, and lexical knowledge in three parallel branches and aligns them into a unified aspect-level representation. Experiments on Laptop14, Restaurant14, and Twitter datasets show that KEMFF achieves the best performance among the compared baselines on Laptop14 and Restaurant14, and it obtains competitive results on Twitter.