EvalData commited on
Commit
3cd78d0
·
verified ·
1 Parent(s): a71f445

Upload lofo_primary_endpoint.json

Browse files
Files changed (1) hide show
  1. lofo_primary_endpoint.json +85 -0
lofo_primary_endpoint.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Leave-one-function-out (LOFO) robustness for the primary endpoint \u03c3\u00b2_profile, using intermediary probing on 4 function types \u00d7 5 seeds. For each held-out function, \u03c3\u00b2_profile is averaged across the remaining 3 functions \u00d7 5 seeds. Per-layer R\u00b2 values are clipped to [-0.1, 1.0] before computing variance to prevent outlier complexities from dominating.",
3
+ "artifact_source": "results/phase8a/nonlinear_probing/results_seed*.json",
4
+ "function_types": [
5
+ "bilinear",
6
+ "sinusoidal",
7
+ "quadratic",
8
+ "mixed"
9
+ ],
10
+ "n_seeds": 5,
11
+ "rows": [
12
+ {
13
+ "held_out": "bilinear",
14
+ "remaining_functions": [
15
+ "sinusoidal",
16
+ "quadratic",
17
+ "mixed"
18
+ ],
19
+ "tabpfn_sigma2_mean": 0.08314763579452086,
20
+ "tabpfn_sigma2_std": 0.02155902804656014,
21
+ "tabicl_sigma2_mean": 0.00213302549189897,
22
+ "tabicl_sigma2_std": 0.0024609131437760183,
23
+ "ratio_tabpfn_over_tabicl": 38.98107927463022,
24
+ "n_data_points": 15
25
+ },
26
+ {
27
+ "held_out": "sinusoidal",
28
+ "remaining_functions": [
29
+ "bilinear",
30
+ "quadratic",
31
+ "mixed"
32
+ ],
33
+ "tabpfn_sigma2_mean": 0.07434218875621415,
34
+ "tabpfn_sigma2_std": 0.01950561911530766,
35
+ "tabicl_sigma2_mean": 0.0016964405912595088,
36
+ "tabicl_sigma2_std": 0.0024999233421059935,
37
+ "ratio_tabpfn_over_tabicl": 43.822453399926836,
38
+ "n_data_points": 10
39
+ },
40
+ {
41
+ "held_out": "quadratic",
42
+ "remaining_functions": [
43
+ "bilinear",
44
+ "sinusoidal",
45
+ "mixed"
46
+ ],
47
+ "tabpfn_sigma2_mean": 0.09438366122330637,
48
+ "tabpfn_sigma2_std": 0.015920476289398737,
49
+ "tabicl_sigma2_mean": 0.0031916211901094602,
50
+ "tabicl_sigma2_std": 0.002392119999958379,
51
+ "ratio_tabpfn_over_tabicl": 29.572325661890147,
52
+ "n_data_points": 10
53
+ },
54
+ {
55
+ "held_out": "mixed",
56
+ "remaining_functions": [
57
+ "bilinear",
58
+ "sinusoidal",
59
+ "quadratic"
60
+ ],
61
+ "tabpfn_sigma2_mean": 0.08071705740404204,
62
+ "tabpfn_sigma2_std": 0.02346811565276035,
63
+ "tabicl_sigma2_mean": 0.0015110146943279406,
64
+ "tabicl_sigma2_std": 0.0021209189124033836,
65
+ "ratio_tabpfn_over_tabicl": 53.41910817084599,
66
+ "n_data_points": 10
67
+ },
68
+ {
69
+ "held_out": "NONE",
70
+ "remaining_functions": [
71
+ "bilinear",
72
+ "sinusoidal",
73
+ "quadratic",
74
+ "mixed"
75
+ ],
76
+ "tabpfn_sigma2_mean": 0.08314763579452086,
77
+ "tabpfn_sigma2_std": 0.02155902804656014,
78
+ "tabicl_sigma2_mean": 0.00213302549189897,
79
+ "tabicl_sigma2_std": 0.0024609131437760183,
80
+ "ratio_tabpfn_over_tabicl": 38.98107927463022,
81
+ "n_data_points": 15
82
+ }
83
+ ],
84
+ "conclusion": "The \u03c3\u00b2_profile(TabPFN) >> \u03c3\u00b2_profile(TabICL) ordering is preserved in every LOFO scenario with ratio >30x, confirming the primary-endpoint comparison is not driven by any single function type."
85
+ }