REVIEW 4 major objections 5 minor 59 references
A procedurally generated visual-reasoning environment transfers to external benchmarks, raising average scores by 3.5–4.1 points.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 11:42 UTC pith:YAP6ZBJF
load-bearing objection TRACE is a solid environment plus a real two-scale RLVR transfer result, but the 'beyond generated distributions' claim outruns the evidence: the 24-benchmark suite sits close to the training domains and there's no distributional-distance check. the 4 major comments →
Trace: A Taxonomy-Guided Environment for Multidomain Visual Reasoning
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that broad procedural training with exact rewards can transfer to external visual-reasoning benchmarks. TRACE factorizes task construction into scene grammars and executable task programs; each instance is generated from a semantic state on which the task program runs, and the same state determines the image, prompt, typed answer, verifier state, and replayable trace. Training two vision-language models (3B and 7B parameters) on the same 64,000 TRACE instances raises the macro-average of 24 external benchmarks by 3.51 and 4.06 percentage points respectively, with positive mean changes on 21 of 24 and all 24 benchmarks. The paper reads this as evidence that procedural
What carries the argument
The central object is TRACE's program-centered taxonomy, domain → scene grammar → task, where a task is the tuple (scene grammar, task program, answer schema, reward contract). The scene grammar generates a semantic state; the task program executes over that state to return a typed answer and verifier state; and the same state drives the renderer and prompt. This decoupling is what makes supervision exact, instances replayable, and task identity stable under semantic and visual variation. RLVR then uses a reward contract that combines exact answer correctness with a small JSON-format bonus, optimized with group relative policy optimization.
Load-bearing premise
The load-bearing premise is that the chosen 24-benchmark macro-average, measured under a single evaluation protocol, reflects general visual-reasoning ability rather than overlap between TRACE's task families and the benchmark suite; the paper itself concedes that gains are not attributed to domains or families and that transfer to every natural-image distribution is not established.
What would settle it
Run the same 64,000-instance training recipe on a set of external benchmarks whose visual formats and task structures are deliberately far from TRACE's domains—for example, natural-photograph question answering that requires fine-grained object recognition—and check whether the macro-average gain persists. If the gain vanishes or turns negative on such a suite, the claim that broad procedural training transfers beyond generated distributions would be falsified.
If this is right
- Training on TRACE raises the 24-benchmark macro-average by 3.51 points at 3B and 4.06 points at 7B, with positive mean changes on 21 of 24 and all 24 benchmarks respectively.
- All six benchmark categories improve at both scales; visual mathematics shows the largest category-level gain.
- Because task identity is defined independently of prompt and rendering choices, the same environment can increase visual complexity without changing the reasoning objective or the verifier.
- The explicit task program and reward contract make each instance exactly verifiable and deterministically replayable, supporting failure analysis and controlled variation studies.
Where Pith is reading between the lines
- One testable extension of the paper's claim is to ablate the mixture by operation family or domain; if removing a family leaves external gains unchanged, the breadth of the taxonomy may matter less than the specific computational operations it instantiates.
- The uniform task sampling used in the paper is a baseline; the explicit task identities and generation parameters could support difficulty-aware curricula or adaptive sampling, and one could test whether such reweighting further improves external transfer.
- The paper's limitation section notes that transfer to every natural-image distribution is not established; a natural next step is to evaluate on natural-photograph benchmark groups whose formats are least similar to TRACE's renderings, where one might expect the gains to shrink if the mechanism is mainly format familiarity.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces TRACE, a procedural environment for visual-reasoning RLVR. It factorizes each instance into a scene grammar and an executable task program sharing a semantic state, so that the rendered image, prompt, typed answer, verifier state, and replayable trace are all derived from one source of truth. The environment contains 1,000 authored tasks over 277 scene grammars in 11 visual domains. The empirical study trains Qwen2.5-VL-3B and Qwen2.5-VL-7B on 64,000 TRACE instances with a GRPO-style verifiable reward, then evaluates on 24 external benchmarks. The headline results are gains of 3.51 points (3B) and 4.06 points (7B) in the unweighted 24-benchmark macro-average, with positive mean changes on 21/24 (3B) and 24/24 (7B) benchmarks. The paper also reports held-out TRACE gains, training dynamics, and comparisons with several released synthetic-data RLVR checkpoints.
Significance. If the empirical result is stable, the paper makes a useful contribution to multimodal RL: it demonstrates that a moderately sized, fully procedural, exactly verifiable visual dataset can transfer to a broad set of independently authored benchmarks, and it provides a concrete architecture for separating scene construction from task computation. The per-benchmark numbers in Table 2 are internally consistent with the reported category and overall macro-averages, and Table 8 gives paired item-bootstrap intervals, which is a methodological strength. I also found no evidence of circularity: rewards are computed from the semantic state before rendering, not from the external benchmarks. However, the central claims are supported by only one training run per scale, there is no ablation isolating the taxonomy or sampling design, and no code/data availability is stated. These limitations directly affect how strongly the abstract's 'provides evidence' claim can be read, though they do not invalidate the observed checkpoint-level results.
major comments (4)
- [§7; Table 2; §5.2] The headline gains of 3.51/4.06 points and the 21/24 and 24/24 counts are based on one training run per model scale, as acknowledged in §7. The paired item-bootstrap intervals in Table 8 quantify evaluation-item noise, not optimization stochasticity. Since GRPO is stochastic and the runs use only 500 updates, a second or third independent training run (or at least an explicit run-to-run variance estimate) is needed before 'RLVR on TRACE improves the macro-average' can be interpreted as a stable property of the data. If additional runs are infeasible, the abstract and conclusion should be explicitly scoped to the specific trained checkpoints rather than phrased as evidence about the method generally.
- [§7; contributions; §6.2] The paper does not provide any ablation that isolates the effect of the taxonomy-guided factorization, task-boundary rule, or uniform task sampling. The comparisons with Game-RL, Sphinx, and PC-GRPO are, as stated in §5.3, descriptive and unmatched in data, optimization, and compute. Therefore the results support the claim that this particular 64K TRACE mixture yields a strong checkpoint, but they do not support the contribution-level suggestion that taxonomy guidance, stable task units, or program–grammar separation are responsible for the gains. I would ask for a matched baseline (e.g., an un-factored template generator, a grammar-only variant, or a mixture without task-balanced sampling) or for removal/softening of the attribution language in the title and contribution list.
- [§5.3; §6.2; §7] The conclusion 'transfer beyond the generated task distributions' is stronger than the evidence because each of the six external benchmark groups has a close counterpart among TRACE's 11 visual domains (charts, graphs, physics, puzzles, counting, spatial/3D). The macro-average could be driven mainly by near-neighbor benchmarks. The §7 caveat about natural-image distributions is helpful, but it does not address the more immediate question of how far the external suite is from TRACE. I recommend either adding a quantitative distributional/overlap analysis (for example, nearest-TRACE-domain distances per benchmark, or per-group gains analyzed against domain similarity) or reformulating the conclusion as generalization to independently authored benchmarks within overlapping task families.
- [Abstract; §4; §7] The paper advertises a 'reproducible' and 'replayable' environment, but I could not find any code, data, or explicit availability statement in the manuscript beyond a project page URL. For an environment paper whose central value is exact supervision, deterministic replay, and controlled generation, the absence of a code/data release plan is a load-bearing reproducibility issue. Please add a Data/Code Availability section that states what will be released (generator, task definitions, renderer, verifier, training data, evaluation harness) and under what license, or clearly state any restrictions.
minor comments (5)
- [Eq. (8)] The sentence 'Answer correctness therefore determines the reward' is slightly overstated: if the answer is correct but the response is not a valid JSON object, the reward is 0.95, while a wrong answer with a valid JSON wrapper receives 0.05. Please rephrase to say that answer correctness is the dominant term.
- [Abstract] Typo: 'TRACEfactorizes' should be 'TRACE factorizes'.
- [Figure 14 caption] The caption contains 'Y ou are shown' — the spacing should be 'You are shown'.
- [§6.1 / Table 6] The numeric-answer interface shows a very large gain (+70.59 at 3B) but contains only 51 tasks, so this slice has high variance. Consider adding a caveat or confidence interval for that row.
- [Figure 7 caption] The figure reports 95% task-cluster bootstrap intervals, but the resampling procedure is not defined in the caption or the body. Please specify how task clusters are formed and how many replicates are used.
Circularity Check
No significant circularity: the central claim is an external-benchmark experiment, not a fit or self-citation reduction.
full rationale
The paper's main derivation is an empirical RLVR transfer study. TRACE instances are generated by Eqs. (5)-(7): a scene generator G_s constructs a semantic state x, the task program P_t computes the typed answer y and verifier state v from that state before rendering, and the reward contract is bound to the computed answer. Training and reward computation therefore do not use any of the 24 external benchmarks as inputs. The reported macro-average is a post-hoc summary of independent benchmark evaluations under a fixed protocol with three decoding seeds; it is not a training objective, and no parameter is fitted to the benchmark scores. The only self-citation is the author's prior SPHINX system, appearing as related work and as a descriptive comparison checkpoint; the TRACE taxonomy, environment, and transfer claim do not rely on SPHINX as evidence. Section 7 honestly limits the transfer claim by noting that gains are not attributed to domains and that transfer to every natural-image distribution is not established. These are validity caveats, not circular steps. No equation, definition, or cited result reduces the claimed prediction to its own input.
Axiom & Free-Parameter Ledger
free parameters (4)
- Reward weight for exact answer =
0.95
- Reward weight for JSON format =
0.05
- Learning rate and training length =
1e-6; 500 updates
- Uniform task sampling with 64 instances per task =
64 instances per task; uniform
axioms (4)
- domain assumption The type-aware canonicalization and reward contract correctly decide whether a submitted answer matches the target for every instance.
- domain assumption The rendered image and prompt faithfully realize the semantic state so that the visual question the model sees corresponds to the executed task program.
- domain assumption Macro-averaging the chosen 24 external benchmarks is a meaningful measure of transfer.
- domain assumption Base and TRACE-trained checkpoints are comparable under the same evaluation protocol.
read the original abstract
Reinforcement learning with verifiable rewards (RLVR) has substantially improved language-model reasoning, yet its extension to vision-language models remains constrained by the lack of training data that are simultaneously broad, exactly verifiable, and reproducible. We introduce Trace, a taxonomy-guided environment for multidomain visual reasoning. Trace factorizes task construction into a scene grammar and an executable task program, separating visual realization from answer computation. A shared semantic state determines the rendered image, prompt, typed answer, verifier state, and replayable instance trace. The resulting environment comprises 1,000 tasks over 277 scene grammars and 11 visual domains, with controlled semantic and visual variation. RLVR on 64,000 Trace instances improves the macro-average across 24 external benchmarks by 3.51 percentage points for Qwen2.5-VL-3B and 4.06 points for Qwen2.5-VL-7B, providing evidence that broad procedural training can transfer beyond the generated task distributions. Project page: https://maveryn.github.io/trace/.
Figures
Reference graph
Works this paper leans on
-
[1]
SPHINX: A synthetic environment for visual perception and reasoning
Md Tanvirul Alam, Saksham Aggarwal, Justin Yang Chae, and Nidhi Rastogi. SPHINX: A synthetic environment for visual perception and reasoning. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 9489–9499, 2026
2026
-
[2]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-VL technical report. a...
Pith/arXiv arXiv 2025
-
[3]
Jiangjie Chen, Qianyu He, Siyu Yuan, Aili Chen, Zhicheng Cai, Weinan Dai, et al. Enigmata: Scaling logical reasoning in large language models with synthetic verifiable puzzles.arXiv preprint arXiv:2505.19914, 2025
Pith/arXiv arXiv 2025
-
[4]
Lin Chen, Jinsong Li, Xiaoyi Dong, Pan Zhang, Yuhang Zang, Zehui Chen, Haodong Duan, Jiaqi Wang, Yu Qiao, Dahua Lin, and Feng Zhao. Are we on the right way for evaluating large vision-language models?arXiv preprint arXiv:2403.20330, 2024
Pith/arXiv arXiv 2024
-
[5]
Yew Ken Chia, Vernon Toh Yan Han, Deepanway Ghosal, Lidong Bing, and Soujanya Poria. PuzzleVQA: Diagnosing multimodal reasoning challenges of language models with abstract visual patterns.arXiv preprint arXiv:2403.13315, 2024
Pith/arXiv arXiv 2024
-
[6]
EmbSpatial-Bench: Benchmarking spatial understanding for embodied tasks with large vision-language models
Mengfei Du, Binhao Wu, Zejun Li, Xuanjing Huang, and Zhongyu Wei. EmbSpatial-Bench: Benchmarking spatial understanding for embodied tasks with large vision-language models. InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics, 2024. 13
2024
-
[7]
VLMEvalKit: An open-source toolkit for evaluating large multi-modality models
Haodong Duan, Junming Yang, Yuxuan Qiao, Xinyu Fang, Lin Chen, Yuan Liu, Xiaoyi Dong, Yuhang Zang, Pan Zhang, Jiaqi Wang, et al. VLMEvalKit: An open-source toolkit for evaluating large multi-modality models. InProceedings of the 32nd ACM International Conference on Multimedia, pages 11198–11201, 2024
2024
-
[8]
Yichen Feng, Zhangchen Xu, Fengqing Jiang, Yuetai Li, Bhaskar Ramasubramanian, Luyao Niu, Bill Yuchen Lin, and Radha Poovendran. VisualSphinx: Large-scale synthetic vision logic puzzles for RL.arXiv preprint arXiv:2505.23977, 2025
Pith/arXiv arXiv 2025
-
[9]
Smith, Wei-Chiu Ma, and Ranjay Krishna
Xingyu Fu, Yushi Hu, Bangzheng Li, Yu Feng, Haoyu Wang, Xudong Lin, Dan Roth, Noah A. Smith, Wei-Chiu Ma, and Ranjay Krishna. BLINK: Multimodal large language models can see but not perceive.arXiv preprint arXiv:2404.12390, 2024
Pith/arXiv arXiv 2024
-
[10]
Embodied reasoning question answer (ERQA) benchmark
Google DeepMind. Embodied reasoning question answer (ERQA) benchmark. GitHub reposi- tory, 2025. URLhttps://github.com/embodiedreasoning/ERQA
2025
-
[11]
Composition-grounded data synthesis for visual reasoning.arXiv preprint arXiv:2510.15040, 2025
Xinyi Gu, Jiayuan Mao, Zhang-Wei Hong, Zhuoran Yu, Pengyuan Li, Dhiraj Joshi, Rogerio Feris, and Zexue He. Composition-grounded data synthesis for visual reasoning.arXiv preprint arXiv:2510.15040, 2025
arXiv 2025
-
[12]
OpenThoughts: Data recipes for reasoning models.arXiv preprint arXiv:2506.04178, 2025
Etash Guha, Ryan Marten, Sedrick Keh, Negin Raoof, Georgios Smyrnis, Hritik Bansal, Marianna Nezhurina, Jean Mercat, Trung Vu, Zayne Sprague, et al. OpenThoughts: Data recipes for reasoning models.arXiv preprint arXiv:2506.04178, 2025
Pith/arXiv arXiv 2025
-
[13]
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, et al. DeepSeek-R1: Incentivizing reasoning capability in LLMs via reinforcement learning.arXiv preprint arXiv:2501.12948, 2025
Pith/arXiv arXiv 2025
-
[14]
EvoChart: A benchmark and a self-training approach towards real-world chart understanding
Muye Huang, Han Lai, Xinyu Zhang, Wenjun Wu, Jie Ma, Lingling Zhang, and Jun Liu. EvoChart: A benchmark and a self-training approach towards real-world chart understanding. arXiv preprint arXiv:2409.01577, 2025
Pith/arXiv arXiv 2025
-
[15]
Wenxuan Huang, Bohan Jia, Zijie Zhai, Shaosheng Cao, Zheyu Ye, Fei Zhao, et al. Vision- R1: Incentivizing reasoning capability in multimodal large language models.arXiv preprint arXiv:2503.06749, 2025
Pith/arXiv arXiv 2025
-
[16]
Hudson and Christopher D
Drew A. Hudson and Christopher D. Manning. GQA: A new dataset for real-world visual reasoning and compositional question answering. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019
2019
-
[17]
Derpanis, Babak Taati, and Radek Grzeszczuk
Ahmadreza Jeddi, Hakki Can Karaimer, Hue Nguyen, Zhongling Wang, Ke Zhao, Javad Rajabi, Ran Zhang, Raghav Goyal, Konstantinos G. Derpanis, Babak Taati, and Radek Grzeszczuk. PuzzleCraft: Exploration-aware curriculum learning for puzzle-based RLVR in VLMs.arXiv preprint arXiv:2512.14944, 2025. URLhttps://arxiv.org/abs/2512.14944
arXiv 2025
-
[18]
Lawrence Zitnick, and Ross Girshick
Justin Johnson, Bharath Hariharan, Laurens van der Maaten, Li Fei-Fei, C. Lawrence Zitnick, and Ross Girshick. CLEVR: A diagnostic dataset for compositional language and elementary visual reasoning. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2017
2017
-
[19]
Yoonsik Kim, Moonbin Yim, and Ka Yeon Song. TableVQA-Bench: A visual question answering benchmark on multiple table domains.arXiv preprint arXiv:2404.19205, 2024
Pith/arXiv arXiv 2024
-
[20]
Shenshen Li, Xing Xu, Kaiyuan Deng, Lei Wang, Heng Tao Shen, and Fumin Shen. Truth in the few: High-value data selection for efficient multi-modal reasoning.arXiv preprint arXiv:2506.04755, 2025
arXiv 2025
-
[21]
Yiqing Liang, Jielin Qiu, Wenhao Ding, Zuxin Liu, James Tompkin, Mengdi Xu, Mengzhou Xia, Zhengzhong Tu, Laixi Shi, and Jiacheng Zhu. MoDoMoDo: Multi-domain data mixtures for multimodal LLM reinforcement learning.arXiv preprint arXiv:2505.24871, 2025
Pith/arXiv arXiv 2025
-
[22]
Visual-RFT: Visual reinforcement fine-tuning.arXiv preprint arXiv:2503.01785, 2025
Ziyu Liu, Zeyi Sun, Yuhang Zang, Xiaoyi Dong, Yuhang Cao, Haodong Duan, Dahua Lin, and Jiaqi Wang. Visual-RFT: Visual reinforcement fine-tuning.arXiv preprint arXiv:2503.01785, 2025. 14
Pith/arXiv arXiv 2025
-
[23]
Pan Lu, Hritik Bansal, Tony Xia, Jiacheng Liu, Chunyuan Li, Hannaneh Hajishirzi, Hao Cheng, Kai-Wei Chang, Michel Galley, and Jianfeng Gao. MathVista: Evaluating mathematical reasoning of foundation models in visual contexts.arXiv preprint arXiv:2310.02255, 2024
Pith/arXiv arXiv 2024
-
[24]
Ahmed Masry, Mohammed Saidul Islam, Mahir Ahmed, Aayush Bajaj, Firoz Kabir, Aaryaman Kartha, Md Tahmid Rahman Laskar, Mizanur Rahman, Shadikur Rahman, Mehrad Shahmo- hammadi, Megh Thakkar, Md Rizwan Parvez, Enamul Hoque, and Shafiq Joty. ChartQAPro: A more diverse and challenging benchmark for chart question answering.arXiv preprint arXiv:2504.05506, 2025
Pith/arXiv arXiv 2025
-
[25]
Fanqing Meng, Lingxiao Du, Zongkai Liu, Zhixiang Zhou, Quanfeng Lu, Daocheng Fu, et al. MM-Eureka: Exploring the frontiers of multimodal reasoning with rule-based reinforcement learning.arXiv preprint arXiv:2503.07365, 2025
Pith/arXiv arXiv 2025
-
[26]
Teaching CLIP to count to ten.arXiv preprint arXiv:2302.12066, 2023
Roni Paiss, Ariel Ephrat, Omer Tov, Shiran Zada, Inbar Mosseri, Michal Irani, and Tali Dekel. Teaching CLIP to count to ten.arXiv preprint arXiv:2302.12066, 2023
Pith/arXiv arXiv 2023
-
[27]
Yingzhe Peng, Gongrui Zhang, Miaosen Zhang, Zhiyuan You, Jie Liu, Qipeng Zhu, et al. LMM-R1: Empowering 3b LMMs with strong reasoning abilities through two-stage rule-based RL.arXiv preprint arXiv:2503.07536, 2025
Pith/arXiv arXiv 2025
-
[28]
We-Math: Does your large multimodal model achieve human-like mathematical reasoning? InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics, 2025
Runqi Qiao, Qiuna Tan, Guanting Dong, Minhui Wu, Chong Sun, Xiaoshuai Song, Jiapeng Wang, Zhuoma Gong Que, Shanglin Lei, Yifan Zhang, Zhe Wei, Miaoxuan Zhang, Runfeng Qiao, Xiao Zong, Yida Xu, Peiqing Yang, Zhimin Bao, Muxi Diao, Chen Li, and Honggang Zhang. We-Math: Does your large multimodal model achieve human-like mathematical reasoning? InProceedings...
2025
-
[29]
Vero: An open RL recipe for general visual reasoning.arXiv preprint arXiv:2604.04917, 2026
Gabriel Sarch, Linrong Cai, Qunzhong Wang, Haoyang Wu, Danqi Chen, and Zhuang Liu. Vero: An open RL recipe for general visual reasoning.arXiv preprint arXiv:2604.04917, 2026
Pith/arXiv arXiv 2026
-
[30]
Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, et al. DeepSeek- Math: Pushing the limits of mathematical reasoning in open language models.arXiv preprint arXiv:2402.03300, 2024
Pith/arXiv arXiv 2024
-
[31]
Haozhan Shen, Peng Liu, Jingcheng Li, Chunxin Fang, Yibo Ma, Jiajia Liao, et al. VLM-R1: A stable and generalizable R1-style large vision-language model.arXiv preprint arXiv:2504.07615, 2025
Pith/arXiv arXiv 2025
-
[32]
PhyX: Does your model have the wits for physical reasoning?arXiv preprint arXiv:2505.15929, 2025
Hui Shen, Taiqiang Wu, Qi Han, Yunta Hsieh, Jizhou Wang, Yuyue Zhang, Yuxin Cheng, Zijian Hao, Yuansheng Ni, Xin Wang, Zhongwei Wan, Kai Zhang, Wendong Xu, Jing Xiong, Ping Luo, Wenhu Chen, Chaofan Tao, Zhuoqing Mao, and Ngai Wong. PhyX: Does your model have the wits for physical reasoning?arXiv preprint arXiv:2505.15929, 2025
Pith/arXiv arXiv 2025
-
[33]
Yueqi Song, Tianyue Ou, Yibo Kong, Zecheng Li, Graham Neubig, and Xiang Yue. VisualPuz- zles: Decoupling multimodal reasoning evaluation from domain knowledge.arXiv preprint arXiv:2504.10342, 2025
Pith/arXiv arXiv 2025
-
[34]
Zafir Stojanovski, Oliver Stanley, Joe Sharratt, Richard Jones, Abdulhakeem Adefioye, Jean Kaddour, and Andreas Köpf. Reasoning Gym: Reasoning environments for reinforcement learning with verifiable rewards.arXiv preprint arXiv:2505.24760, 2025
arXiv 2025
-
[35]
Haoxiang Sun, Lizhen Xu, Bing Zhao, Wotao Yin, Wei Wang, Boyu Yang, Rui Wang, and Hu Wei. DeepVision-103K: A visually diverse, broad-coverage, and verifiable mathematical dataset for multimodal reasoning.arXiv preprint arXiv:2602.16742, 2026
arXiv 2026
-
[36]
CountQA: How well do MLLMs count in the wild?arXiv preprint arXiv:2508.06585, 2025
Jayant Sravan Tamarapalli, Rynaa Grover, Nilay Pande, and Sahiti Yerramilli. CountQA: How well do MLLMs count in the wild?arXiv preprint arXiv:2508.06585, 2025
Pith/arXiv arXiv 2025
-
[37]
Huajie Tan, Yuheng Ji, Xiaoshuai Hao, Xiansheng Chen, Pengwei Wang, Zhongyuan Wang, and Shanghang Zhang. Reason-RFT: Reinforcement fine-tuning for visual reasoning of vision language models.arXiv preprint arXiv:2503.20752, 2025. 15
arXiv 2025
-
[38]
Game-RL: Synthesizing multimodal verifiable game data to boost VLMs’ general reasoning
Jingqi Tong, Jixin Tang, Hangcheng Li, Yurong Mou, Ming Zhang, Jun Zhao, Yanbo Wen, Fan Song, Jiahao Zhan, Yuyang Lu, et al. Game-RL: Synthesizing multimodal verifiable game data to boost VLMs’ general reasoning. InInternational Conference on Learning Representations,
-
[39]
Shengbang Tong, Ellis Brown, Penghao Wu, Sanghyun Woo, Manoj Middepogu, Sai Charitha Akula, Jihan Yang, Shusheng Yang, Adithya Iyer, Xichen Pan, Ziteng Wang, Rob Fergus, Yann LeCun, and Saining Xie. Cambrian-1: A fully open, vision-centric exploration of multimodal LLMs.arXiv preprint arXiv:2406.16860, 2024
Pith/arXiv arXiv 2024
-
[40]
Haochen Wang, Xiangtai Li, Zilong Huang, Anran Wang, Jiacong Wang, Tao Zhang, Jiani Zheng, Sule Bai, Zijian Kang, Jiashi Feng, Zhuochen Wang, and Zhaoxiang Zhang. Traceable evidence enhanced visual grounded reasoning: Evaluation and methodology.arXiv preprint arXiv:2507.07999, 2026
arXiv 2026
-
[41]
Ke Wang, Junting Pan, Weikang Shi, Zimu Lu, Mingjie Zhan, and Hongsheng Li. Mea- suring multimodal mathematical reasoning with MATH-Vision dataset.arXiv preprint arXiv:2402.14804, 2024
Pith/arXiv arXiv 2024
-
[42]
Siting Wang, Minnan Pei, Luoyang Sun, Cheng Deng, Yuchen Li, Kun Shao, Zheng Tian, Haifeng Zhang, and Jun Wang. SpatialViz-Bench: A cognitively-grounded benchmark for diagnosing spatial visualization in MLLMs.arXiv preprint arXiv:2507.07610, 2026
arXiv 2026
-
[43]
Xiyao Wang, Zhengyuan Yang, Chao Feng, Yongyuan Liang, Yuhang Zhou, Xiaoyu Liu, et al. ViCrit: A verifiable reinforcement learning proxy task for visual perception in VLMs.arXiv preprint arXiv:2506.10128, 2025
Pith/arXiv arXiv 2025
-
[44]
Xiyao Wang, Zhengyuan Yang, Chao Feng, Hongjin Lu, Linjie Li, Chung-Ching Lin, Kevin Lin, Furong Huang, and Lijuan Wang. SoTA with less: MCTS-guided sample selection for data-efficient visual reasoning self-improvement.arXiv preprint arXiv:2504.07934, 2025
Pith/arXiv arXiv 2025
- [45]
-
[46]
Zirui Wang, Mengzhou Xia, Luxi He, Howard Chen, Yitao Liu, Richard Zhu, Kaiqu Liang, Xindi Wu, Haotian Liu, Sadhika Malladi, Alexis Chevalier, Sanjeev Arora, and Danqi Chen. CharXiv: Charting gaps in realistic chart understanding in multimodal LLMs.arXiv preprint arXiv:2406.18521, 2024
Pith/arXiv arXiv 2024
-
[47]
Zijian Wu, Jinjie Ni, Xiangyan Liu, Zichen Liu, Hang Yan, and Michael Qizhe Shieh. SynthRL: Scaling visual reasoning with verifiable data synthesis.arXiv preprint arXiv:2506.02096, 2025
Pith/arXiv arXiv 2025
-
[48]
RealWorldQA
xAI. RealWorldQA. Hugging Face dataset, 2024. URL https://huggingface.co/ datasets/xai-org/RealworldQA
2024
-
[49]
Yijia Xiao, Edward Sun, Tianyu Liu, and Wei Wang. LogicVista: Multimodal LLM logical reasoning benchmark in visual contexts.arXiv preprint arXiv:2407.04973, 2024
Pith/arXiv arXiv 2024
-
[50]
Jie Yang, Feipeng Ma, Zitian Wang, Dacheng Yin, Kang Rong, Fengyun Rao, and Ruimao Zhang. WeThink: Toward general-purpose vision-language reasoning via reinforcement learn- ing.arXiv preprint arXiv:2506.07905, 2025
Pith/arXiv arXiv 2025
-
[51]
Tianze Yang, Yucheng Shi, Ruitong Sun, Jingyuan Huang, Ninghao Liu, and Jin Sun. TRON: Targeted rule-verifiable online environments for visual reasoning RL.arXiv preprint arXiv:2606.01599, 2026. URLhttps://arxiv.org/abs/2606.01599
Pith/arXiv arXiv 2026
-
[52]
R1- Onevision: Advancing generalized multimodal reasoning through cross-modal formalization
Yi Yang, Xiaoxuan He, Hongkun Pan, Xiyan Jiang, Yan Deng, Xingtao Yang, et al. R1- Onevision: Advancing generalized multimodal reasoning through cross-modal formalization. arXiv preprint arXiv:2503.10615, 2025
Pith/arXiv arXiv 2025
-
[53]
Yida Yin, Harish Krishnakumar, Chung Peng Lee, Boya Zeng, Wenhao Chai, Shengbang Tong, Wenhu Chen, Hu Xu, Xingyu Fu, Gabriel Sarch, Aleksandra Korolova, and Zhuang Liu. Worldbench: A challenging and visually diverse multimodal reasoning benchmark.arXiv preprint arXiv:2606.06538, 2026. 16
Pith/arXiv arXiv 2026
-
[54]
Jiakang Yuan, Tianshuo Peng, Yilei Jiang, Yiting Lu, Renrui Zhang, Kaituo Feng, Chaoyou Fu, Tao Chen, Lei Bai, Bo Zhang, and Xiangyu Yue. MME-Reasoning: A comprehensive benchmark for logical reasoning in MLLMs.arXiv preprint arXiv:2505.21327, 2025
Pith/arXiv arXiv 2025
-
[55]
Xiang Yue, Tianyu Zheng, Yuansheng Ni, Yubo Wang, Kai Zhang, Shengbang Tong, Yuxuan Sun, Botao Yu, Ge Zhang, Huan Sun, Yu Su, Wenhu Chen, and Graham Neubig. MMMU- Pro: A more robust multi-discipline multimodal understanding benchmark.arXiv preprint arXiv:2409.02813, 2025
Pith/arXiv arXiv 2025
-
[56]
Yuheng Zha, Kun Zhou, Yujia Wu, Yushu Wang, Jie Feng, Zhi Xu, Shibo Hao, Zhengzhong Liu, Eric P. Xing, and Zhiting Hu. Vision-G1: Towards general reasoning vision-language models via reinforcement learning.Proceedings of the AAAI Conference on Artificial Intelligence, 40 (33):28131–28139, 2026. doi: 10.1609/aaai.v40i33.40039
-
[57]
Task me anything.arXiv preprint arXiv:2406.11775, 2024
Jieyu Zhang, Weikai Huang, Zixian Ma, Oscar Michel, Dong He, Tanmay Gupta, Wei-Chiu Ma, Ali Farhadi, Aniruddha Kembhavi, and Ranjay Krishna. Task me anything.arXiv preprint arXiv:2406.11775, 2024
Pith/arXiv arXiv 2024
-
[58]
Renrui Zhang, Dongzhi Jiang, Yichi Zhang, Haokun Lin, Ziyu Guo, Pengshuo Qiu, Aojun Zhou, Pan Lu, Kai-Wei Chang, Peng Gao, and Hongsheng Li. MathVerse: Does your multi-modal LLM truly see the diagrams in visual math problems?arXiv preprint arXiv:2403.14624, 2024. 17 A Environment Construction and Validation A.1 Domain construction profiles Prompts are ass...
Pith/arXiv arXiv 2024
-
[2026]
URLhttps://openreview.net/forum?id=e4FqU4SyHL
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.