SauravMaheshkar commited on
Commit
3b29adf
1 Parent(s): 24ad60b

docs: update dataset card

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
+ task_categories:
4
+ - graph-ml
5
+ tags:
6
+ - chemistry
7
+ configs:
8
+ - config_name: transductive
9
+ data_files:
10
+ - split: train
11
+ path: "processed/transductive/train_df.csv"
12
+ - split: valid
13
+ path: "processed/transductive/val_df.csv"
14
+ - split: test
15
+ path: "processed/transductive/test_df.csv"
16
+ - config_name: inductive
17
+ data_files:
18
+ - split: train
19
+ path: "processed/inductive/train_df.csv"
20
+ - split: valid
21
+ path: "processed/inductive/val_df.csv"
22
+ - split: test
23
+ path: "processed/inductive/test_df.csv"
24
+ - config_name: raw
25
+ data_files: "raw/*.txt"
26
  ---
27
+
28
+ Source Paper: https://arxiv.org/abs/1802.06916
29
+
30
+ ### Citation
31
+
32
+ ```misc
33
+ @article{Benson-2018-simplicial,
34
+ author = {Benson, Austin R. and Abebe, Rediet and Schaub, Michael T. and Jadbabaie, Ali and Kleinberg, Jon},
35
+ title = {Simplicial closure and higher-order link prediction},
36
+ year = {2018},
37
+ doi = {10.1073/pnas.1800683115},
38
+ publisher = {National Academy of Sciences},
39
+ issn = {0027-8424},
40
+ journal = {Proceedings of the National Academy of Sciences}
41
+ }
42
+ ```