Create evaluation_protocol.md
Browse files- evaluation_protocol.md +25 -0
evaluation_protocol.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Evaluation Protocol
|
| 2 |
+
|
| 3 |
+
Models are evaluated using three standard configurations.
|
| 4 |
+
|
| 5 |
+
## Single-Dataset Evaluation
|
| 6 |
+
|
| 7 |
+
Train and evaluate on the same dataset.
|
| 8 |
+
|
| 9 |
+
Measures regime-specific performance.
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
## Cross-Regime Transfer
|
| 14 |
+
|
| 15 |
+
Train on one regime and evaluate on another.
|
| 16 |
+
|
| 17 |
+
Measures ability to generalize stability reasoning.
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
## Multi-Regime Training
|
| 22 |
+
|
| 23 |
+
Train on multiple datasets simultaneously.
|
| 24 |
+
|
| 25 |
+
Evaluate whether the model can learn shared stability representations.
|