Papers › Unveiling Chain of Step Reasoning for Vision-Language Models with Fine-grained Rewards

Unveiling Chain of Step Reasoning for Vision-Language Models with Fine-grained Rewards

23 Sep 2025NeurIPSarXiv:2509.19003added by Syntology

Honghao Chen, Xingzhou Lou, Xiaokun Feng, Kaiqi Huang, Xinlong Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Chain of thought reasoning has demonstrated remarkable success in large language models, yet its adaptation to vision-language reasoning remains an open challenge with unclear best practices. Existing attempts typically employ reasoning chains at a coarse-grained level, which struggles to perform fine-grained structured reasoning and, more importantly, are difficult to evaluate the reward and quality of intermediate reasoning. In this work, we delve into chain of step reasoning for vision-language models, enabling assessing reasoning step quality accurately and leading to effective reinforcement learning and inference-time scaling with fine-grained rewards. We present a simple, effective, and fully transparent framework, including the step-level reasoning data, process reward model (PRM), and reinforcement learning training. With the proposed approaches, our models set strong baselines with consistent improvements on challenging vision-language benchmarks. More importantly, we conduct a thorough empirical analysis and ablation study, unveiling the impact of each component and several intriguing properties of inference-time scaling. We believe this paper serves as a baseline for vision-language models and offers insights into more complex multimodal reasoning. Our dataset, PRM, and code will be available at https://github.com/baaivision/CoS.

PaperPDFCode 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="2509.19003")

Code

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

By repository: found in paper text by Syntology: 22 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

baaivision/CoS found in paper text by SyntologyApache-2.0 report

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

22 samples harvested; 5 ran; 3 honoured the contract we drafted; 17 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
1ran · our draft was wrong
17unverified

Licence: 0 of the 22 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 baaivision/CoS. “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.

evaluate_exact_match_accuracy baaivision/CoS/eval/vqa/score_with_prm.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · e159a001bd4cbfaa · report
evaluate_relaxed_accuracy baaivision/CoS/eval/vqa/score_with_prm.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 4ffcad52354b4806 · report
len2weight baaivision/CoS/internvl/train/internvl_chat_finetune.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 308c2b4d20602020 · report
read_json baaivision/CoS/eval/mathvista/utilities.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 9ffa907555068ff3 · report
relaxed_correctness baaivision/CoS/eval/vqa/score_with_prm.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · b3c8680ebd8739af · report
check_is_number baaivision/CoS/eval/mmmu/eval_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 81305e2c0d5ef1a9 · report
collate_fn baaivision/CoS/eval/mathvista/evaluate_mathvista.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9483aaa3e36c23a0 · report
collate_fn baaivision/CoS/eval/mathvista/evaluate_mathvista_mine.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 53ae416061b7cd9e · report
extract_answer_from_think baaivision/CoS/eval/mathvista/evaluate_mathvista.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 70baae22332ae35d · report
get_conv_template baaivision/CoS/internvl/conversation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 04b172bb0c32a0de · report
get_loose_foramt baaivision/CoS/eval/mathvista/evaluate_mathvista_mine.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 35d3f6616685d038 · report
get_most_similar baaivision/CoS/eval/mathvista/calculate_score.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c28eb86a8d14e4ed · report
get_multi_choice_info baaivision/CoS/eval/mmmu/data_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 811b35dbfb4c4959 · report
load_yaml baaivision/CoS/eval/mmmu/data_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ce93b7e192e1a8b7 · report
normalize_extracted_answer baaivision/CoS/eval/mathvista/calculate_score.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f34ede28e15fb037 · report
normalize_str baaivision/CoS/eval/mmmu/eval_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f487f39071cb0cac · report
parse_img_path baaivision/CoS/eval/mmmu/data_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · de4427887bed9253 · report
parse_multi_choice_response baaivision/CoS/eval/mmmu/eval_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f3018307f9301da1 · report
read_csv baaivision/CoS/eval/mathvista/utilities.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1694e6d4f46ff13e · report
read_pandas_csv baaivision/CoS/eval/mathvista/utilities.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 32ae2fb99638aba7 · report
safe_equal baaivision/CoS/eval/mathvista/calculate_score.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e7a23ea3695f6437 · report
verify_extraction baaivision/CoS/eval/mathvista/extract_answer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · db6b1bcee6eab96f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.19003, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

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