Fine-Grained Emotion Classification of Chinese Microblogs Based on Graph Convolution Networks
Yuni Lai, Linfeng Zhang, Donghong Han, Rui Zhou, Guoren Wang

TL;DR
This paper introduces a syntax-based graph convolution network for Chinese microblog emotion classification, leveraging dependency parsing and a novel pooling method to improve accuracy over existing models.
Contribution
It proposes a new GCN model utilizing syntax information and a percentile pooling method, along with a new annotated dataset for Chinese emotion classification.
Findings
Achieved 82.32% F-measure, surpassing previous algorithms by 5.90%.
Effectively utilizes dependency parsing for better emotion detection.
Provides an open dataset for Chinese emotion classification.
Abstract
Microblogs are widely used to express people's opinions and feelings in daily life. Sentiment analysis (SA) can timely detect personal sentiment polarities through analyzing text. Deep learning approaches have been broadly used in SA but still have not fully exploited syntax information. In this paper, we propose a syntax-based graph convolution network (GCN) model to enhance the understanding of diverse grammatical structures of Chinese microblogs. In addition, a pooling method based on percentile is proposed to improve the accuracy of the model. In experiments, for Chinese microblogs emotion classification categories including happiness, sadness, like, anger, disgust, fear, and surprise, the F-measure of our model reaches 82.32% and exceeds the state-of-the-art algorithm by 5.90%. The experimental results show that our model can effectively utilize the information of dependency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Text and Document Classification Technologies · Complex Network Analysis Techniques
MethodsConvolution
