Papers › Skywork-R1V3 Technical Report

Skywork-R1V3 Technical Report

8 Jul 2025arXiv:2507.06167archive 2025-07-28

Wei Shen, Jiangbo Pei, Yi Peng, Xuchen Song, Yang Liu, Jian Peng, Haofeng Sun, Yunzhuo Hao, Peiyu Wang, Yahui Zhou

We introduce Skywork-R1V3, an advanced, open-source vision-language model (VLM) that pioneers a new approach to visual reasoning. Its key innovation lies in effectively transferring reasoning skills from text-only Large Language Models (LLMs) to visual tasks. The strong performance of Skywork-R1V3 primarily stems from our elaborate post-training RL framework, which effectively activates and enhances the model's reasoning ability, without the need for additional continue pre-training. Through this framework, we further uncover the fundamental role of the connector module in achieving robust cross-modal alignment for multimodal reasoning models. In addition, we introduce a unique indicator of reasoning capability, the entropy of critical reasoning tokens, which has proven highly effective for checkpoint selection during RL training. Skywork-R1V3 achieves state-of-the-art results on MMMU, significantly improving from 64.3% to 76.0%. This performance matches entry-level human capabilities. Remarkably, our RL-powered post-training approach enables even the 38B parameter model to rival top closed-source VLMs. The implementation successfully transfers mathematical reasoning to other subject-related reasoning tasks. We also include an analysis of curriculum learning and reinforcement finetuning strategies, along with a broader discussion on multimodal reasoning. Skywork-R1V3 represents a significant leap in multimodal reasoning, showcasing RL as a powerful engine for advancing open-source VLM capabilities.

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="2507.06167")

Code

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

By repository: community (archive-listed): 9 samples from 1 repository, 0 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

SkyworkAI/Skywork-R1V officialmentioned in papermentioned on GitHubpytorch report
seephys/seephys-project mentioned on GitHubpytorch 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

12 samples harvested; 3 ran; 0 honoured the contract we drafted; 9 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 · our draft was wrong
9unverified

Licence: 12 of the 12 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 seephys/seephys-project. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

build_extract_prompt seephys/seephys-project/vlmeval/dataset/utils/seephys.py community (archive-listed) unverified no licence file found · pointer only · df88cee14b28de2a · report
chat_mt seephys/seephys-project/vlmeval/inference_mt.py community (archive-listed) unverified no licence file found · pointer only · c96f86fc774ee85d · report
completed seephys/seephys-project/vlmeval/tools.py community (archive-listed) unverified no licence file found · pointer only · 949f0167dd9b6572 · report
extract_by_rule seephys/seephys-project/vlmeval/dataset/utils/seephys.py community (archive-listed) unverified no licence file found · pointer only · 006f9965fbe1db5c · report
get_gpu_num seephys/seephys-project/vlmeval/api/hf_chat_model.py community (archive-listed) unverified no licence file found · pointer only · 6517db7a566fb96d · report
last_boxed_only_string seephys/seephys-project/vlmeval/api/bluelm_api.py community (archive-listed) unverified no licence file found · pointer only · a37f5e20fcdfc1ff · report
list_to_dict seephys/seephys-project/vlmeval/dataset/utils/seephys.py community (archive-listed) unverified no licence file found · pointer only · 82238737d11621e0 · report
remove_boxed seephys/seephys-project/vlmeval/api/bluelm_api.py community (archive-listed) unverified no licence file found · pointer only · e531d45668a6c715 · report
split_think seephys/seephys-project/vlmeval/api/bluelm_api.py community (archive-listed) unverified no licence file found · pointer only · 2b4a4657b9b1fc73 · report
call_gpt identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 0a19144295a700b0 · report
create_test_prompt identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 946612831b2fdd2e · report
fast_extract_answer identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · f2e0d1d5712940ed · report

Tasks

Mathematical ReasoningMultimodal ReasoningVisual Reasoningcross-modal alignment

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