SauravMaheshkar commited on
Commit
56b1bd7
1 Parent(s): f7ac0ee

docs: cite original paper

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -26,6 +26,8 @@ dataset, _ = dgl.load_graphs("./data/processed/chameleon.bin")
26
 
27
  Thank you [@severo](https://huggingface.co/severo) for helping me [figure out the usage](https://discuss.huggingface.co/t/can-i-use-a-pickle-file-with-the-data-files-argument-with-datasets/72189/2?u=sauravmaheshkar).
28
 
 
 
29
  ## Citations
30
 
31
  ```
 
26
 
27
  Thank you [@severo](https://huggingface.co/severo) for helping me [figure out the usage](https://discuss.huggingface.co/t/can-i-use-a-pickle-file-with-the-data-files-argument-with-datasets/72189/2?u=sauravmaheshkar).
28
 
29
+ Pre-processed as per the official codebase of https://arxiv.org/abs/2210.02016
30
+
31
  ## Citations
32
 
33
  ```