README: code/exp/pipeline (chance.py + deps) added; re-download code/
Browse files
README.md
CHANGED
|
@@ -8,6 +8,13 @@ companion dataset `GMLRVigil/BenchCheck-Pool-Frames` (public).
|
|
| 8 |
Produce: `results/pool/step1/*.jsonl`, `results/pool/step2/*.jsonl`, `results/pool/step3/*.jsonl`
|
| 9 |
(one row per item, append-only, resumable), packed and uploaded as described in section 8.
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
## 1. What the three steps do (do not change any of it)
|
| 12 |
|
| 13 |
Items: multiple-choice questions of 139 video benchmarks (299,366 after the step-0 dedup, table in
|
|
|
|
| 8 |
Produce: `results/pool/step1/*.jsonl`, `results/pool/step2/*.jsonl`, `results/pool/step3/*.jsonl`
|
| 9 |
(one row per item, append-only, resumable), packed and uploaded as described in section 8.
|
| 10 |
|
| 11 |
+
**Fix 2026-09-11:** the first upload of `supplement_20260910/code/` (and of the main package's `code/`) lacked
|
| 12 |
+
`code/exp/pipeline/` (chance.py, scoring.py, stage_d_blind.py). `pool_steps.eligible` imports
|
| 13 |
+
`chance._yes_no_options` (the yes/no-option rule of 2026-09-10) from that folder, so `--plan-only` and the run stop with
|
| 14 |
+
`ModuleNotFoundError: No module named 'chance'`. Both repos now carry the folder; re-download
|
| 15 |
+
`supplement_20260910/code/` and copy it over `pool/code/` (the three files are verbatim copies of our pipeline, the
|
| 16 |
+
screening rule is unchanged). Nothing else in the package changed.
|
| 17 |
+
|
| 18 |
## 1. What the three steps do (do not change any of it)
|
| 19 |
|
| 20 |
Items: multiple-choice questions of 139 video benchmarks (299,366 after the step-0 dedup, table in
|