ClarusC64 commited on
Commit
38d3f17
·
verified ·
1 Parent(s): 19b52f9

Create transfer_score.md

Browse files
Files changed (1) hide show
  1. transfer_score.md +29 -0
transfer_score.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Transfer Stability Score (TSS)
2
+
3
+ The Transfer Stability Score measures how well a model generalizes stability reasoning across different regimes.
4
+
5
+ ---
6
+
7
+ # Definition
8
+
9
+ TSS = mean(F1_transfer)
10
+
11
+ Where F1_transfer represents F1 scores from cross-regime tests.
12
+
13
+ ---
14
+
15
+ # Interpretation
16
+
17
+ High TSS indicates that a model has learned general instability reasoning.
18
+
19
+ Low TSS suggests the model relies on dataset-specific correlations.
20
+
21
+ ---
22
+
23
+ # Relationship to CSS
24
+
25
+ CSS measures average performance across datasets.
26
+
27
+ TSS measures generalization between regimes.
28
+
29
+ Both metrics should be reported when evaluating models on the Clarus Clinical Stability Benchmark.