henribonamy commited on
Commit
ac2ecf6
·
verified ·
1 Parent(s): dccfef6

Upload evaluation_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. evaluation_results.json +23 -23
evaluation_results.json CHANGED
@@ -2,25 +2,25 @@
2
  "chameleon": {
3
  "node_classification": {
4
  "full": {
5
- "accuracy": 0.4818880351262349,
6
- "macro_f1": 0.47624085126413584
7
  },
8
  "few_shot": {
9
- "accuracy": 0.29527991218441274,
10
- "macro_f1": 0.284838231862657
11
  },
12
  "zero_shot": {
13
- "accuracy": 0.4818880351262349,
14
- "macro_f1": 0.47624085126413584
15
  },
16
  "baselines_from_scratch": {
17
  "gcn": {
18
- "accuracy": 0.43578485181119647,
19
- "macro_f1": 0.4377091245811397
20
  },
21
  "gat": {
22
- "accuracy": 0.4950603732162459,
23
- "macro_f1": 0.49708641963398603
24
  }
25
  },
26
  "node2vec": {
@@ -29,39 +29,39 @@
29
  },
30
  "link_prediction": {
31
  "netfm": {
32
- "auc": 0.9704216577761278,
33
- "ap": 0.9705782792364611
34
  },
35
  "baselines": {
36
  "common_neighbors": {
37
- "auc": 0.9499407318776318,
38
- "ap": 0.9455877239861206
39
  },
40
  "jaccard": {
41
- "auc": 0.900049159262159,
42
- "ap": 0.870058981527582
43
  },
44
  "adamic_adar": {
45
- "auc": 0.9559339009427882,
46
- "ap": 0.9551782910454006
47
  },
48
  "preferential_attachment": {
49
- "auc": 0.8993671911219007,
50
- "ap": 0.9047502713340917
51
  }
52
  }
53
  },
54
  "community_detection": {
55
  "netfm": {
56
- "nmi": 0.06647372314986427
57
  }
58
  },
59
  "centrality_estimation": {
60
  "betweenness": {
61
- "spearman": 0.4408281068609007
62
  },
63
  "pagerank": {
64
- "spearman": 0.7659884576611518
65
  }
66
  }
67
  }
 
2
  "chameleon": {
3
  "node_classification": {
4
  "full": {
5
+ "accuracy": 0.49396267837541163,
6
+ "macro_f1": 0.4919281168994664
7
  },
8
  "few_shot": {
9
+ "accuracy": 0.3391877058177827,
10
+ "macro_f1": 0.3440657394114636
11
  },
12
  "zero_shot": {
13
+ "accuracy": 0.49396267837541163,
14
+ "macro_f1": 0.4919281168994664
15
  },
16
  "baselines_from_scratch": {
17
  "gcn": {
18
+ "accuracy": 0.45993413830954993,
19
+ "macro_f1": 0.4636383763206652
20
  },
21
  "gat": {
22
+ "accuracy": 0.5071350164654226,
23
+ "macro_f1": 0.5076821212128049
24
  }
25
  },
26
  "node2vec": {
 
29
  },
30
  "link_prediction": {
31
  "netfm": {
32
+ "auc": 0.9735047639566713,
33
+ "ap": 0.973569014750926
34
  },
35
  "baselines": {
36
  "common_neighbors": {
37
+ "auc": 0.9526579858071987,
38
+ "ap": 0.9486464214355297
39
  },
40
  "jaccard": {
41
+ "auc": 0.9010024411310381,
42
+ "ap": 0.8674980356483274
43
  },
44
  "adamic_adar": {
45
+ "auc": 0.9589756579415628,
46
+ "ap": 0.9590969102707533
47
  },
48
  "preferential_attachment": {
49
+ "auc": 0.9016030574733428,
50
+ "ap": 0.9088454537202577
51
  }
52
  }
53
  },
54
  "community_detection": {
55
  "netfm": {
56
+ "nmi": 0.08913541296884675
57
  }
58
  },
59
  "centrality_estimation": {
60
  "betweenness": {
61
+ "spearman": 0.23595245434970097
62
  },
63
  "pagerank": {
64
+ "spearman": 0.7363226968560062
65
  }
66
  }
67
  }