Commit 5727a44
Let the rescore script measure a benchmark's seed harness, not just a candidate
Re-pinning a baseline and re-scoring a candidate are the same measurement with a
different starting tree, so --seed reuses the whole verified path rather than
introducing a second scorer whose equivalence we would have to argue: plain
harbor run over the explicit test task list, N rounds pooled, no gateway, and no
--agent-timeout-multiplier so harbor's default 1.0 applies exactly as it did when
the baselines were first pinned. Aggregation still matches runs/recompute.py.
The seed is copied out of the benchmark's agent_repo before running so a
measurement cannot mutate the checkout, and __pycache__/.venv/.git are excluded.
Needed because the pinned baselines are of uncertain currency: gaia's seed scored
0.6414 through a run's finalization against a pinned 0.5736. Whether that is a
stale pin or gaia's own variance is what re-measuring settles -- officeqa's first
fresh round already lands at 0.3535 against its pinned 0.3603, which suggests the
pins are healthier than the gaia figure implied.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent d93c696 commit 5727a44
1 file changed
Lines changed: 34 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
200 | 209 | | |
201 | 210 | | |
202 | 211 | | |
| |||
216 | 225 | | |
217 | 226 | | |
218 | 227 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
225 | 250 | | |
226 | 251 | | |
227 | 252 | | |
| |||
273 | 298 | | |
274 | 299 | | |
275 | 300 | | |
276 | | - | |
| 301 | + | |
| 302 | + | |
277 | 303 | | |
278 | 304 | | |
279 | 305 | | |
| |||
0 commit comments