docs(evals): align model-judge calibration policy#13
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 101772e872
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| - include deterministic evidence first; | ||
| - include pointwise evidence only after deterministic evidence for the same review context exists; | ||
| - include counts for `covered`, `partial`, `missing`, `contradicted`, and `unknown`; |
There was a problem hiding this comment.
Align report-count policy with generated reports
In this repo, pnpm eval:report uses compileReport, which builds the Item verdicts summary from only the verdicts present in pointwiseResult.items (see evals/adapter.mjs:997-1007), so zero-count categories are omitted. Under this new policy, a report with no unknown or no partial verdicts will not actually include counts for all five categories, making reviewers unable to distinguish zero from not reported under the documented v0.1.5 calibration policy. Please either emit all five categories with zeroes or relax the policy to observed verdict counts.
Useful? React with 👍 / 👎.
Summary
Verification
Notes
Docs/package migration only. PRD/product judge semantics remain local. Provider-backed commands remain outside pnpm check and CI.