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

wrong example for guide homepage. #50

Open
Shi-Jialiang opened this issue Oct 29, 2024 · 4 comments
Open

wrong example for guide homepage. #50

Shi-Jialiang opened this issue Oct 29, 2024 · 4 comments

Comments

@Shi-Jialiang
Copy link

Sorry, but shouldn’t the example on the homepage of LightGCN's default dataset be Gowalla (not Yelp)?

@Shi-Jialiang
Copy link
Author

30581730177390_ pic

@Re-bin
Copy link
Collaborator

Re-bin commented Oct 30, 2024

Hi 👋!

Thanks for pointing that out! I will fix the typo on the homepage :)

Best regards,
Xubin

@Shi-Jialiang
Copy link
Author

Shi-Jialiang commented Oct 30, 2024

Hi,

Thank you for your response!

I have another related question: I’m using your LightGCN, and my results are recall@20: 0.2258 and ndcg@20: 0.1451. However, the results in the LightGCN paper are 0.1830 and 0.1554.

Is it acceptable for there to be some variation in these values? Thank you!

@Re-bin
Copy link
Collaborator

Re-bin commented Oct 30, 2024

Hi,

This is because the SSLRec paper and the LightGCN paper use two different datasets (with differing numbers of users, items, and interactions), although both are processed from the Gowalla data.

Additionally, the training strategy differs from the original LightGCN code. In SSLRec, we also use validation data for early stopping to avoid overfitting.

Hope the answer is helpful to you :)

Best regards,
Xubin

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