Verifier
A component that evaluates whether a proposed solution is correct.
A component that evaluates whether a proposed solution is correct. For math, a verifier might be a Python interpreter (execute the code and check if it produces the right answer). The quality of the verifier determines the quality of Best-of-N selection.
A component (usually a PRM or ORM) that evaluates solution quality. rStar-Math uses both PRM (step-level) and code execution (outcome-level) verification.