summaryrefslogtreecommitdiff
path: root/results
diff options
context:
space:
mode:
Diffstat (limited to 'results')
-rw-r--r--results/protocol_audit/ablation_decision_utility.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/results/protocol_audit/ablation_decision_utility.json b/results/protocol_audit/ablation_decision_utility.json
new file mode 100644
index 0000000..06f4b66
--- /dev/null
+++ b/results/protocol_audit/ablation_decision_utility.json
@@ -0,0 +1,69 @@
+{
+ "table": {
+ "bp": {
+ "S0": "no walk-back (acc only)",
+ "S1": "no walk-back (looks fine)",
+ "S2": "no walk-back",
+ "S3": "no walk-back",
+ "S4": "no walk-back",
+ "S5": "no walk-back",
+ "S_full": "no walk-back"
+ },
+ "dfa": {
+ "S0": "no walk-back (acc only)",
+ "S1": "no walk-back (looks fine)",
+ "S2": "WALK-BACK: (a)scale",
+ "S3": "WALK-BACK: (b)floor",
+ "S4": "no walk-back",
+ "S5": "WALK-BACK: (d)passive",
+ "S_full": "WALK-BACK: (a)scale + (b)floor + (d)passive"
+ },
+ "state_bridge": {
+ "S0": "no walk-back (acc only)",
+ "S1": "no walk-back (looks fine)",
+ "S2": "WALK-BACK: (a)scale",
+ "S3": "WALK-BACK: (b)floor",
+ "S4": "WALK-BACK: (c)drift",
+ "S5": "WALK-BACK: (d)passive",
+ "S_full": "WALK-BACK: (a)scale + (b)floor + (c)drift + (d)passive"
+ },
+ "credit_bridge": {
+ "S0": "no walk-back (acc only)",
+ "S1": "no walk-back (looks fine)",
+ "S2": "WALK-BACK: (a)scale",
+ "S3": "WALK-BACK: (b)floor",
+ "S4": "WALK-BACK: (c)drift",
+ "S5": "WALK-BACK: (d)passive",
+ "S_full": "WALK-BACK: (a)scale + (b)floor + (c)drift + (d)passive"
+ },
+ "ep": {
+ "S0": "no walk-back (acc only)",
+ "S1": "no walk-back (looks fine)",
+ "S2": "no walk-back",
+ "S3": "no walk-back",
+ "S4": "no walk-back",
+ "S5": "no walk-back",
+ "S_full": "no walk-back"
+ }
+ },
+ "strategies": {
+ "S0": "headline acc only",
+ "S1": "+ \u0393 (field standard)",
+ "S2": "+ diagnostic (a) \u2016h_l\u2016",
+ "S3": "+ diagnostic (b) \u2016g_l\u2016",
+ "S4": "+ diagnostic (c) stability",
+ "S5": "+ diagnostic (d) frozen baseline",
+ "S_full": "full protocol"
+ },
+ "summary": {
+ "missed_by_S1": [
+ "dfa",
+ "state_bridge",
+ "credit_bridge"
+ ],
+ "trustworthy_by_S_full": [
+ "bp",
+ "ep"
+ ]
+ }
+} \ No newline at end of file