Add eval v2: eval_metadata.json — cross-survey authority labels
Browse files- eval_v2/eval_metadata.json +26 -0
eval_v2/eval_metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eval_version": "v2.0",
|
| 3 |
+
"method": "cross-survey-authority",
|
| 4 |
+
"description": "Papers with \u226530 in-corpus references used as survey proxies. Labels based on how many surveys cite each paper (authority signal). Hard negatives are papers cited by OTHER surveys but not this one.",
|
| 5 |
+
"data_source": "siddhm11/researchit-reranker-data/citations/citations.parquet",
|
| 6 |
+
"num_surveys": 500,
|
| 7 |
+
"num_eval_surveys": 14,
|
| 8 |
+
"num_train_surveys": 486,
|
| 9 |
+
"total_rows": 60574,
|
| 10 |
+
"hard_negatives_per_query": 30,
|
| 11 |
+
"min_references": 30,
|
| 12 |
+
"label_scheme": {
|
| 13 |
+
"4": "Essential (\u226510 surveys cite this paper)",
|
| 14 |
+
"3": "Relevant (\u22655 surveys cite this paper)",
|
| 15 |
+
"2": "Useful (\u22652 surveys cite this paper)",
|
| 16 |
+
"1": "Niche (only 1 survey cites this paper)",
|
| 17 |
+
"0": "Hard negative (cited by other surveys, NOT this one)"
|
| 18 |
+
},
|
| 19 |
+
"label_distribution": {
|
| 20 |
+
"2": 14664,
|
| 21 |
+
"1": 24112,
|
| 22 |
+
"3": 4085,
|
| 23 |
+
"4": 2713,
|
| 24 |
+
"0": 15000
|
| 25 |
+
}
|
| 26 |
+
}
|