A Verifier Is Needed
Key point
Introducing an independent verifier improved the correct-answer selection rate for agentic search, surpassing the previous SOTA.
Details
In agentic search systems, selecting the correct answer is a bigger bottleneck than generating it. Due to the non-deterministic nature of models, which alternate between failure and success on the same question, majority voting has the limitation of inadvertently endorsing popular wrong answers.
To address this issue, AI21 introduced an independent verifier that re-investigates each candidate answer independently to reject incorrect ones. Applying a Claude Opus verifier on the FACTS-Search benchmark resulted in a score of 93.4, exceeding the previous public SOTA (89.4).
Notably, for low-cost open-source model pools (such as Qwen3-14B), the score rose from 60.1 under majority voting to 80.4 with the verifier. This demonstrates that the verifier improves overall system performance regardless of the model type.
- Cost efficiency: Using a self-trained 8B verifier achieved a high score of 92.9 with almost no additional cost.
- Generalizability: It is not dependent on specific generator pools and generalizes to new benchmarks and search tools.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.