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

Hyperparameters for All Datasets #2

Open
Jiahao004 opened this issue Aug 7, 2023 · 1 comment
Open

Hyperparameters for All Datasets #2

Jiahao004 opened this issue Aug 7, 2023 · 1 comment

Comments

@Jiahao004
Copy link

Hi, may I ask for the hyperparameters for all datasets?

I am able to reproduce the results for acm and dblp two datasets, but not for aminer and freebase. I typically use the command
/ python3 -W ignore main.py --dataset $dataset --gpu 1
for the experiments, however, for aminer and freebase datasets, it continues give the results like
/Macro-F1: 0.1813 | Micro-F1: 0.5486 | NMI: 0.0078 | ARI: 0.0084
May I ask for your help?

@Zehong-Wang
Copy link
Owner

Zehong-Wang commented Aug 9, 2023

Hello, we locate the mistake in the preprocessing of the dataset. We update the dataset.py file by removing the node feature normalization in pre-processing. Notice to use Mean as the feature combiner for IMDB, Aminer, FreeBase, and Concat for ACM and DBLP. E.g.,

python main.py --dataset aminer --combine mean

We do not make much effort on hyper-parameter tuning. The results reported in the paper can be readily achieved (or approached), even using the default hyper-parameters, on the fixed datasets.py.

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