Why this matters for the paper
The current plan uses 5 different eval draws (5 seeds × 200 samples from 1K Hard) to estimate evaluation variance. But there is a separate source of variance: the LoRA weight initialization seed. Two runs with identical data but different init seeds can produce models with meaningfully different behavior, especially with small training sets. If gains appear in one init seed but not another, the result is not reliable.
Scope
Done when
Effort
Medium (3 training runs, same eval pipeline). Run after main result is confirmed.
Good for
Anyone running the next cluster batch.
Why this matters for the paper
The current plan uses 5 different eval draws (5 seeds × 200 samples from 1K Hard) to estimate evaluation variance. But there is a separate source of variance: the LoRA weight initialization seed. Two runs with identical data but different init seeds can produce models with meaningfully different behavior, especially with small training sets. If gains appear in one init seed but not another, the result is not reliable.
Scope
Done when
Effort
Medium (3 training runs, same eval pipeline). Run after main result is confirmed.
Good for
Anyone running the next cluster batch.