Skip to content

Version-control the real-speech predictions so Table 5 is reproducible #5

Description

@Awshesh12

The real-speech numbers in the paper are transcribed from project evaluation logs (docs/eval-ft-context.md), not from checked-in artefacts. artifacts/ is gitignored, so no prediction file backs any row of Table 5.

The paper's Reproducibility section admits this. It is the weakest point in an otherwise reproducible package, and it is cheap to fix.

What's needed

  • Commit the prediction JSONLs for every system in Table 5 (they are small — one line per utterance)
  • Commit the scorer output alongside them
  • A single make benchmark / run_leaderboard.sh that regenerates the whole table from published checkpoints
  • Decide on a home: 04-evaluation/eval-ft/results/ tracked, rather than artifacts/ ignored

Done when

Table 5 can be regenerated with one command, and the Reproducibility section no longer carries the caveat.

Metadata

Metadata

Assignees

Labels

evaluationEvaluation harness, metrics, benchmarkspaper-blockerMust be resolved before the paper can be submitted

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions