SmolDataEnvs: fill empty file lists in 424 rows
files: [] appears in 424 rows: 398/5,000 train, 15/144 eval, and 11/250 test. Every row has data, but single-program prompts built from files listed no file names.
| Rows | Before | This PR |
|---|---|---|
| 213 | instruction has placeholder; no file name appears anywhere in row |
Add every staged file's flattened basename to files and instruction's list |
| 211 | instruction names files, but files is empty |
Add named, staged files to files |
Only these 424 rows change, in files and the 213 placeholder instructions. Schema, metadata, and parquet layout stay the same. No empty files list or placeholder remains.
In a check with base Qwen3-32B that listed every staged file, 38 affected tasks (15 eval, 23 from GRPO training) went from 0/304 to 79/304 correct. The companion GitHub PR has details: https://github.com/adithya-s-k/FineEnvs/pull/21.
Testing
File names from the 211 instruction-list rows were verified against staged files. On test, 11 rows change for the single-program prompt; instruction changes only for the 5 placeholder rows. Single-program test scores can move.
