match_record
Record head-to-head hypothesis outcomes and update Elo ratings. Provide winner and rationale; idempotent per pair and round.
Instructions
Record the outcome of a head-to-head comparison between two hypotheses and apply the Elo update. Compare them on the paper's criteria (correctness, novelty, testability, and how well each survives its reviews) and give the rationale. Idempotent per (pair, round_id): recording the same pair twice under the same round moves no Elo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | pairwise = single comparison. debate = multi-turn scientific debate. Default pairwise. | |
| hyp_a | Yes | First hypothesis id. | |
| hyp_b | Yes | Second hypothesis id. | |
| winner | Yes | Which one wins. There are no draws. | |
| round_id | No | Round label for idempotency. Default 'manual'. Change it to rematch a pair deliberately. | |
| rationale | Yes | Why it won, in the terms the criteria are stated in. |