Papers › VReST: Enhancing Reasoning in Large Vision-Language Models through Tree Search and...

VReST: Enhancing Reasoning in Large Vision-Language Models through Tree Search and Self-Reward Mechanism

10 Jun 2025arXiv:2506.08691archive 2025-07-28

Congzhi Zhang, Jiawei Peng, Zhenglin Wang, Yilong Lai, Haowen Sun, Heng Chang, Fei Ma, Weijiang Yu

Large Vision-Language Models (LVLMs) have shown exceptional performance in multimodal tasks, but their effectiveness in complex visual reasoning is still constrained, especially when employing Chain-of-Thought prompting techniques. In this paper, we propose VReST, a novel training-free approach that enhances Reasoning in LVLMs through Monte Carlo Tree Search and Self-Reward mechanisms. VReST meticulously traverses the reasoning landscape by establishing a search tree, where each node encapsulates a reasoning step, and each path delineates a comprehensive reasoning sequence. Our innovative multimodal Self-Reward mechanism assesses the quality of reasoning steps by integrating the utility of sub-questions, answer correctness, and the relevance of vision-language clues, all without the need for additional models. VReST surpasses current prompting methods and secures state-of-the-art performance across three multimodal mathematical reasoning benchmarks. Furthermore, it substantiates the efficacy of test-time scaling laws in multimodal tasks, offering a promising direction for future research.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.08691")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 8 ran · our draft was wrong.

By repository: official repository: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

garyjiajia/vrest officialmentioned in paper report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 3 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
8ran · our draft was wrong
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from GaryJiajia/VReST. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

decompose_question_call GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong no licence file found · pointer only · 42a7905c3d9fae11 · report
default_call GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong no licence file found · pointer only · 95e2fbff6927230d · report
extract_final_answer GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · c2090c70720744a9 · report
extract_final_answer_word GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 70e61dd11bbbb998 · report
extract_sub_questions_and_answers GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong no licence file found · pointer only · e988a77dbfcbd745 · report
generate_message GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 35c7041f2e82cdd4 · report
get_reward_answer GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · honoured contract no licence file found · pointer only · b12a0e6403b7a48c · report
get_reward_subquestion GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · honoured contract no licence file found · pointer only · dfb51f6a8dac204c · report
is_terminal_question GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 23ab440b8c99746d · report
majority_vote GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · ade82f4c3e15e030 · report
reward_call GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · honoured contract no licence file found · pointer only · 7b6d9846677a2001 · report
simple_cot_call GaryJiajia/VReST/prompt_methods/ours/our6.py official repository ran · our draft was wrong no licence file found · pointer only · 73dafb8d1befa5ba · report
get_reward GaryJiajia/VReST/prompt_methods/ours/our6.py official repository unverified no licence file found · pointer only · c78a0abbbc546ffb · report
get_reward_parallel GaryJiajia/VReST/prompt_methods/ours/our6.py official repository unverified no licence file found · pointer only · 71edd661f7ded9f1 · report
our6_forward GaryJiajia/VReST/prompt_methods/ours/our6.py official repository unverified no licence file found · pointer only · 218cc9fda4a27e1f · report

Tasks

Mathematical ReasoningVisual Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections