jwu323 commited on
Commit
bd5cad6
·
verified ·
1 Parent(s): 5f8cf6a

Clarify FlowBench Harbor scoring boundary

Browse files
Files changed (1) hide show
  1. harbor/README.md +3 -3
harbor/README.md CHANGED
@@ -14,9 +14,9 @@ Files intentionally excluded from this public package:
14
  - strict verifier expected files
15
  - model result logs and generated transcripts
16
 
17
- Official benchmark scores should be computed with a private evaluator pack or a
18
- freshly generated held-out split. Publishing fixed labels for the official split
19
- would make hard-coded benchmark submissions possible.
20
 
21
  For public runs, freeze prompts and adapters before scoring and reject
22
  task-id-specific lookup logic. Public Harbor results are smoke-test results, not
 
14
  - strict verifier expected files
15
  - model result logs and generated transcripts
16
 
17
+ Official-style or private benchmark scores should be computed with a private
18
+ evaluator pack or a freshly generated held-out split. Publishing fixed labels
19
+ for the official split would make hard-coded benchmark submissions possible.
20
 
21
  For public runs, freeze prompts and adapters before scoring and reject
22
  task-id-specific lookup logic. Public Harbor results are smoke-test results, not