A misworded verdict says which way it is wrong - #749
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: WaylandYang <wayland0916@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pitfall 8 of
docs/design/prior-work.md: a quote that is a substring is not yet support, and a three-way label is more useful than a binary one (Yue et al. 2023: attributable, extrapolatory, contradictory).What lands
Each misworded verdict says which way it is wrong.
scripts/bench/judge_open.mjskeeps its three verdicts and their wording, and runs a second pass over the statements it judgedmisworded, asking for akind:extrapolated(the document states a relationship between the pair, the statement goes beyond it: a qualifier, a time or a detail the document gives for something else or does not give, a phrase that claims more) orcontradicted(the document says otherwise: the direction is reversed, the phrase says what the document denies, the value is another row's or column's). The report prints the split beside the misworded count; the judged JSON carrieskindper statement. The threshold and every earlier number stay comparable because the verdict pass is byte-identical to before.Why a second pass and not a fourth verdict. Both were tried on the same 909 statements of the #748 run, with the same fast judge:
The judge is sensitive to its own wording: rewording the verdicts made it pass six of every seven statements it had faulted, and an extra question in the same call took two points off. The second pass sits inside the unchanged judge's own band and agrees with its two passes on 887 and 899 of 909 verdicts.
The judge's own variance is now a number. Two passes of the unchanged judge on the same statements: misworded 5.0% and 3.6%, 97% of verdicts identical; reads-alone 4.8%, 8.6% and 10.7% across three passes.
docs/design/extraction.mdrecords it: a difference under two points of misworded between two runs is noise, and reads-alone is reported but not compared between single runs. This narrows what the day's earlier comparisons can claim: #744, #745 and #748 differ from each other by less than the judge's band on misworded, and their reads-alone differences are inside it.Not in this change
A calibration set labelled with the kind (the existing one is binary and measures agreement on stated versus not); a stability number for the extraction side, which needs a second extraction of the same documents.
🤖 Generated with Claude Code