Logprob Majority-Consensus Verification
Verifiers feed the original input and the generated token sequence into the agreed model for a single parallel prefill pass.
Following the model’s rules, they check:
- The generated tokens’ log probabilities and rankings.
- The required Top-K candidate distributions.
- Whether each output token is within the allowed candidate set.
These checks help detect model substitution or generation that violates the agreed rules.
For MoE models, Verifiers also compare the expert IDs selected at specified layers and positions. They do not need to regenerate the answer token by token.
Three Verifiers compute independently and commit their values before revealing them for comparison, preventing them from copying one another’s results.
Numerical tolerances and batch statistics reduce false judgments. Majority consensus requires valid, consistent results from at least two Verifiers.
