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

tgbl-review is not bipartite #95

Open
luyi256 opened this issue Jul 13, 2024 · 1 comment
Open

tgbl-review is not bipartite #95

luyi256 opened this issue Jul 13, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@luyi256
Copy link

luyi256 commented Jul 13, 2024

Hi! Thank you for providing this great benchmark! I found that the dataset tgbl-review is not bipartite. Specifically, there are 352,636 unique nodes in sources with index range from 0 to 352,637), and 298,590 unique nodes in destinationswith the same index range. I also used the is_bipartite function in networks to test, and it returned False.
There may be issues with the source dataset. Thanks for your attention. I really appreciate it!

@shenyangHuang shenyangHuang self-assigned this Jan 6, 2025
@shenyangHuang shenyangHuang added the bug Something isn't working label Jan 6, 2025
@shenyangHuang
Copy link
Owner

Thank you for raising this issue and the delay in the fix. There was an issue with dataloading which caused the graph to be non-bipartite for some set of nodes. This has been fixed and the dataset will be updated to version 3.
The new version of tgbl-review-v3 can be accessed in PR #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants