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

Inductive learning on Reddit #13

Open
sunisfighting opened this issue Mar 27, 2022 · 1 comment
Open

Inductive learning on Reddit #13

sunisfighting opened this issue Mar 27, 2022 · 1 comment

Comments

@sunisfighting
Copy link

Hi, @rusty1s , thanks for your really great job and wonderful codes!!! I am recently doing some jobs about Graph Representation Learning and I am working on Reddit dataset. It seems you deal with the dataset in the way of semi-supervised transductive node classification just like for Cora ,Citeseer, and Pubmed? I am a little confused about if we should split the whole dataset into training/validation/testing graph and then use metis to partition them seperately in the setting of inductive learning? I am looking forward to receiving your reply!! Thanks very much!!

@rusty1s
Copy link
Owner

rusty1s commented Mar 28, 2022

Thanks for your interest. It is correct that we do not treat Reddit as inductive (I found out that some works do while others do not). If you want to apply GAS on Reddit in an inductive learning scenario, you can simply do so via

train_data = data.subgraph(data.train_mask)

and train via train_data rather than data.

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