Pith. sign in

REVIEW 2 major objections 1 cited by

SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search

T0 review · 2 major / 0 minor · reviewed 2026-07-01 · grok-4.3

Pith's one-line read A lightweight training recipe using 7K trajectories lets open multimodal agents match Gemini-3-Pro on search tasks.

desk verdict SimpleSearch-VL reports solid numerical lifts on Qwen3-VL agents from a small-data recipe, but the attribution to its three components rests on unverified baseline equivalence. read the letter →

arxiv 2606.31504 v1 pith:JRAGTKTD submitted 2026-06-30 cs.CV

classification cs.CV
keywords multimodalagentsagenticsearchvisuallanguagemodelstoolusereinforcementlearningchainofthoughtverificationrolloutefficiency
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces SimpleSearch-VL to strengthen an agent's own search-and-verification loop instead of scaling data, tools, or helper models. It applies Factorized Adaptive Rollout to create more useful training groups and reuse samples against long-tail delays, adds explicit chain-of-thought checks that verify whether retrieved visual and text cues actually address the query, and keeps all processing inside the agent with a simple self-summary step. These three changes, trained on only 5K supervised tool-interleaved examples plus 2K RL steps, raise Qwen3-VL agent baselines by roughly 16 points on average, bringing the 30B variant to parity with agentic Gemini-3-Pro.

What carries the argument

Factorized Adaptive Rollout (FAR) that forms informative training groups while recycling redundant samples to reduce latency and surface hard cases, paired with evidence-verified chain-of-thought reasoning that scores the relevance of each retrieved visual and textual cue to the original query.

What would settle it

Reproduce the exact Qwen3-VL agent baselines and SimpleSearch-VL models on the same test sets with identical tool interfaces and prompt templates to check whether the 15-plus-point average gains remain.

Watch

Extended reading notes

Core claim

The central claim is that Factorized Adaptive Rollout, evidence-verified reasoning, and in-agent webpage self-summary together allow an agent trained on 5K supervised tool-interleaved trajectories and 2K RL data to improve Qwen3-VL agentic baselines by 15.8 and 16.0 average points for the 8B and 30B-A3B variants, with the larger model reaching performance competitive with agentic Gemini-3-Pro.

Load-bearing premise

The reported gains come from the proposed rollout, verification, and self-summary steps rather than from hidden differences in evaluation setup, data selection, or how the baselines were run.

Editorial extensions

If this is right

  • Multimodal agents can reach competitive search performance without external auxiliary models or large additional datasets.
  • Verification steps inserted into the reasoning chain measurably reduce errors when agents must judge retrieved images and text.
  • Keeping summary generation inside the agent removes the need for separate summarization services.
  • Adaptive rollout strategies improve sample efficiency even when total training data stays small.
  • The same three components can be applied to other base vision-language models without architectural changes.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the gains transfer to other open VLMs, the recipe offers a low-cost path to stronger agentic search across model families.
  • The emphasis on internal verification may extend to non-search agent tasks where agents must judge the utility of retrieved evidence.
  • Lightweight self-contained agents could lower deployment costs for applications that currently rely on closed-model APIs.
  • Testing FAR on longer-horizon tasks would reveal whether the latency-mitigation benefit scales beyond the reported search benchmarks.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 0 minor

Summary. The paper presents SimpleSearch-VL, a multimodal agentic search framework whose core contributions are Factorized Adaptive Rollout (FAR) for sampling efficiency, evidence-verified chain-of-thought reasoning for reliability, and in-agent webpage self-summary for practicality. Using only 5K supervised tool-interleaved trajectories and 2K RL samples, the method is reported to improve Qwen3-VL agentic baselines by 15.8 and 16.0 average points on the 8B and 30B-A3B variants respectively, with the larger model reaching performance competitive with agentic Gemini-3-Pro.

Significance. If the reported gains are shown to be robustly attributable to the three proposed components under identical evaluation conditions, the work would offer a practical, low-data recipe for improving multimodal agents without auxiliary models or external dependencies. The emphasis on efficiency via FAR and internal self-summary is a clear strength for deployment-oriented research.

major comments (2)
  1. [Abstract] Abstract: The central claim attributes the 15.8/16.0-point lifts to FAR, evidence-verified reasoning, and lightweight self-summary, yet provides no information on whether the Qwen3-VL baselines were re-implemented with identical tool interfaces, prompt formats, retrieval corpora, and scoring rules. Without this, the attribution cannot be verified and the numerical improvements do not yet support the causal claim.
  2. [Experimental section] Experimental section (assumed §4 or equivalent): No details are supplied on statistical significance, variance across runs, or controls for post-hoc data selection. The soundness of the 15.8/16.0-point gains therefore cannot be assessed from the provided information.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive comments. We address the concerns about baseline equivalence and experimental robustness below, and will revise the manuscript to improve clarity on these points.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The central claim attributes the 15.8/16.0-point lifts to FAR, evidence-verified reasoning, and lightweight self-summary, yet provides no information on whether the Qwen3-VL baselines were re-implemented with identical tool interfaces, prompt formats, retrieval corpora, and scoring rules. Without this, the attribution cannot be verified and the numerical improvements do not yet support the causal claim.

    Authors: We re-implemented the Qwen3-VL baselines using identical tool interfaces, prompt formats, retrieval corpora, and scoring rules to ensure fair attribution of gains to the proposed components (FAR, evidence-verified reasoning, and self-summary). This equivalence is stated in the experimental setup. We will add an explicit clarifying sentence to the abstract and expand the relevant paragraph in the introduction. revision: yes

  2. Referee: [Experimental section] Experimental section (assumed §4 or equivalent): No details are supplied on statistical significance, variance across runs, or controls for post-hoc data selection. The soundness of the 15.8/16.0-point gains therefore cannot be assessed from the provided information.

    Authors: The training trajectories were fixed before evaluation with no post-hoc selection. Main results reflect averages over three independent runs with different seeds, yielding consistent gains. We will add a dedicated paragraph in the experimental section reporting the number of runs, observed variance where available, and confirmation of the fixed data protocol. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: empirical performance claims rest on reported training data and baselines without reduction to fitted inputs or self-citations.

full rationale

The paper presents an empirical framework using supervised trajectories and RL data to train a multimodal agent, claiming gains from components like FAR and evidence-verified reasoning. No equations, fitted parameters renamed as predictions, or self-citation chains appear in the provided text. The central claims concern measured improvements over baselines rather than any derivation that reduces by construction to its inputs. This is the standard case of a self-contained empirical report whose validity depends on experimental controls, not definitional equivalence.

Assumptions & free parameters 0 free parameters · 0 assumptions · 0 invented entities

Abstract-only review yields no identifiable free parameters, axioms, or invented entities; full methods would be required to populate the ledger.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search." pith.science (2026). https://pith.science/paper/JRAGTKTD

@misc{pith2026260631504,
  author       = {Pith},
  title        = {Pith review of: SimpleSearch-VL: A Simple Recipe for Multimodal Agentic Deep Search},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JRAGTKTD}},
  note         = {Machine review of arXiv:2606.31504}
}
read the original abstract

We present SimpleSearch-VL, an efficient, reliable, and practical framework for multimodal agentic search. Its core idea is to improve the agent's own search-and-verification process rather than scaling data, tools, or auxiliary model components. For efficiency, Factorized Adaptive Rollout (FAR) improves sampling efficiency by forming more informative training groups while using redundant samples to mitigate long-tail latency and expose hard samples. For reliability, SimpleSearch-VL performs evidence-verified reasoning, explicitly using chain-of-thought verification to assess the relevance of retrieved visual and textual cues to the original context. For practicality, SimpleSearch-VL keeps a lightweight tool interface and performs webpage self-summary within the agent, requiring no additional external dependencies. With only 5K supervised tool-interleaved trajectories and 2K RL data, SimpleSearch-VL improves Qwen3-VL agentic baselines by 15.8 and 16.0 average points for the 8B and 30B-A3B variants, respectively. The SimpleSearch-VL-30B-A3B model further achieves performance competitive with agentic Gemini-3-Pro.

Figures

Figures reproduced from arXiv: 2606.31504 by the authors.

