SmolDataEnvs: fill empty file lists in 424 rows

#2
by thegovind - opened

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.

Base Qwen3-32B on 38 empty-file tasks: no files listed 0/304 (0%), directory listing (GitHub #21) 42/304 (14%), files named (this PR) 79/304 (26%). Groups with GRPO signal: 0/38, 3/38, 9/38.

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.

thegovind changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment