REVIEW 4 major objections 8 minor 49 references
VERDICT: Training-Free Step-Wise Verification of Multimodal Reasoning via Disagreement-Aware Consensus
T0 review · 4 major / 8 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read By treating step-level verification as a coupled scoring problem among three frozen, modality-specialized judges, VERDICT turns the structure of cross-modal disagreement into a training-free filter and ranker that improves multimodal…
desk verdict VERDICT's dispersion-after-consensus idea is worth a referee, but the main text's mean-preservation claim contradicts the supplement and weakens the permissive-regime argument. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is a coupled scoring system: each agent $i$ maximizes $u_i(s_i, s_{-i}) = -(s_i - \bar{s}_{-i})^2 - \lambda_i (s_i - \hat{s}_i)^2$, where $\hat{s}_i$ is its raw score and $\lambda_i$ is its stubbornness. The unique fixed point, guaranteed by a standard concavity-uniqueness theorem, has closed form $s^*_i = (\bar{s}^*_{-i} + \lambda_i \hat{s}_i)/(1+\lambda_i)$; for $m$ agents this is a small linear system. Its two outputs drive the verifier: mean consensus confidence $\bar{s}^*$ and consensus dispersion $\Delta^* = \frac{1}{m}\sum_i |s^*_i - \bar{s}^*|$. The acceptance rule accept iff $\bar{s}^* > \tau$ and $\Delta^* < \epsilon$, plus ranking by $\bar{s}^*$ with fallback $\bar{s}^* - \Delta^*$, converts the disagreement structure into a decision. Proposition 1 establishes that $\Delta^*$ depends on the full score vector through the coupling and therefore cannot be recovered by any separable per-agent weighting.
What would settle it
Randomly swap which agent receives each prompt (Visual, Logical, Contextual) and re-run the six benchmarks; if VERDICT's edge over the Mean baseline survives arbitrary swaps, the gains come from prompt sensitivity, not from modality-specialized disagreement.
Extended reading notes
Core claim
VERDICT's central claim is that cross-modal disagreement, after agents adjust toward one another, carries verification information that simple averaging throws away. Three frozen copies of the base MLLM, prompted as visual, logical, and contextual judges, each score every candidate step; a closed-form linear solve (the unique Nash equilibrium of a coordination game in which each agent balances fidelity to its own score against agreement with the others) produces consensus scores. A candidate step is accepted exactly when its mean consensus confidence exceeds $\tau$ and its consensus dispersion falls below $\epsilon$; among accepted steps the highest mean is chosen, with a fallback ranking by mean minus dispersion when nothing passes. Because the consensus adjustment preserves the mean while dampening disagreement, the dispersion statistic isolates conflicting evidence from collective doubt, and Proposition 1 shows no separable weighted average can reproduce it. The reported result is consistent improvement over the base model on all six benchmarks, up to +5.95 points, and competitiveness with trained domain-specific critics.
Load-bearing premise
The three verifier agents are the same underlying model prompted differently, and the method assumes their scores reflect genuinely independent visual, logical, and contextual judgments; if their disagreement mostly reflects shared model bias or prompt sensitivity, the dispersion signal loses its diagnostic meaning.
Editorial extensions
If this is right
- Step-level verification of multimodal reasoning can be performed with no labeled data, no fine-tuning, and no task-specific adaptation, using only frozen judges and a closed-form solve.
- The dual criterion separates two failure modes that averaging conflates: low confidence everywhere versus high confidence with cross-modal conflict, so the verifier can reject the second kind of step.
- Trained process reward models and domain-specific critics are not necessary for these gains; VERDICT improves on all six benchmarks while every tested trained critic degrades on at least two.
- Consensus scores behave as ranking tools rather than binary classifiers, so the fallback ranking path is an active component, recovering value even from rejected candidates.
- The method transfers across base model families with frozen judges, compressing base-model accuracy differences from 1.33 points to 0.22 points on 3DSRBench.
Reading between the lines
- If the disagreement signal generalizes, the same coupled-scoring layer could replace task-specific reward models in settings beyond vision-language tasks, such as code or math verification, where evaluating a step from multiple rubrics is natural.
- The paper's own threshold analysis shows $\tau=0.6$ is a robustness choice, not a per-task optimum; an adaptive threshold that detects high-tension tasks could push gains higher without undermining the training-free claim.
- Because the three judges share one backbone, their independence is only prompt-level; the practical ceiling may depend on how much genuine modality-specialized signal a single model can produce, a question the cross-model experiment only partially addresses.
- The reported AUC of 0.65-0.66 for dispersion as an error predictor suggests the signal is real but moderate, so the method's edge over averaging should shrink on tasks where judges rarely disagree; tests on low-disagreement tasks would clarify where the method stops helping.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes VERDICT, a training-free, step-level verification framework for multimodal reasoning. Three frozen Qwen2.5-VL-7B agents—prompted as visual, logical, and contextual judges—score each candidate reasoning step; a closed-form consensus equilibrium of a coordination game with heterogeneous stubbornness parameters yields consensus scores; a dual acceptance criterion (mean consensus confidence above tau and consensus dispersion below epsilon) filters candidates, and the highest-mean accepted step extends the chain. The method is evaluated on six benchmarks, reporting gains up to +5.95 points over the unverified base model and consistent superiority over simple aggregation baselines, with competitive performance against trained domain-specific critics. A substantial supplementary report contains derivations, ablations, and diagnostic analyses.
Significance. If the central claims hold, VERDICT would be a genuinely useful contribution: it is training-free, plug-in, and domain-agnostic, and it operationalizes the idea that disagreement among evaluators is itself diagnostic. The paper's strengths include a complete closed-form derivation with invertibility proof, extensive ablations (stubbornness, thresholds, judge scale, model families), and a diagnostic analysis showing consensus dispersion has moderate predictive value (AUC 0.65-0.66) and dominates raw variance. The reported consistency across six benchmarks and across four base model families is impressive. However, the paper undermines its own central evidence through an internal contradiction: the main text claims exact mean preservation for any stubbornness parameters, while the supplement proves only an approximate preservation with a documented shift. Since the permissive-regime analysis explicitly relies on exact mean preservation to attribute gains to the dispersion filter, this contradiction affects the paper's core mechanistic claim.
major comments (4)
- [Section 4 vs. Supplementary §13.4 (S6.4)] The main text (Section 4, after Eq. (3)) states that the consensus solution 'preserves the mean while dampening disagreement' and asserts that the mean consensus score equals the mean raw score as 'a direct consequence of the symmetry in Eq. (3) that holds for any {lambda_i}.' This is false for heterogeneous lambda_i. Supplementary Section 13.4 derives instead the stubbornness-weighted sum invariant (Eq. (19)), states that the unweighted mean is 'approximately but not exactly preserved,' provides bound Eq. (20), and the worked example in §15.2 shows a shift from 0.667 to 0.676 (+0.009). Even the main text's own numerical example at the end of Section 4 (raw scores (0.9,0.3,0.9), raw mean 0.70, computed consensus mean approximately 0.71) exhibits a shift of +0.01. This is an internal inconsistency between the main text and the supplement. It is load-bearing because §11.3 and §11.4 argue that in the permissive regime (tau <= 0.01), 'since the consensus mean equals the raw mean by construction, the ranking among accepted candidates is identical to what the Mean baseline would produce,' and attribute the 58.34% to 65-69% improvement entirely to the dispersion filter. If the mean is not preserved, the ranking can differ without any dispersion filtering, so the attribution is not established. The authors must correct the main text and re-derive or qualify the permissive-regime conclusion.
- [§11.3 and §11.4 (permissive-regime attribution)] Even if the mean shift is empirically below 0.01, the claim that the ranking among accepted candidates is 'identical' to Mean aggregation is a statement about exact equality, not approximation. A candidate with raw mean 0.599 and consensus mean 0.601 crosses the tau = 0.6 threshold, and the same candidate could move in the opposite direction. The permissive-regime analysis needs an explicit rank-correlation comparison between the consensus mean and the raw mean across all candidates, and a counterfactual in which the consensus mean is replaced by the raw mean while keeping the consensus dispersion, to isolate the contribution of the dispersion filter. Without this, the paper's central mechanistic claim that disagreement structure, not score relocation, drives the gains is not supported.
- [Section 4 numerical example and Proposition 1] The numbers in the main text's illustrative examples differ from the supplement's worked examples for the same or analogous score vectors. For (0.7,0.6,0.7), the main text reports a consensus dispersion of approximately 0.04 in Proposition 1, while §15.2 computes a dispersion of 0.018. For (0.9,0.3,0.9), the main text reports consensus scores approximately (0.80,0.55,0.77) and dispersion approximately 0.11; the supplement's analogous example (0.9,0.2,0.9) yields scores (0.788,0.485,0.754) and dispersion 0.127. The supplement itself notes a 'typo' in the main text (Section 15.1). Because these examples are used to demonstrate the central mechanism (opposite acceptance decisions from identical raw means), the numbers must be consistent between the main text and the supplement.
- [Section 4, Verifier Agents] The premise that three prompt-based instantiations of the same Qwen2.5-VL-7B model constitute 'genuinely disparate' modality-specialized judges is not empirically supported. The paper provides no analysis of inter-agent score agreement, no prompt-sensitivity ablation, and no evaluation of whether the Visual agent's scores actually depend on visual input differently from the Logical agent's scores. If the three scores mostly reflect shared model biases or prompt-formatting effects, the 'cross-modal disagreement' interpretation loses its meaning, and the dispersion signal may be a proxy for prompt sensitivity rather than modality conflict. The cross-model (Section 11.13) and judge-scale (Section 11.6) analyses are useful, but they do not address this premise. The authors should report the correlation structure of the three agents' raw scores and ideally a control with different model families as judges.
minor comments (8)
- [Abstract] The abstract contains a literal '\method' LaTeX error in the sentence 'Evaluated across six benchmarks, \method consistently improves...'.
- [Section 6.3 and figure captions] Figure 5 caption says 'fig. 5 present results' and should be 'Fig. 5 presents results'; similar grammar issues appear in the captions of Figures 3 and 6.
- [Figure 3 caption] Figure 3 states VERDICT achieves the highest accuracy on 'five of six benchmarks,' but Table 2 shows it is highest on all six; the caption and the text need to be reconciled.
- [Section 11.3 cross-references] Section 11.3 refers to 'Section 6.4 of the main text' for the tau sensitivity analysis, which is actually Section 6.3; the same section refers to the Raw Average ablation as 'Section 6.2,' which is actually Section 6.1.
- [Section 4, Proposition 1 proof] The proof contains a grammatical fragment: 'As for any agenti, the consensus residual...' should read 'For any agent i, the consensus residual...'.
- [Abstract and Table 2] The abstract reports gains as '+5.95%' but the results are reported as accuracy differences in percentage points; the units should be stated consistently.
- [Related work and Section 17] The paper should cite the Friedkin–Johnsen model and the Bindel–Kleinberg–Oren game-theoretic analysis in the main text rather than only in the supplement, since these are the most direct precedents for the consensus formulation.
- [Supplementary numbering] The supplement's section numbering differs from the main text's references (e.g., 'S6.4' vs. '13.4'); a unified numbering scheme would help the reader navigate the appendices.
Circularity Check
Operating point is fitted to the evaluation benchmarks, so the headline gains are partly post-selection; the consensus equations themselves are not circular.
-
fitted input called prediction
[Section 6.2–6.3; Supplement S11.3, S11.5]
"the three curves converge at their respective optimal values to the same peak accuracy (59.02%), confirming that the chosen configuration sits at a jointly optimal point rather than a compromise ... The permissive regime (τ≤0.01) achieves higher accuracy on 3DSRBench (68.71% vs. 59.02%), but τ=0.6 is individually optimal on the remaining five benchmarks."
The hyperparameters (λV=1.5, λL=1.0, λC=0.8, τ=0.6, ϵ=0.1) are selected by sweeping the same evaluation benchmarks on which VERDICT is then evaluated; the joint sweep in S11.5 explicitly identifies the chosen operating point as a 3DSRBench-robustness compromise after seeing the global optimum at low τ. The abstract's prediction of 'consistent improvements ... up to +5.95%' is therefore a post-selection estimate at an operating point tuned to those test labels, not an independent forecast of the consensus formulation.
full rationale
The consensus equations (Eqs. 1–4) are self-contained: consensus scores are the fixed point of a concave game, computed from raw judge scores, and the dispersion statistic is a nonlinear function of those scores with no information from final answers. Proposition 1's non-separability is a real mathematical property, and the comparison against the Mean baseline is meaningful in that the consensus ranking can differ from raw-mean ranking. The main circularity burden is empirical: the operating point was chosen by exploring accuracy on the six benchmarks, then the same benchmarks are used to claim 'no degradation' and gains up to +5.95%. This inflates the headline numbers but does not make the consensus derivation itself circular. Separately, a non-circular internal inconsistency: Section 4 asserts mean preservation 'by construction', while Supplement §13.4 corrects this to a stubbornness-weighted invariant with only approximate mean preservation, and §15.2's worked example shows a +0.009 shift; the permissive-regime attribution of all gains to the dispersion filter therefore relies on a false premise. These are correctness/reporting concerns, not equivalence-by-construction of the central claims.
Assumptions & free parameters
free parameters (6)
- lambda_V (visual stubbornness) =
1.5
- lambda_L (logical stubbornness) =
1.0
- lambda_C (contextual stubbornness) =
0.8
- tau (mean confidence threshold) =
0.6
- epsilon (dispersion tolerance) =
0.1
- n (number of candidates per step) =
3
assumptions (5)
- standard math Rosen's uniqueness theorem for concave n-person games guarantees a unique fixed point of the coupled scoring system.
- domain assumption The partial reasoning trace r_{1:t-1} is assumed correct at each verification step.
- ad hoc to paper Three prompt-based instantiations of Qwen2.5-VL-7B constitute genuinely disparate modality-specialized judges.
- domain assumption Raw judge scores in [0,1] are treated as subjective confidence and are comparable across agents and benchmarks.
- domain assumption Candidate generation at each step produces at least one viable candidate often enough for filtering and ranking to help; otherwise fallback ranking is used.
Cite this review
Pith. "Pith review of VERDICT: Training-Free Step-Wise Verification of Multimodal Reasoning via Disagreement-Aware Consensus." pith.science (2026). https://pith.science/paper/ZYPW6L6I
@misc{pith2026260810665,
author = {Pith},
title = {Pith review of: VERDICT: Training-Free Step-Wise Verification of Multimodal Reasoning via Disagreement-Aware Consensus},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZYPW6L6I}},
note = {Machine review of arXiv:2608.10665}
}
read the original abstract
Multimodal large language models often generate reasoning chains containing subtle errors that lead to incorrect answers. Current verification approaches have notable limitations. Existing approaches either require expensive labelled supervision with inconsistent cross-task performance or aggregate scores from multiple sources by simple aggregations, missing a key insight: when these scores disagree, that disagreement itself carries important information about whether a reasoning step is truly valid or not. We formalise this as a coupled scoring problem among disparate, frozen verifiers, interpretable as a coordination game with a unique closed-form equilibrium where agreement signals valid steps while disagreement reveals instability. Towards this end, we propose a training-free domain-agnostic step-wise verification approach we call VERDICT: VERification via Disagreement-Informed Coupled Thresholding. To our knowledge, VERDICT is the first training-free verifier that makes the structure of cross-modal disagreement explicit and actionable. It computes consensus scores through a closed-form solution, enabling both disagreement-aware filtering and stability-conscious ranking of reasoning steps. Evaluated across six benchmarks, \method consistently improves over the base model by up to +5.95%, and performs competitively with domain-specific critics that demand extensive supervision, demonstrating that cross-modal agreement provides robust verification signals without task-specific adaptation and Training-Free Verification
Figures
Figures from the paper (17 more)
Reference graph
Works this paper leans on
-
[1]
Bai, S., Cai, Y., Chen, R., Chen, K., Chen, X., Cheng, Z., Deng, L., Ding, W., Gao, C., Ge, C., Ge, W., Guo, Z., Huang, Q., Huang, J., Huang, F., Hui, B., Jiang, S., Li, Z., Li, M., Li, M., Li, K., Lin, Z., Lin, J., Liu, X., Liu, J., Liu, C., Liu, Y., Liu, D., Liu, S., Lu, D., Luo, R., Lv, C., Men, R., Meng, L., Ren, X., Ren, X., Song, S., Sun, Y., Tang, ...
arXiv 2025
-
[2]
Bindel, D., Kleinberg, J., Oren, S.: How bad is forming your own opinion? Games and Economic Behavior92(C), 248–265 (2015).https://doi.org/10.1016/j. geb.2014.06.00456, 57, 58
doi:10.1016/j 2015
-
[3]
Cao, Q., Wang, R., Zhang, R., Somayajula, S.A., Xie, P.: DreamPRM: Domain- reweighted process reward model for multimodal reasoning. In: The Thirty-ninth Annual Conference on Neural Information Processing Systems (2025),https:// openreview.net/forum?id=ZyiBk1ZinG4, 10
work page 2025
-
[4]
Chen, L., Li, J., Dong, X., Zhang, P., Zang, Y., Chen, Z., Duan, H., Wang, J., Qiao, Y., Lin, D., Zhao, F.: Are we on the right way for evaluating large vision-language models? (2024),https://arxiv.org/abs/2403.2033010
arXiv 2024
-
[5]
Chen, Q., Qin, L., Zhang, J., Chen, Z., Xu, X., Che, W.: M3cot: A novel benchmark for multi-domain multi-step multi-modal chain-of-thought (2024),https://arxiv. org/abs/2405.164731
arXiv 2024
-
[6]
In: ICML 2024 Workshop on In-Context Learning (2024),https://openreview.net/ forum?id=LjsjHF7nAN23
Chen, X., Aksitov, R., Alon, U., Ren, J., Xiao, K., Yin, P., Prakash, S., Sutton, C., Wang, X., Zhou, D.: Universal self-consistency for large language models. In: ICML 2024 Workshop on In-Context Learning (2024),https://openreview.net/ forum?id=LjsjHF7nAN23
work page 2024
-
[7]
Coste, T., Anwar, U., Kirk, R., Krueger, D.: Reward model ensembles help mitigate overoptimization (2024),https://arxiv.org/abs/2310.027432, 3
arXiv 2024
-
[8]
Journal of the American Statistical Asso- ciation69(345), 118–121 (1974) 56
DeGroot, M.H.: Reaching a consensus. Journal of the American Statistical Asso- ciation69(345), 118–121 (1974) 56
work page 1974
Show all 49 references
-
[9]
Ding, Y., Zhang, R.: Sherlock: Self-correcting reasoning in vision-language models (2025),https://arxiv.org/abs/2505.226512, 4, 10, 11
2025
-
[10]
Du, L., Meng, F., Liu, Z., Zhou, Z., Luo, P., Zhang, Q., Shao, W.: Mm-prm: Enhancing multimodal mathematical reasoning with scalable step-level supervision (2025),https://arxiv.org/abs/2505.134274
2025 arXiv
-
[11]
Du, Y., Li, S., Torralba, A., Tenenbaum, J.B., Mordatch, I.: Improving factuality and reasoning in language models through multiagent debate (2023),https:// arxiv.org/abs/2305.143254
2023 arXiv
-
[12]
Eisenstein, J., Nagpal, C., Agarwal, A., Beirami, A., D’Amour, A., Dvijotham, D., Fisch, A., Heller, K., Pfohl, S., Ramachandran, D., Shaw, P., Berant, J.: Helping or herding? reward model ensembles mitigate but do not eliminate reward hacking (2024),https://arxiv.org/abs/2312...
2024 arXiv
-
[13]
Journal of Mathemat- ical Sociology15(3–4), 193–205 (1990) 56
Friedkin, N.E., Johnsen, E.C.: Social influence and opinions. Journal of Mathemat- ical Sociology15(3–4), 193–205 (1990) 56
1990
-
[14]
In: Advances in Group Processes, vol
Friedkin, N.E., Johnsen, E.C.: Social influence networks and opinion change. In: Advances in Group Processes, vol. 16, pp. 1–29. JAI Press (1999) 56
1999
-
[15]
Fu, X., Hu, Y., Li, B., Feng, Y., Wang, H., Lin, X., Roth, D., Smith, N.A., Ma, W.C., Krishna, R.: Blink: Multimodal large language models can see but not per- ceive (2024),https://arxiv.org/abs/2404.1239010 68 Sinha et al
2024 arXiv
-
[16]
Statistical Science1(1), 114–135 (1986) 56
Genest, C., Zidek, J.V.: Combining probability distributions: A critique and an annotated bibliography. Statistical Science1(1), 114–135 (1986) 56
1986
-
[17]
Kang, W., Kuen, J., Ren, M., Wei, Z., Yan, Y., Liu, K.: Vgent: Visual grounding via modular design for disentangling reasoning and prediction (2025),https:// arxiv.org/abs/2512.110992, 6, 11
2025
-
[18]
In: The Fourteenth International Conference on Learning Representations (2026),https://openreview.net/forum?id=rClkte0ZTp23
Kaya, M.O., Elliott, D., Papadopoulos, D.: Efficient test-time scaling for small vision-language models. In: The Fourteenth International Conference on Learning Representations (2026),https://openreview.net/forum?id=rClkte0ZTp23
2026
-
[19]
Kembhavi, A., Salvato, M., Kolve, E., Seo, M., Hajishirzi, H., Farhadi, A.: A diagram is worth a dozen images (2016),https://arxiv.org/abs/1603.0739610
2016 arXiv
-
[20]
In: Guyon, I., Luxburg, U.V., Bengio, S., Wallach, H., Fergus, R., Vishwanathan, S., Garnett, R
Lakshminarayanan, B., Pritzel, A., Blundell, C.: Simple and scalable predic- tive uncertainty estimation using deep ensembles. In: Guyon, I., Luxburg, U.V., Bengio, S., Wallach, H., Fergus, R., Vishwanathan, S., Garnett, R. (eds.) Ad- vances in Neural Information Processing Sy...
2017
-
[21]
Lehrer, K., Wagner, C.: Rational Consensus in Science and Society: A Philosophical and Mathematical Study. D. Reidel Publishing Company, Dordrecht (1981) 56
1981
-
[22]
In: Forty-second Interna- tional Conference on Machine Learning (2025),https://openreview.net/forum? id=mMgSxbO4H023
Li, C., Xu, T., Guo, S.Y.: Reasoning-as-logic-units: Scaling test-time reasoning in large language models through logic unit alignment. In: Forty-second Interna- tional Conference on Machine Learning (2025),https://openreview.net/forum? id=mMgSxbO4H023
2025
-
[23]
arXiv preprint arXiv:2305.10355 (2023) 2
Li, Y., Du, Y., Zhou, K., Wang, J., Zhao, W.X., Wen, J.R.: Evaluating object hal- lucination in large vision-language models. arXiv preprint arXiv:2305.10355 (2023) 2
2023 arXiv
-
[24]
Li, Z., Yu, W., Huang, C., Liu, R., Liang, Z., Liu, F., Che, J., Yu, D., Boyd- Graber, J., Mi, H., Yu, D.: Self-rewarding vision-language model via reasoning decomposition (2025),https://arxiv.org/abs/2508.196524, 10, 11
2025 arXiv
-
[25]
In: NeurIPS (2023) 2, 4
Lightman, H., Kosaraju, V., Burda, Y., Edwards, H., Baker, B., Lee, T., Leike, J., Schulman, J., Sutskever, I., Cobbe, K.: Let’s verify step by step. In: NeurIPS (2023) 2, 4
2023
-
[26]
arXiv preprint arXiv:2402.00253 (2024) 2
Liu, F., Lin, K., Li, L., Wang, J., Yacoob, Y., Wang, L.: Hallucination in large vision-language models: A survey. arXiv preprint arXiv:2402.00253 (2024) 2
2024 arXiv
-
[27]
In: Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S
Liu, H., Li, C., Wu, Q., Lee, Y.J.: Visual instruction tuning. In: Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S. (eds.) Advances in Neu- ral Information Processing Systems. vol. 36, pp. 34892–34916. Curran Associates, Inc. (2023),https://proceedings.neu...
2023
-
[28]
Luo, L., Liu, Y., Liu, R., Phatale, S., Guo, M., Lara, H., Li, Y., Shu, L., Zhu, Y., Meng, L., Sun, J., Rastogi, A.: Improve mathematical reasoning in language models by automated process supervision (2024),https://arxiv.org/abs/2406.065922, 4
2024 arXiv
-
[29]
Ma, W., Chen, H., Zhang, G., Chou, Y.C., Chen, J., de Melo, C.M., Yuille, A.: 3dsrbench: A comprehensive 3d spatial reasoning benchmark (2025),https:// arxiv.org/abs/2412.0782510
2025
-
[30]
In: Ad- vances in Neural Information Processing Systems
Mendler-D¨ unner, C., Peng, W., Zrnic, T.: Test-time collective prediction. In: Ad- vances in Neural Information Processing Systems. vol. 34 (2021) 57
2021
-
[31]
Proceedings of the National Academy of Sciences36(1), 48–49 (1950) 3 VERDICT - Training-Free Step-Wise Verification 69
Nash, J.F.: Equilibrium points in n-person games. Proceedings of the National Academy of Sciences36(1), 48–49 (1950) 3 VERDICT - Training-Free Step-Wise Verification 69
1950
-
[32]
Econometrica: Journal of the Econometric Society pp
Rosen, J.B.: Existence and uniqueness of equilibrium points for concave n-person games. Econometrica: Journal of the Econometric Society pp. 520–534 (1965) 7, 9, 50, 58
1965
-
[33]
Cambridge Uni- versity Press (2016) 5
Roughgarden, T.: Twenty Lectures on Algorithmic Game Theory. Cambridge Uni- versity Press (2016) 5
2016
-
[34]
In: The Thirty-ninth Annual Conference on Neural Information Processing Systems (2025),https://openreview.net/forum?id=dRjt4vlYVQ2, 4, 15
Saad-Falcon, J., Buchanan, E.K., Chen, M.F., Huang, T.H., McLaughlin, B., Bhathal, T., Zhu, S., Athiwaratkun, B., Sala, F., Linderman, S., Mirhoseini, A., Re, C.: Weaver: Shrinking the generation-verification gap by scaling compute for verifi- cation. In: The Thirty-ninth Annu...
2025
-
[35]
arXiv preprint arXiv:2402.10884 (2024) 2, 6, 11
Shen, S., Hou, L., Zhou, T., Yang, S., Wang, Q., Kweon, I.S., Tombari, F., Shen, Y.: Multi-modal preference alignment remedies degradation of visual instruction tuning on language model. arXiv preprint arXiv:2402.10884 (2024) 2, 6, 11
2024 arXiv
-
[36]
Annals of Mathematical Statistics32(4), 1339–1342 (1961) 56
Stone, M.: The opinion pool. Annals of Mathematical Statistics32(4), 1339–1342 (1961) 56
1961
-
[37]
In: arXiv preprint arXiv:2502.13383 (2025) 2, 4
Sun, L., Liang, H., Wei, J., Yu, B., Li, T., Yang, F., Zhou, Z., Zhang, W.: Mm- verify: Enhancing multimodal reasoning with chain-of-thought verification. In: arXiv preprint arXiv:2502.13383 (2025) 2, 4
2025 arXiv
-
[38]
O., Joulin, A., Andreev, A., Hardin, C., Dadashi, R., Hussenot, L.: Gemma 3 technical report (2025),https://arxiv.org/abs/2503.1978622
Team, G., Kamath, A., Ferret, J., Pathak, S., Vieillard, N., Merhej, R., Perrin, S., Matejovicova, T., Ram´ e, A., Rivi` ere, M., Rouillard, L., Mesnard, T., Cideron, G., bastien Grill, J., Ramos, S., Yvinec, E., Casbon, M., Pot, E., Penchev, I., Liu, G., Visin, F., Kenealy, K...
2025 arXiv
-
[39]
Tian, X., Zou, S., Yang, Z., He, M., Waschkowski, F., Wesemann, L., Tu, P., Zhang, J.: More thought, less accuracy? on the dual nature of reasoning in vision-language models (2025),https://arxiv.org/abs/2509.258482, 6
2025
-
[40]
Tong, S., Brown, E., Wu, P., Woo, S., Middepogu, M., Akula, S.C., Yang, J., Yang, S., Iyer, A., Pan, X., Wang, Z., Fergus, R., LeCun, Y., Xie, S.: Cambrian-1: A fully open, vision-centric exploration of multimodal llms (2024),https://arxiv.org/ abs/2406.1686010
2024 arXiv
-
[41]
In: ACL (2023) 2, 4
Wang, P., Li, L., Shao, Z., Xu, R.X., Dai, D., Li, Y., Chen, D., Wu, Y., Sui, Z.: Math-shepherd: Verifying and reinforcing mathematical reasoning. In: ACL (2023) 2, 4
2023
-
[42]
In: Ku, L.W., Martins, A., Srikumar, V
Wang, P., Li, L., Shao, Z., Xu, R., Dai, D., Li, Y., Chen, D., Wu, Y., Sui, Z.: Math- shepherd: Verify and reinforce LLMs step-by-step without human annotations. In: Ku, L.W., Martins, A., Srikumar, V. (eds.) Proceedings of the 62nd Annual Meeting of the Association for Comput...
2024 doi
-
[43]
ArXivabs/2509.00084(2025),https://api.semanticscholar.org/CorpusID: 28108007923
Wang, Q., Zhao, P., Huang, S., Yang, F., Wang, L., Wei, F., Lin, Q., Rajmohan, S., Zhang, D.: Learning to refine: Self-refinement of parallel reasoning in llms. ArXivabs/2509.00084(2025),https://api.semanticscholar.org/CorpusID: 28108007923
2025 arXiv
-
[45]
Wang, W., Gao, Z., Chen, L., Chen, Z., Zhu, J., Zhao, X., Liu, Y., Cao, Y., Ye, S., Zhu, X., Lu, L., Duan, H., Qiao, Y., Dai, J., Wang, W.: Visualprm: An effective process reward model for multimodal reasoning (2025),https://arxiv.org/abs/ 2503.102912
2025 arXiv
-
[46]
Wang, X., Li, C., Yang, J., Zhang, K., Liu, B., Xiong, T., Huang, F.: Llava-critic- r1: Your critic model is secretly a strong policy model (2025),https://arxiv.org/ abs/2509.006762, 4, 10, 11
2025 arXiv
-
[47]
In: International Conference on Learning Representations (ICLR) (2023), arXiv:2203.11171 23
Wang, X., Wei, J., Schuurmans, D., Le, Q., Chi, E., Narang, S., Chowdhery, A., Zhou, D.: Self-consistency improves chain of thought reasoning in language models. In: International Conference on Learning Representations (ICLR) (2023), arXiv:2203.11171 23
2023 arXiv
-
[49]
Zhang, D., Li, J., Lei, J., Wang, X., Liu, Y., Yang, Z., Li, J., Wang, W., Yang, S., Wu, J., Ye, P., Ouyang, W., Zhou, D.: Critic-v: Vlm critics help catch vlm errors in multimodal reasoning (2025),https://arxiv.org/abs/2411.1820310
2025 arXiv
-
[50]
In: European Conference on Computer Vision (ECCV) (2024) 2, 6, 11
Zhang, H., Li, H., Li, F., Ren, T., Zou, X., Liu, S., Huang, S., Gao, J., Zhang, L., Li, C., Yang, J.: Llava-grounding: Grounded visual chat with large multimodal models. In: European Conference on Computer Vision (ECCV) (2024) 2, 6, 11
2024
-
[51]
Zhang, Z., Zhang, A., Li, M., Zhao, H., Karypis, G., Smola, A.: Multimodal chain- of-thought reasoning in language models (2024),https://arxiv.org/abs/2302. 009231
2024
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.