paper-with-me

홈 › Papers

When Does Verification Pay Off? A Closer Look at LLMs as Solution Verifiers

2025-12-02 · Jack Lu, Ryan Teehan, Jinran Jin, Mengye Ren arxiv

Large language models (LLMs) can act as both problem solvers and solution verifiers, where the latter select high-quality answers from a pool of solver-generated candidates. This raises the question of under what conditions verification pays off in solver-verifier systems. Prior work has conducted only limited studies of the factors influencing verification performance, focusing primarily on self-verification and examining neither the relationship between solver and verifier model families nor the effects of reasoning post-training. To rectify this, we present a systematic study across 37 models spanning multiple families, sizes, and base vs. post-trained variants, evaluated on 9 benchmarks covering logical reasoning, structured puzzles, symbolic computation, mathematics, commonsense, factual recall, and domain knowledge. In order to support our analysis, we introduce and empirically validate verifier gain, a metric that predicts the performance improvements from test-time verifier-based rejection sampling. Our experiments find that 1) verification across model families is more effective than either self-verification or verification within the same family, and more generally that the benefits of verification decrease as the solver and verifier become more similar, 2) reasoning post-training weakens self-improvement abilities but strengthens cross-family improvement, and 3) some tasks are inherently more amenable to improvement through verification, particularly mathematical and logical tasks.

📄 PDF Abstract BibTeX arXiv:2512.02304

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

A Closer Look at the Self-Verification Abilities of Large Language Models in Logical Reasoning

2023-11-14 · Ruixin Hong, Hongming Zhang, Xinyu Pang, Dong Yu 외

Logical reasoning has been an ongoing pursuit in the field of AI. Despite significant advancements made by large language models (LLMs), they still struggle with complex logical reasoning problems. To enhance reasoning p…

Logical FallaciesLogical Reasoning

A Closer Look into Automatic Evaluation Using Large Language Models

2023-10-09 · Cheng-Han Chiang, Hung-Yi Lee

Using large language models (LLMs) to evaluate text quality has recently gained popularity. Some prior works explore the idea of using LLMs for evaluation, while they differ in some details of the evaluation process. In …

Tackling Face Verification Edge Cases: In-Depth Analysis and Human-Machine Fusion Approach

2023-04-17 · Martin Knoche, Gerhard Rigoll

Nowadays, face recognition systems surpass human performance on several datasets. However, there are still edge cases that the machine can't correctly classify. This paper investigates the effect of a combination of mach…

Face RecognitionFace Verification

Closer Look at Efficient Inference Methods: A Survey of Speculative Decoding

2024-11-20 · Hyun Ryu, Eric Kim

Efficient inference in large language models (LLMs) has become a critical focus as their scale and complexity grow. Traditional autoregressive decoding, while effective, suffers from computational inefficiencies due to i…

Survey

How Far is Too Far? Defining the Distance Threshold for Verification Siamese Networks

2026-07-06 · Heloísa Dias Viotto, Cauê Samonek, Lucas Garcia Pedroso, Marcos Sunye 외 arxiv

Siamese verification networks are widely used to compare items such as faces, cars, or signatures. In these scenarios, the network is trained to learn an embedding space in which similar objects are mapped closer togethe…