Cornada commited on
Commit
fff11ba
·
verified ·
1 Parent(s): de50e99

Upload benchmark_tasks/benchmark_summary.json with huggingface_hub

Browse files
benchmark_tasks/benchmark_summary.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "video_availability_prediction",
4
+ "description": "Predict whether a course includes video lectures from its text description",
5
+ "type": "binary_classification",
6
+ "metric": "F1 (macro), Accuracy",
7
+ "n_total": 1137,
8
+ "n_train": 822,
9
+ "n_dev": 176,
10
+ "n_test": 139,
11
+ "positive_rate": 1.0
12
+ },
13
+ {
14
+ "name": "cross_market_occupation_matching",
15
+ "description": "Match occupations between O*NET and ESCO systems",
16
+ "type": "retrieval / matching",
17
+ "metric": "Recall@k, MRR",
18
+ "n_total": 3039,
19
+ "n_train": 2124,
20
+ "n_dev": 423,
21
+ "n_test": 492
22
+ },
23
+ {
24
+ "name": "ai_exposure_prediction",
25
+ "description": "Predict AI automation exposure score (1-10) from occupation text",
26
+ "type": "regression",
27
+ "metric": "R², MAE, Spearman rho",
28
+ "n_total": 0,
29
+ "n_train": 0,
30
+ "n_dev": 0,
31
+ "n_test": 0,
32
+ "label_mean": 0,
33
+ "label_std": 0
34
+ },
35
+ {
36
+ "name": "cross_lingual_alignment",
37
+ "description": "Align same occupations described in different languages",
38
+ "type": "retrieval / bitext mining",
39
+ "metric": "Recall@1, Recall@5, MRR",
40
+ "n_total": 1500,
41
+ "n_train": 1067,
42
+ "n_dev": 204,
43
+ "n_test": 229,
44
+ "lang_pairs": [
45
+ "en↔uk",
46
+ "sv↔uk",
47
+ "en↔sv"
48
+ ]
49
+ },
50
+ {
51
+ "name": "temporal_drift_prediction",
52
+ "description": "Predict future occupation embedding from 3 historical versions",
53
+ "type": "regression (embedding prediction)",
54
+ "metric": "Cosine similarity, L2 distance to ground truth",
55
+ "n_total": 1016,
56
+ "n_train": 693,
57
+ "n_dev": 176,
58
+ "n_test": 147
59
+ }
60
+ ]