AI Navigate

HopChain: Multi-Hop Data Synthesis for Generalizable Vision-Language Reasoning

arXiv cs.CV / 3/19/2026

📰 NewsModels & Research

Key Points

  • HopChain presents a scalable data-synthesis framework to create multi-hop vision-language reasoning data for RLVR training of VLMs.
  • The method builds logically dependent chains of hops and yields final answers that are precise numbers for verifiable rewards, addressing long-CoT reasoning and related errors.
  • Empirically, adding HopChain data improves 20 of 24 benchmarks across models and tasks (STEM, General VQA, Text Recognition, Document Understanding, Video Understanding).
  • Ablations show that removing or shortening the hops reduces performance significantly, while full multi-hop data yields large gains, including gains of more than 50 accuracy points in the ultra-long-CoT regime, supporting broad generalizability.

Abstract

VLMs show strong multimodal capabilities, but they still struggle with fine-grained vision-language reasoning. We find that long CoT reasoning exposes diverse failure modes, including perception, reasoning, knowledge, and hallucination errors, which can compound across intermediate steps. However, most existing vision-language data used for RLVR does not involve complex reasoning chains that rely on visual evidence throughout, leaving these weaknesses largely unexposed. We therefore propose HopChain, a scalable framework for synthesizing multi-hop vision-language reasoning data specifically for RLVR training of VLMs. Each synthesized multi-hop query forms a logically dependent chain of instance-grounded hops, where earlier hops establish the instances, sets, or conditions needed for later hops, while the final answer remains a specific, unambiguous number suitable for verifiable rewards. We add the multi-hop data synthesized by HopChain to the original RLVR data used to train Qwen3.5-35B-A3B and Qwen3.5-397B-A17B, and compare against RLVR on the original RLVR data alone across 24 benchmarks spanning STEM and Puzzle, General VQA, Text Recognition and Document Understanding, and Video Understanding. Although this multi-hop data is not synthesized to target any specific benchmark, adding it improves 20 out of 24 benchmarks on both models, indicating broad and generalizable gains. To demonstrate that full chained queries are important, we replace them with half-multi-hop or single-hop variants, reducing the 24-benchmark average accuracy by 5.3 and 7.0 points, respectively. Multi-hop training also strengthens long-CoT vision-language reasoning, with gains peaking at more than 50 accuracy points in the ultra-long-CoT regime. These experiments establish HopChain as an effective, scalable framework for synthesizing multi-hop data that improves generalizable vision-language reasoning.