imbalance ratio
- Asia > China > Guangdong Province > Shenzhen (0.04)
- Asia > China > Hong Kong (0.04)
- Asia > China > Fujian Province > Xiamen (0.04)
- Asia > China > Guangdong Province > Guangzhou (0.04)
- Research Report > Experimental Study (0.93)
- Research Report > New Finding (0.93)
- Asia > Middle East > Jordan (0.04)
- Asia > China > Guangdong Province > Shenzhen (0.04)
- Asia > Middle East > Jordan (0.04)
- Asia > China > Guangdong Province > Shenzhen (0.04)
- North America > United States (0.14)
- Asia > China (0.04)
Co-ModalityGraphContrastiveLearning forImbalanced NodeClassification-Appendix
InCM-GCL, we can either takethe textfeaturexT orthe image featurexI asthe content feature, and consider the corresponding text encoderfT or image encoderfI as the content encoder. In this section, we discuss the settings of baseline models for imbalanced node classification over fourgraphs. G1: We convert the rich text content into the bag-of-words feature vectors, and further feed the feature vectors with different imbalance ratios to a two-layer MLP [7] classifier to get the classification results. For AMiner, YelpChi, and GitHub graph datasets, we implement CHI-Square [11]toselect useful feature words. G2: We implement three graph neural network based representation learning models including GCN [5], GAT [9], and GraphSAGE [2] to learn the node embeddings by leveraging both node feature (bag-of-words feature vector) andgraph structure information.