Related Experiment Video
Updated: Jun 29, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
Published on: December 6, 2024
Word distance assisted dual graph convolutional networks for accurate and fast aspect-level sentiment analysis
Jiajia Jiao1, Haijie Wang1, Ruirui Shen1
1College of Information Engineering, Shanghai Maritime University, Shanghai, China.
Abstract:
Aspect-level sentiment analysis can provide a fine-grain sentiment classification for inferring the sentiment polarity of specific aspects. Graph convolutional network (GCN) becomes increasingly popular because its graph structure can characterize the words' correlation for extracting more sentiment information. However, the word distance is often ignored and cause the cross-misclassification of different aspects. To address the problem, we propose a novel dual GCN structure to take advantage of word distance, syntactic information, and sentiment knowledge in a joint way. The word distance is not only used to enhance the syntactic dependency tree, but also to construct a new graph with semantic knowledge. Then, the two kinds of word distance assisted graphs are fed into two GCNs for further classification. The comprehensive results on two self-collected Chinese datasets (MOOC comments and Douban book reviews) as well as five open-source English datasets, demonstrate that our proposed approach achieves higher classification accuracy than the state-of-the-art methods with up to 1.81x training acceleration.
Related Concept Videos
Improving Translational Accuracy
Weighted Mean
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
Linear Approximation in Frequency Domain
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
Dimensional Analysis
Conversion Factors and Dimensional Analysis
The unit...
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Mean Absolute Deviation
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...

