Datasets:
Create benchmark.json
Browse files- benchmark.json +59 -0
benchmark.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"suite": {
|
| 3 |
+
"suite_name": "Clarus Adversarial Stability Benchmark Suite",
|
| 4 |
+
"suite_version": "v1.0",
|
| 5 |
+
"suite_goal": "Evaluate state-space stability intelligence in AI systems",
|
| 6 |
+
"design_rule": "Labels must emerge from multi-variable interactions rather than single-feature correlations"
|
| 7 |
+
},
|
| 8 |
+
|
| 9 |
+
"benchmark": {
|
| 10 |
+
"benchmark_name": "CASSES — Adversarial Instability Detection",
|
| 11 |
+
"benchmark_version": "v0.3",
|
| 12 |
+
"repo": "ClarusC64/casses-adversarial-instability-detection-v0.3",
|
| 13 |
+
"task_type": "instability_detection"
|
| 14 |
+
},
|
| 15 |
+
|
| 16 |
+
"capability_tested": "Detect system instability under deceptive signals and adversarial traps",
|
| 17 |
+
|
| 18 |
+
"target_variable": "label_system_instability",
|
| 19 |
+
|
| 20 |
+
"input_features": [
|
| 21 |
+
"system_pressure",
|
| 22 |
+
"buffer_capacity",
|
| 23 |
+
"intervention_lag",
|
| 24 |
+
"subsystem_coupling",
|
| 25 |
+
"drift_gradient",
|
| 26 |
+
"boundary_distance",
|
| 27 |
+
"recovery_feasibility",
|
| 28 |
+
"regime_competition_ratio"
|
| 29 |
+
],
|
| 30 |
+
|
| 31 |
+
"hidden_generation_fields": [
|
| 32 |
+
"true_instability_state",
|
| 33 |
+
"trajectory_shift",
|
| 34 |
+
"trap_type"
|
| 35 |
+
],
|
| 36 |
+
|
| 37 |
+
"adversarial_traps": [
|
| 38 |
+
"false_stability",
|
| 39 |
+
"boundary_masking",
|
| 40 |
+
"trajectory_aliasing",
|
| 41 |
+
"temporal_alias",
|
| 42 |
+
"intervention_decoy"
|
| 43 |
+
],
|
| 44 |
+
|
| 45 |
+
"evaluation": {
|
| 46 |
+
"metrics": [
|
| 47 |
+
"accuracy",
|
| 48 |
+
"precision",
|
| 49 |
+
"recall",
|
| 50 |
+
"f1",
|
| 51 |
+
"trap_accuracy",
|
| 52 |
+
"false_stability_accuracy",
|
| 53 |
+
"boundary_masking_accuracy",
|
| 54 |
+
"trajectory_aliasing_accuracy"
|
| 55 |
+
],
|
| 56 |
+
"primary_metric": "trap_accuracy",
|
| 57 |
+
"secondary_metric": "false_stability_accuracy"
|
| 58 |
+
}
|
| 59 |
+
}
|