siddhm11 commited on
Commit
572f59a
·
verified ·
1 Parent(s): 188904e

Add eval v2 baseline results: Random, CitationCount, Authority, Oracle

Browse files
Files changed (1) hide show
  1. eval_v2/baseline_results.json +34 -0
eval_v2/baseline_results.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Random": {
3
+ "ndcg@10": 0.2356007693537951,
4
+ "ndcg@20": 0.28623756194237415,
5
+ "recall@10": 0.09814778122390956,
6
+ "recall@20": 0.1807424872456223,
7
+ "mrr": 0.27716893977657625,
8
+ "hard_neg_auc": 0.5038769341689513
9
+ },
10
+ "CitationCount": {
11
+ "ndcg@10": 0.8371213865854543,
12
+ "ndcg@20": 0.845007872726202,
13
+ "recall@10": 0.6088573594824376,
14
+ "recall@20": 0.8113698012659137,
15
+ "mrr": 0.8763897796305204,
16
+ "hard_neg_auc": 0.6276539692581936
17
+ },
18
+ "Authority": {
19
+ "ndcg@10": 0.9290484974394048,
20
+ "ndcg@20": 0.936816200145299,
21
+ "recall@10": 0.6962247745361414,
22
+ "recall@20": 0.8757488974002063,
23
+ "mrr": 0.9108367626886145,
24
+ "hard_neg_auc": 0.6462943537573617
25
+ },
26
+ "Oracle": {
27
+ "ndcg@10": 1.0,
28
+ "ndcg@20": 1.0,
29
+ "recall@10": 0.7088283313385859,
30
+ "recall@20": 0.8794209924851129,
31
+ "mrr": 0.9382716049382716,
32
+ "hard_neg_auc": 1.0
33
+ }
34
+ }