[BUG] Change all npz files into the new format and add LICENSE files
Closed this issue · 4 comments
TODO
I added a TODO list here for us to check the progress:
data
- FB13
- FB15K
- FB15K237
- NELL-995
- WN11
- WN18
- WN18RR
- YAGO3-10
- actor
- arxiv-year
- chameleon
- cifar
- citeseer
- cora
- cornell
- genius
- mnist
- ogbg-molbace
- ogbg-molclintox
- ogbg-molfreesolv
- ogbg-molhiv
- ogbg-molmuv
- ogbg-molpcba
- ogbg-molsider
- ogbl-collab
- ogbn-arxiv
- ogbn-mag
- ogbn-products
- ogbn-proteins
@StevenGolden1203
- penn94
- pokec
- pubmed
- snap-patents
- squirrel
- texas
- twitch-gamers
- wiki
- Wisconsin
license
- FB13
- FB15K
- FB15K237
- NELL-995
- WN11
- WN18
- WN18RR
- YAGO3-10
- actor
- arxiv-year
- chameleon
- cifar
- citeseer
- cora
- cornell
- genius
- mnist
- ogbg-molbace
- ogbg-molclintox
- ogbg-molfreesolv
- ogbg-molhiv
- ogbg-molmuv
- ogbg-molpcba
- ogbg-molsider
- ogbl-collab
- ogbn-arxiv
- ogbn-mag
- ogbn-products
- ogbn-proteins
@StevenGolden1203
- penn94
- pokec
- pubmed
- snap-patents
- squirrel
- texas
- twitch-gamers
- wiki
- wisconsin
Here is a reminder that we can add the LICENSE at the same time.
@xingjian-zhang, @jupiterepoch, @StevenGolden1203
I've completed my part for both the npz files (#367) and the LICENSE files (#371). Adding a LICENSE to a dataset turns to be a bit complicated.
For now, let's try to do the following for adding LICENSE (more details can be found in the comments of PR #371):
- Update
README.md
1.1) For each version of the dataset listed in README.md, add a website link to the dataset.
1.2) For each version of the dataset listed in README.md, add a license link to the dataset. If there is no license found for that version of dataset, mark it as "LICENSE: missing".
See pubmed README as an example:
- Add a
LICENSE
file. If the "Current Version" source has a license, copy that license to theLICENSE
file. Otherwise, add an emptyLICENSE
file (even if the "Original Source" or a "Previous Version" has a license).
Fixed by a series of PRs.