README: no-schema-legend in every main-run B/C/D command
Browse files
README.md
CHANGED
|
@@ -847,9 +847,14 @@ budget, with the calibrated 512-token reasoning budget:
|
|
| 847 |
|
| 848 |
```bash
|
| 849 |
python -m harness.B.sweep --models all --spatial-code-formats explicit \
|
| 850 |
-
--input-selections <selection*> --frames <frames*> --reasoning-budget 512
|
|
|
|
| 851 |
```
|
| 852 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 853 |
3 configs (3 models × explicit), input selection and frame count fixed from Step 1.
|
| 854 |
`format*` = explicit throughout the remaining steps.
|
| 855 |
*Hypotheses fed*: H1–H3 (vs A and E); B's extended traces are H23's
|
|
@@ -861,7 +866,8 @@ conditioned on H26's certificate.
|
|
| 861 |
|
| 862 |
```bash
|
| 863 |
python -m harness.C.sweep --models all --spatial-code-formats explicit \
|
| 864 |
-
--input-selections <selection*> --frames <frames*> --reasoning-budget 512
|
|
|
|
| 865 |
```
|
| 866 |
|
| 867 |
3 configs (one per model) — every non-model axis is now fixed by Steps 1–3.
|
|
@@ -870,7 +876,8 @@ python -m harness.C.sweep --models all --spatial-code-formats explicit \
|
|
| 870 |
**Step 5 — Plan D: the ground-truth ceiling, run any time after Step 1.**
|
| 871 |
|
| 872 |
```bash
|
| 873 |
-
python -m harness.D.sweep --models all --spatial-code-formats explicit --reasoning-budget 512
|
|
|
|
| 874 |
python -m harness.D.symbolic_eval --spatial-code-format explicit
|
| 875 |
```
|
| 876 |
|
|
@@ -896,11 +903,11 @@ python -m harness.A.sweep --models all --frame-selections <selection*> --frames
|
|
| 896 |
# B under the base 16-token protocol (3 runs) -- completes H7's
|
| 897 |
# protocol x representation grid
|
| 898 |
python -m harness.B.sweep --models all --spatial-code-formats explicit \
|
| 899 |
-
--input-selections <selection*> --frames <frames*> --base-protocol
|
| 900 |
|
| 901 |
# C under the base 16-token protocol, winning format (3 runs)
|
| 902 |
python -m harness.C.sweep --models all --spatial-code-formats explicit \
|
| 903 |
-
--input-selections <selection*> --frames <frames*> --base-protocol
|
| 904 |
|
| 905 |
# The blind floor's extended arm (3 runs) -- the E-base runs happened at Step 1.5;
|
| 906 |
# extended-E is the "does reasoning help with nothing but priors" control for H7
|
|
|
|
| 847 |
|
| 848 |
```bash
|
| 849 |
python -m harness.B.sweep --models all --spatial-code-formats explicit \
|
| 850 |
+
--input-selections <selection*> --frames <frames*> --reasoning-budget 512 \
|
| 851 |
+
--no-schema-legend
|
| 852 |
```
|
| 853 |
|
| 854 |
+
(`--no-schema-legend` on every B/C/D command is the amended main-run prompt design —
|
| 855 |
+
see the prompt amendment in `analysis/preregistration.md`; the legend variants remain
|
| 856 |
+
available as calibration arms only.)
|
| 857 |
+
|
| 858 |
3 configs (3 models × explicit), input selection and frame count fixed from Step 1.
|
| 859 |
`format*` = explicit throughout the remaining steps.
|
| 860 |
*Hypotheses fed*: H1–H3 (vs A and E); B's extended traces are H23's
|
|
|
|
| 866 |
|
| 867 |
```bash
|
| 868 |
python -m harness.C.sweep --models all --spatial-code-formats explicit \
|
| 869 |
+
--input-selections <selection*> --frames <frames*> --reasoning-budget 512 \
|
| 870 |
+
--no-schema-legend
|
| 871 |
```
|
| 872 |
|
| 873 |
3 configs (one per model) — every non-model axis is now fixed by Steps 1–3.
|
|
|
|
| 876 |
**Step 5 — Plan D: the ground-truth ceiling, run any time after Step 1.**
|
| 877 |
|
| 878 |
```bash
|
| 879 |
+
python -m harness.D.sweep --models all --spatial-code-formats explicit --reasoning-budget 512 \
|
| 880 |
+
--no-schema-legend
|
| 881 |
python -m harness.D.symbolic_eval --spatial-code-format explicit
|
| 882 |
```
|
| 883 |
|
|
|
|
| 903 |
# B under the base 16-token protocol (3 runs) -- completes H7's
|
| 904 |
# protocol x representation grid
|
| 905 |
python -m harness.B.sweep --models all --spatial-code-formats explicit \
|
| 906 |
+
--input-selections <selection*> --frames <frames*> --base-protocol --no-schema-legend
|
| 907 |
|
| 908 |
# C under the base 16-token protocol, winning format (3 runs)
|
| 909 |
python -m harness.C.sweep --models all --spatial-code-formats explicit \
|
| 910 |
+
--input-selections <selection*> --frames <frames*> --base-protocol --no-schema-legend
|
| 911 |
|
| 912 |
# The blind floor's extended arm (3 runs) -- the E-base runs happened at Step 1.5;
|
| 913 |
# extended-E is the "does reasoning help with nothing but priors" control for H7
|