Figure 1
Figure 1. Performance comparison with representative multimodal deep search agents. SimpleSearch￾VL-8B outperforms most open-source 30B-scale multimodal deep search agents, while SimpleSearch-VL￾30B-A3B achieves performance competitive with agentic Gemini-3-Pro. *Corresponding authors: Jian Wang (bobblair.wj@antgroup.com) and Wankou Yang (wkyang@seu.edu.cn). 1 arXiv:2606.31504v1 [cs.CV] 30 Jun 2026 [PITH_FULL_IMAGE:figures/f… view at source ↗
Figure 2
Figure 2. Overview of Factorized Adaptive Rollout. (a)–(d) compare fixed sampling, prompt expansion, rollout allocation, and FAR, which keeps exploring hard groups while skipping redundant tail rollouts. (e)–(f) show rollout time and the accuracy–efficiency trade-off. 1 Introduction Agentic search extends large language models from passive response generation to active evidence acquisition. In the language-only setting, recen… view at source ↗
Figure 3
Figure 3. Agentic search process of SimpleSearch-VL. The model alternates between reasoning, tool calls, evidence verification, and final answer generation. Here ai is a previous action and oi is the corresponding tool observation. Conditioning on Ht makes the state contain all information needed for the next decision. • Action at ∈ A: The policy first generates <thinking> and then emits exactly one action: at ∼ πθ (· | st), … view at source ↗
Figures from the paper (17 more)
Figure 4
Figure 4. Figure 4: FAR sampling details and filtering process. The numbers 1, 2, 3, and subsequent indices indicate the intuitive sampling order. FAR fills base rollouts first, then allocates expanded rollout slots horizontally across groups. Once an answer-correct rollout appears for a …
Figure 5
Figure 5. Figure 5: a, Prompt Expansion improves performance by adding more effective samples within each training step, thereby accelerating convergence. Fig. 5b supports this trend: larger expansion ratios provide more signals in the early stage, but the gain becomes marginal later beca…
Figure 6
Figure 6. Figure 6: Fixed rollout-budget trade-off. (a) Best evaluation scores for each rollout budget. (b) Signal rate during training. (c) Per-step rollout time. Method Recovered Groups Rate Rollout 4–6 117 11.7% Rollout 4–8 195 17.7% (a) Recovery metrics. 0 20 40 60 80 100 5 10 15 20 A…
Figure 7
Figure 7. Figure 7: Hard-group recovery with additional rollouts. (a) Recovered occurrences and recovery rate among hard groups. (b) Initially all-wrong group occurrences per step. (c) Occurrences recovered by later rollouts. Method Step(s) AVG MMS BC-VL FVQA Standard 192 56.6 66.8 35.0 6…
Figure 8
Figure 8. Figure 8: FAR accuracy–efficiency trade-off. (a) Rollout cost and evaluation scores. (b) Signal rate. (c) All-correct rate. Factorized Adaptive Rollout. Fig. 8a shows that expanding the rollout budget through Rollout Allocation brings clear performance gains. We do not emphasize…
Figure 9
Figure 9. Figure 9: compares SFT+RL and Direct RL under the same FAR (2×, 4–6) setting. The SFT-initialized run keeps a longer and more stable search process, with average reasoning rounds changing only from 5.6 to 5.4 between steps 10 and 100. Direct RL starts from shorter trajectories a…
Figure 10
Figure 10. Figure 10: Inference rounds and Pass@1. Bars show the average number of reasoning rounds on each benchmark, while markers and dashed segments report the corresponding Pass@1 scores. 4.3.6 Training Cost Comparison [PITH_FULL_IMAGE:figures/full_fig_p013_10.png]
Figure 11
Figure 11. Figure 11: Raw source composition of SFT and RL training data. (a) SFT trajectory mixture. (b) RL data mixture. 0 20 40 60 80 100 Share of training samples (%) SFT RL 4,827 (93.0%) 366 (7.0%) 1,592 (79.8%) 403 (20.2%) (a) Multi-image Ratio Single-image Multi-image 0 1 2 3 4 5 6 …
Figure 12
Figure 12. Figure 12: Input-image type and SFT round distribution. (a) Single-image and multi-image shares in SFT and RL data. (b) SFT tool-use round distribution, where a round denotes one tool call before the final answer. B Agent Workflow and Tool Interface The agent operates in a tool-…
Figure 13
Figure 13. Figure 13: Standard single-image case. The agent searches the left image region, matches retrieved thumbnails and titles to Don Lemon, and verifies the identity with visited webpages before answering. 29 [PITH_FULL_IMAGE:figures/full_fig_p029_13.png]
Figure 14
Figure 14. Figure 14: Standard single-image case with visual-to-text verification. The reverse-image-search result grounds the scene as the Evil Queen from Snow White; webpage and text evidence then confirm Gal Gadot as the actress in the new film. 30 [PITH_FULL_IMAGE:figures/full_fig_p03…
Figure 15
Figure 15. Figure 15: Single-image case without image search. For this straightforward logo-based question, the model does not call image search; it uses the visible Fine Art America text as an anchor and verifies the answer through text search and webpage visiting. 31 [PITH_FULL_IMAGE:fi…
Figure 16
Figure 16. Figure 16: Multi-frame case with frame selection. The first cockpit frame gives generic simulator evidence, while the second frame retrieves a United Airlines training video; the agent then verifies that the facility is the United Airlines Flight Training Center in Denver. 32 […
Figure 17
Figure 17. Figure 17: Multi-frame case with cross-image comparison. The agent links the first frame to the 1932 Ford Hunger March and the second frame to the 1941 Ford Strikers Riot, verifies both dates through webpage evidence, and computes the correct nine-year interval. 33 [PITH_FULL_I…
Figure 18
Figure 18. Figure 18: Multi-region case. After a broad whole-image reverse search, the agent searches localized player regions, uses the goalkeeper match to anchor the England-squad context, and verifies from webpages that Thomas Tuchel recalled Jordan Henderson. 34 [PITH_FULL_IMAGE:figur…
Figure 19
Figure 19. Figure 19: Failure case with wrong entity selection. A generic songwriting image leads the agent to search for a plausible Songwriters Hall of Fame induction and answer Taylor Swift, although the benchmark target is Ben Peters. 36 [PITH_FULL_IMAGE:figures/full_fig_p036_19.png]
Figure 20
Figure 20. Figure 20: Failure case after correct visual grounding. Reverse image search identifies Dan Reeder, but the later track-list comparison selects “Gin Tonic” instead of the target shared song, “Fun Campfire Song”. 37 [PITH_FULL_IMAGE:figures/full_fig_p037_20.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. DeepVoyager-VL: Incentivizing Vision-in-the-Loop Search for Long-Horizon Multimodal Agents

    cs.CV 2026-08 conditional novelty 6.0 of 10

    A multimodal search agent fine-tuned on event-graph-synthesized trajectories with intermediate visual dependencies improves long-horizon visual search across ten benchmarks.

Reference graph

Works this paper leans on

112 extracted references · 112 canonical work pages · cited by 1 Pith paper

  1. [1]

    arXiv preprint arXiv:2505.22019 , year=

    VRAG-RL: Empower Vision-Perception-Based RAG for Visually Rich Information Understanding via Iterative Reasoning with Reinforcement Learning , author=. arXiv preprint arXiv:2505.22019 , year=

  2. [2]

    Thinking with Images

    DeepEyes: Incentivizing "Thinking with Images" via Reinforcement Learning , author=. 2026 , eprint=

  3. [3]

    Wikipedia , howpublished=

  4. [4]

    Team, Anthropic , title=

  5. [5]

    2025 , eprint=

    A Survey on LLM-as-a-Judge , author=. 2025 , eprint=

  6. [6]

    arXiv preprint arXiv:2504.07956 (2025) 14 18 Y

    Vcr-bench: A comprehensive evaluation framework for video chain-of-thought reasoning , author=. arXiv preprint arXiv:2504.07956 , year=

  7. [7]

    2024 , eprint=

    GPT-4o System Card , author=. 2024 , eprint=

  8. [8]

    arXiv preprint arXiv:2503.17736 , year=

    V2P-Bench: Evaluating Video-Language Understanding with Visual Prompts for Better Human-Model Interaction , author=. arXiv preprint arXiv:2503.17736 , year=

Show all 112 references
  1. [9]

    arXiv preprint arXiv:2510.01304 , year=

    Agentic Jigsaw Interaction Learning for Enhancing Visual Perception and Reasoning in Vision-Language Models , author=. arXiv preprint arXiv:2510.01304 , year=

  2. [10]

    arXiv preprint arXiv:2503.06749 , year=

    Vision-r1: Incentivizing reasoning capability in multimodal large language models , author=. arXiv preprint arXiv:2503.06749 , year=

  3. [11]

    arXiv preprint arXiv:2410.10594 , year=

    Visrag: Vision-based retrieval-augmented generation on multi-modality documents , author=. arXiv preprint arXiv:2410.10594 , year=

  4. [12]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Open-domain visual entity recognition: Towards recognizing millions of wikipedia entities , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  5. [13]

    European Conference on Computer Vision , pages=

    Sharegpt4v: Improving large multi-modal models with better captions , author=. European Conference on Computer Vision , pages=. 2024 , organization=

  6. [14]

    Advances in Neural Information Processing Systems , volume=

    Sharegpt4video: Improving video understanding and generation with better captions , author=. Advances in Neural Information Processing Systems , volume=

  7. [15]

    Advances in Neural Information Processing Systems , volume=

    Are we on the right way for evaluating large vision-language models? , author=. Advances in Neural Information Processing Systems , volume=

  8. [16]

    Mmsearch: Unveiling the potential of large models as multi-modal search engines , author=

  9. [17]

    arXiv preprint arXiv:2601.03193 , year=

    UniCorn: Towards Self-Improving Unified Multimodal Models through Self-Generated Supervision , author=. arXiv preprint arXiv:2601.03193 , year=

  10. [18]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

    Enhancing Large Vision-Language Models with Ultra-Detailed Image Caption Generation , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=

  11. [19]

    arXiv preprint arXiv:2511.22134 , year=

    DualVLA: Building a Generalizable Embodied Agent via Partial Decoupling of Reasoning and Action , author=. arXiv preprint arXiv:2511.22134 , year=

  12. [20]

    arXiv preprint arXiv:2506.13977 , year=

    CRITICTOOL: Evaluating Self-Critique Capabilities of Large Language Models in Tool-Calling Error Scenarios , author=. arXiv preprint arXiv:2506.13977 , year=

  13. [21]

    arXiv preprint arXiv:2509.06945 , year=

    Interleaving reasoning for better text-to-image generation , author=. arXiv preprint arXiv:2509.06945 , year=

  14. [22]

    arXiv preprint arXiv:2504.05288 , year=

    LiveVQA: Live Visual Knowledge Seeking , author=. arXiv preprint arXiv:2504.05288 , year=

  15. [23]

    arXiv preprint arXiv:2512.02395 , year=

    Skywork-R1V4: Toward Agentic Multimodal Intelligence through Interleaved Thinking with Images and DeepResearch , author=. arXiv preprint arXiv:2512.02395 , year=

  16. [24]

    arXiv preprint arXiv:2504.07165 , year=

    Perception in reflection , author=. arXiv preprint arXiv:2504.07165 , year=

  17. [25]

    2025 , eprint=

    PALADIN: Self-Correcting Language Model Agents to Cure Tool-Failure Cases , author=. 2025 , eprint=

  18. [26]

    2025 , eprint=

    Where LLM Agents Fail and How They can Learn From Failures , author=. 2025 , eprint=

  19. [27]

    Neurocomputing , pages=

    RE-GRPO: Leveraging hard negative cases through large language model guided self training , author=. Neurocomputing , pages=. 2025 , publisher=

  20. [28]

    2026 , eprint=

    On Group Relative Policy Optimization Collapse in Agent Search: The Lazy Likelihood-Displacement , author=. 2026 , eprint=

  21. [29]

    2026 , eprint=

    When Right Meets Wrong: Bilateral Context Conditioning with Reward-Confidence Correction for GRPO , author=. 2026 , eprint=

  22. [30]

    2026 , eprint=

    CoRPO: Adding a Correctness Bias to GRPO Improves Generalization , author=. 2026 , eprint=

  23. [31]

    2026 , eprint=

    WS-GRPO: Weakly-Supervised Group-Relative Policy Optimization for Rollout-Efficient Reasoning , author=. 2026 , eprint=

  24. [32]

    International conference on machine learning , pages=

    Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=

  25. [33]

    arXiv preprint arXiv:2602.13179 , year=

    Fix Before Search: Benchmarking Agentic Query Visual Pre-processing in Multimodal Retrieval-augmented Generation , author=. arXiv preprint arXiv:2602.13179 , year=

  26. [34]

    arXiv preprint arXiv:2603.01050 , year=

    Mm-deepresearch: A simple and effective multimodal agentic search baseline , author=. arXiv preprint arXiv:2603.01050 , year=

  27. [35]

    2025 , eprint=

    Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning , author=. 2025 , eprint=

  28. [36]

    arXiv preprint arXiv:2506.20670 , year=

    MMSearch-R1: Incentivizing LMMs to Search , author=. arXiv preprint arXiv:2506.20670 , year=

  29. [37]

    2026 , eprint=

    OpenVLThinkerV2: A Generalist Multimodal Reasoning Model for Multi-domain Visual Tasks , author=. 2026 , eprint=

  30. [38]

    2026 , eprint=

    Kimi K2.5: Visual Agentic Intelligence , author=. 2026 , eprint=

  31. [39]

    arXiv preprint arXiv:2510.12801 , year=

    Deepmmsearch-r1: Empowering multimodal llms in multimodal web search , author=. arXiv preprint arXiv:2510.12801 , year=

  32. [40]

    arXiv preprint arXiv:2508.05748 , year=

    Webwatcher: Breaking new frontier of vision-language deep research agent , author=. arXiv preprint arXiv:2508.05748 , year=

  33. [41]

    arXiv preprint arXiv:2511.05271 , year=

    DeepEyesV2: Toward Agentic Multimodal Model , author=. arXiv preprint arXiv:2511.05271 , year=

  34. [42]

    arXiv preprint arXiv:2510.24701 , year=

    Tongyi deepresearch technical report , author=. arXiv preprint arXiv:2510.24701 , year=

  35. [43]

    arXiv preprint arXiv:2505.22648 , year=

    Webdancer: Towards autonomous information seeking agency , author=. arXiv preprint arXiv:2505.22648 , year=

  36. [44]

    arXiv preprint arXiv:2507.02592 , year=

    WebSailor: Navigating Super-human Reasoning for Web Agent , author=. arXiv preprint arXiv:2507.02592 , year=

  37. [45]

    arXiv preprint arXiv:2507.15061 , year=

    Webshaper: Agentically data synthesizing via information-seeking formalization , author=. arXiv preprint arXiv:2507.15061 , year=

  38. [46]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Simplevqa: Multimodal factuality evaluation for multimodal large language models , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  39. [47]

    IEEE transactions on pattern analysis and machine intelligence , volume=

    Fvqa: Fact-based visual question answering , author=. IEEE transactions on pattern analysis and machine intelligence , volume=. 2017 , publisher=

  40. [48]

    arXiv preprint arXiv:2302.11713 , year=

    Can pre-trained vision and language models answer visual information-seeking questions? , author=. arXiv preprint arXiv:2302.11713 , year=

  41. [49]

    arXiv preprint arXiv:2402.03300 , year=

    Deepseekmath: Pushing the limits of mathematical reasoning in open language models , author=. arXiv preprint arXiv:2402.03300 , year=

  42. [50]

    arXiv preprint arXiv:1707.06347 , year=

    Proximal policy optimization algorithms , author=. arXiv preprint arXiv:1707.06347 , year=

  43. [51]

    Advances in neural information processing systems , volume=

    Visual instruction tuning , author=. Advances in neural information processing systems , volume=

  44. [52]

    The eleventh international conference on learning representations , year=

    React: Synergizing reasoning and acting in language models , author=. The eleventh international conference on learning representations , year=

  45. [53]

    arXiv preprint arXiv:2501.07572 , year=

    Webwalker: Benchmarking llms in web traversal , author=. arXiv preprint arXiv:2501.07572 , year=

  46. [54]

    2022 , eprint=

    WebQA: Multihop and Multimodal QA , author=. 2022 , eprint=

  47. [55]

    Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations) , address=

    LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations) , address=. 2024 , url=

  48. [56]

    2025 , note=

    rLLM: A Framework for Post-Training Language Agents , author=. 2025 , note=

  49. [57]

    Nature , volume=

    DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning , author=. Nature , volume=. 2025 , publisher=

  50. [58]

    Deepswe: Training a fully open-sourced, state-of-the-art coding agent by scaling rl, Jul 2025 , author=

  51. [59]

    arXiv preprint arXiv:2512.16918 , year=

    AdaTooler-V: Adaptive Tool-Use for Images and Videos , author=. arXiv preprint arXiv:2512.16918 , year=

  52. [60]

    arXiv preprint arXiv:2502.01600 , year=

    Reinforcement learning for long-horizon interactive llm agents , author=. arXiv preprint arXiv:2502.01600 , year=

  53. [61]

    arXiv preprint arXiv:2402.14740 , year=

    Back to basics: Revisiting reinforce style optimization for learning from human feedback in llms , author=. arXiv preprint arXiv:2402.14740 , year=

  54. [62]

    arXiv preprint arXiv:2510.26788 , year=

    Defeating the training-inference mismatch via fp16 , author=. arXiv preprint arXiv:2510.26788 , year=

  55. [63]

    arXiv preprint arXiv:2508.21475 , year=

    MMSearch-Plus: Benchmarking Provenance-Aware Search for Multimodal Browsing Agents , author=. arXiv preprint arXiv:2508.21475 , year=

  56. [64]

    arXiv preprint arXiv:2507.06261 , year=

    Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities , author=. arXiv preprint arXiv:2507.06261 , year=

  57. [65]

    arXiv preprint arXiv:2503.21776 , year=

    Video-r1: Reinforcing video reasoning in mllms , author=. arXiv preprint arXiv:2503.21776 , year=

  58. [66]

    arXiv preprint arXiv:2601.03267 , year=

    Openai gpt-5 system card , author=. arXiv preprint arXiv:2601.03267 , year=

  59. [67]

    preprint , year=

    Vision-DeepResearch Benchmark: Rethinking Visual and Textual Search for Multimodal Large Language Models , author=. preprint , year=

  60. [68]

    arXiv preprint arXiv:2601.22154 , year=

    Exploring Reasoning Reward Model for Agents , author=. arXiv preprint arXiv:2601.22154 , year=

  61. [69]

    arXiv preprint arXiv:2506.04207 , year=

    Advancing Multimodal Reasoning: From Optimized Cold Start to Staged Reinforcement Learning , author=. arXiv preprint arXiv:2506.04207 , year=

  62. [70]

    arXiv preprint arXiv:2510.08457 , year=

    ARES: Multimodal Adaptive Reasoning via Difficulty-Aware Token-Level Entropy Shaping , author=. arXiv preprint arXiv:2510.08457 , year=

  63. [71]

    arXiv preprint arXiv:2603.29620 , year=

    Unify-Agent: A Unified Multimodal Agent for World-Grounded Image Synthesis , author=. arXiv preprint arXiv:2603.29620 , year=

  64. [72]

    arXiv preprint arXiv:2603.28767 , year=

    Gen-Searcher: Reinforcing Agentic Search for Image Generation , author=. arXiv preprint arXiv:2603.28767 , year=

  65. [73]

    arXiv preprint arXiv:2601.22060 , year=

    Vision-deepresearch: Incentivizing deepresearch capability in multimodal large language models , author=. arXiv preprint arXiv:2601.22060 , year=

  66. [74]

    arXiv preprint arXiv:2512.03043 , year=

    Onethinker: All-in-one reasoning model for image and video , author=. arXiv preprint arXiv:2512.03043 , year=

  67. [75]

    2026 , eprint=

    AdaReasoner: Dynamic Tool Orchestration for Iterative Visual Reasoning , author=. 2026 , eprint=

  68. [76]

    arXiv preprint arXiv:2511.21631 , year=

    Qwen3-VL Technical Report , author=. arXiv preprint arXiv:2511.21631 , year=

  69. [77]

    2025 , eprint=

    Agentic Reinforced Policy Optimization , author=. 2025 , eprint=

  70. [78]

    2025 , eprint=

    WebSailor: Navigating Super-human Reasoning for Web Agent , author=. 2025 , eprint=

  71. [79]

    arXiv preprint arXiv:2505.14246 , year=

    Visual Agentic Reinforcement Fine-Tuning , author=. arXiv preprint arXiv:2505.14246 , year=

  72. [80]

    arXiv preprint arXiv:2512.24330 , year=

    SenseNova-MARS: Empowering Multimodal Agentic Reasoning and Search via Reinforcement Learning , author=. arXiv preprint arXiv:2512.24330 , year=

  73. [81]

    2025 , url=

    Claude 3.7 Sonnet and Claude Code , author=. 2025 , url=

  74. [82]

    2025 , url=

    Introducing Claude 4 , author=. 2025 , url=

  75. [83]

    2026 , url=

    Seed2.0 Model Card , author=. 2026 , url=

  76. [84]

    2024 , eprint=

    SWIFT:A Scalable lightWeight Infrastructure for Fine-Tuning , author=. 2024 , eprint=

  77. [86]

    arXiv preprint arXiv:2604.14029 , year=

    POINTS-Seeker: Towards Training a Multimodal Agentic Search Model from Scratch , author=. arXiv preprint arXiv:2604.14029 , year=

  78. [87]

    2026 , eprint=

    Visual-Seeker: Towards Visual-Native Multimodal Agentic Search via Active Visual Reasoning , author=. 2026 , eprint=

  79. [88]

    arXiv preprint arXiv:2604.06376 , year=

    MTA-Agent: An Open Recipe for Multimodal Deep Search Agents , author=. arXiv preprint arXiv:2604.06376 , year=

  80. [89]

    arXiv preprint arXiv:2605.07177 , year=

    HyperEyes: Dual-Grained Efficiency-Aware Reinforcement Learning for Parallel Multimodal Search Agents , author=. arXiv preprint arXiv:2605.07177 , year=

  81. [90]

    arXiv preprint arXiv:2605.05185 , year=

    OpenSearch-VL: An Open Recipe for Frontier Multimodal Search Agents , author=. arXiv preprint arXiv:2605.05185 , year=

  82. [91]

    arXiv preprint arXiv:2604.20486 , year=

    ProMMSearchAgent: A Generalizable Multimodal Search Agent Trained with Process-Oriented Rewards , author=. arXiv preprint arXiv:2604.20486 , year=

  83. [92]

    arXiv preprint arXiv:2605.02913 , year=

    Generate, Filter, Control, Replay: A Comprehensive Survey of Rollout Strategies for LLM Reinforcement Learning , author=. arXiv preprint arXiv:2605.02913 , year=

  84. [93]

    Advances in Neural Information Processing Systems , volume=

    Dapo: An open-source llm reinforcement learning system at scale , author=. Advances in Neural Information Processing Systems , volume=

  85. [94]

    arXiv preprint arXiv:2509.18521 , year=

    April: Active partial rollouts in reinforcement learning to tame long-tail generation , author=. arXiv preprint arXiv:2509.18521 , year=

  86. [95]

    arXiv preprint arXiv:2509.25808 , year=

    Improving sampling efficiency in rlvr through adaptive rollout and response reuse , author=. arXiv preprint arXiv:2509.25808 , year=

  87. [96]

    arXiv preprint arXiv:2602.14338 , year=

    Train Less, Learn More: Adaptive Efficient Rollout Optimization for Group-Based Reinforcement Learning , author=. arXiv preprint arXiv:2602.14338 , year=

  88. [97]

    Advances in Neural Information Processing Systems , volume=

    Act only when it pays: Efficient reinforcement learning for llm reasoning via selective rollouts , author=. Advances in Neural Information Processing Systems , volume=

  89. [98]

    arXiv preprint arXiv:2511.18902 , year=

    VADE: Variance-Aware Dynamic Sampling via Online Sample-Level Difficulty Estimation for Multimodal RL , author=. arXiv preprint arXiv:2511.18902 , year=

  90. [99]

    arXiv preprint arXiv:2509.21880 , year=

    No prompt left behind: Exploiting zero-variance prompts in llm reinforcement learning via entropy-guided advantage shaping , author=. arXiv preprint arXiv:2509.21880 , year=

  91. [100]

    arXiv preprint arXiv:2511.05589 , year=

    CoPRIS: Efficient and Stable Reinforcement Learning via Concurrency-Controlled Partial Rollout with Importance Sampling , author=. arXiv preprint arXiv:2511.05589 , year=

  92. [101]

    Proceedings of the 21st European Conference on Computer Systems , pages=

    Laminar: A scalable asynchronous rl post-training framework , author=. Proceedings of the 21st European Conference on Computer Systems , pages=

  93. [102]

    arXiv preprint arXiv:2602.01601 , year=

    Adaptive Rollout Allocation for Online Reinforcement Learning with Verifiable Rewards , author=. arXiv preprint arXiv:2602.01601 , year=

  94. [103]

    arXiv preprint arXiv:2603.15594 , year=

    OpenSeeker: Democratizing Frontier Search Agents by Fully Open-Sourcing Training Data , author=. arXiv preprint arXiv:2603.15594 , year=

  95. [104]

    Li, Zhuofeng and Jiang, Dongfu and Ma, Xueguang and Zhang, Haoxiang and Nie, Ping and Zhang, Yuyu and Zou, Kai and Xie, Jianwen and Zhang, Yu and Chen, Wenhu , journal=

  96. [105]

    arXiv preprint arXiv:2511.11793 , year=

    MiroThinker: Pushing the Performance Boundaries of Open-Source Research Agents via Model, Context, and Interactive Scaling , author=. arXiv preprint arXiv:2511.11793 , year=

  97. [106]

    arXiv preprint arXiv:2602.14234 , url=

    REDSearcher: A Scalable and Cost-Efficient Framework for Long-Horizon Search Agents , author=. arXiv preprint arXiv:2602.14234 , url=

  98. [107]

    2025 , howpublished =

    Zilin Zhu and Chengxing Xie and Xin Lv and slime Contributors , title =. 2025 , howpublished =

  99. [108]

    Advances in neural information processing systems , volume=

    Retrieval-augmented generation for knowledge-intensive nlp tasks , author=. Advances in neural information processing systems , volume=

  100. [109]

    Agentic Reinforced Policy Optimization , journal =

    Guanting Dong and Hangyu Mao and Kai Ma and Licheng Bao and Yifei Chen and Zhongyuan Wang and Zhongxia Chen and Jiazhen Du and Huiyang Wang and Fuzheng Zhang and Guorui Zhou and Yutao Zhu and Ji. Agentic Reinforced Policy Optimization , journal =

  101. [110]

    arXiv preprint arXiv:2604.12890 , year=

    Towards Long-horizon Agentic Multimodal Search , author=. arXiv preprint arXiv:2604.12890 , year=

  102. [111]

    arXiv preprint arXiv:2605.12497 , year=

    From Web to Pixels: Bringing Agentic Search into Visual Perception , author=. arXiv preprint arXiv:2605.12497 , year=

  103. [112]

    arXiv preprint arXiv:2604.10741 , year=

    Deep-Reporter: Deep Research for Grounded Multimodal Long-Form Generation , author=. arXiv preprint arXiv:2604.10741 , year=

  104. [113]

    2025 , howpublished =

    Gemini 3 Pro Model Card , author =. 2025 , howpublished =

Pith tools

Reviewed July 1, 2026 · model on record in the stance chip above.