Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this semi-supervised learning? #11

Open
RainZ11 opened this issue Feb 24, 2024 · 4 comments
Open

Is this semi-supervised learning? #11

RainZ11 opened this issue Feb 24, 2024 · 4 comments

Comments

@RainZ11
Copy link

RainZ11 commented Feb 24, 2024

Hello, I'd like to ask a question. In many previous papers, the adjacency matrix of GCN includes all nodes, while in this paper, it seems to only include the nodes of the training set. So, isn't this semi-supervised training?

@RainZ11
Copy link
Author

RainZ11 commented Feb 24, 2024

If unlabeled samples are not involved in the training process, wouldn't it mean that we cannot effectively utilize unlabeled samples, and would it have an impact on the results?

@RainZ11
Copy link
Author

RainZ11 commented Feb 24, 2024

Consider an example: in the Cora dataset, with a compression rate of 0.1, the dimension of the adjacency matrix is 14. Does this represent 10% of the training nodes rather than 10% of the entire dataset? This truly troubles me.

@ChandlerBang
Copy link
Owner

In our experiments, we actually consider both transductive (semi-supervised training) and inductive settings.

image

in the Cora dataset, with a compression rate of 0.1, the dimension of the adjacency matrix is 14. Does this represent 10% of the training nodes rather than 10% of the entire dataset

It depends on how you define the compression rate. In Table 2 of our paper, the compression rate is defined as the ratio of condensed graph size (14 nodes) to the original graph size (2710 nodes), which would be 0.5%. Although in the code we have r to be 0.1, it is just for easy implementation and it is different from how we calculate the compression rate in pactice.

Hope this helps. Thanks.

@RainZ11
Copy link
Author

RainZ11 commented Feb 28, 2024

Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants