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

Data split used in Table 1 #7

Open
zknus opened this issue May 2, 2023 · 0 comments
Open

Data split used in Table 1 #7

zknus opened this issue May 2, 2023 · 0 comments

Comments

@zknus
Copy link

zknus commented May 2, 2023

Hi tk-rusch,

I am confused about how you conduct the random data split in Table 1 of Graphcon paper.
From the description and the test ACC of the baseline model, table 1 follows the same data split ratio in [1], which is 20 per class for training, 30 per class for val and the rest of data for test.
However, from the code,

if use_lcc or not train_mask_exists:
dataset.data = set_train_val_test_split(
12345,
dataset.data,
num_development=5000 if ds == "CoauthorCS" else 1500)

It seems that Graphcon only uses 20 per class for training and the val and test ratio is different with the paper [1].
Can you explain the train/val/test ratio you used in table 1? Thanks very much!

[1] Shchur O, Mumme M, Bojchevski A, et al. Pitfalls of graph neural network evaluation[J]. arXiv preprint arXiv:1811.05868, 2018.

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

1 participant