Section 01
Introduction to the Semantic Graph Neural Network Project for Sentiment Analysis
This article introduces an open-source project aimed at unifying Universal Dependency (UD) graphs and Abstract Meaning Representation (AMR) into a general graph structure, using Relational Graph Convolutional Networks (RGCNs) for sentiment analysis. The project deeply applies object-oriented design patterns to build a scalable system, compares the performance of UD and AMR in sentiment analysis, reveals the limitations of pure structural methods, and proposes improvement directions such as hybrid architectures.