Node Classification

1.Cora dataset is derived from a multi-group citation network, and the two-group subgraphs are selected for tasks such as graph neural network node classification. The dataset contains sparse Bag-of-Words feature vectors as node attributes, and the labels are mostly academic paper topic categories or fields. This subgraph focuses on the influence of graph structure and node characteristics on model prediction, which provides a reliable experimental benchmark for the research of multi-step adversarial attacks and defense strategies.

Categories:
98 Views

The python code of Graph Neural Network (GRN). Recent studies have shown that the predictive performance of graph neural networks (GNNs) is inconsistent and varies across different experimental runs, even with identical parameters. The prediction variability limits GNNs' applicability, and the underlying reasons remain unclear. We have identified a key factor contributing to this issue: the oscillation of some nodes' predicted classes during GNN training.

Categories:
12 Views

The RAHG experimental data includes six public datasets and one self-built dataset. The experimental process of RAHG on these seven datasets is also recorded in it

Categories:
68 Views

The RAHG experimental data includes four public datasets and one self-built dataset. The experimental process of RAHG on these five datasets is also recorded.

Categories:
34 Views