Image-Text-to-Text
Transformers
OrlandoHugBot commited on
Commit
fb14508
·
verified ·
1 Parent(s): c9d682c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -47,9 +47,39 @@ The model alternates between:
47
      3. Web search
48
      4. Cross-evidence verification
49
 
50
- ---
51
 
52
  ## 3. Links
53
 
54
  - **Model Center**: https://platform.skyworkmodel.ai/#/model-center
55
  - **API Documentation (R1V4)**: https://docs.skyworkmodel.ai/r1v4/api-reference/completions.html
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
      3. Web search
48
      4. Cross-evidence verification
49
 
 
50
 
51
  ## 3. Links
52
 
53
  - **Model Center**: https://platform.skyworkmodel.ai/#/model-center
54
  - **API Documentation (R1V4)**: https://docs.skyworkmodel.ai/r1v4/api-reference/completions.html
55
+
56
+ ## 4. Citation
57
+ If you use Skywork-R1V4 in your research, please cite:
58
+
59
+ ```
60
+ @misc{zhang2025skyworkr1v4agenticmultimodalintelligence,
61
+ title={Skywork-R1V4: Toward Agentic Multimodal Intelligence through Interleaved Thinking with Images and DeepResearch},
62
+ author={Yifan Zhang and Liang Hu and Haofeng Sun and Peiyu Wang and Yichen Wei and Shukang Yin and Jiangbo Pei and Wei Shen and Peng Xia and Yi Peng and Tianyidan Xie and Eric Li and Yang Liu and Xuchen Song and Yahui Zhou},
63
+ year={2025},
64
+ eprint={2512.02395},
65
+ archivePrefix={arXiv},
66
+ primaryClass={cs.CV},
67
+ url={https://arxiv.org/abs/2512.02395},
68
+ }
69
+ ```
70
+
71
+
72
+ ```
73
+ @misc{peng2025skyworkr1vpioneeringmultimodal,
74
+ title={Skywork R1V: Pioneering Multimodal Reasoning with Chain-of-Thought},
75
+ author={Yi Peng and Peiyu Wang and Xiaokun Wang and Yichen Wei and Jiangbo Pei and Weijie Qiu and Ai Jian and Yunzhuo Hao and Jiachun Pan and Tianyidan Xie and Li Ge and Rongxian Zhuang and Xuchen Song and Yang Liu and Yahui Zhou},
76
+ year={2025},
77
+ eprint={2504.05599},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.CV},
80
+ url={https://arxiv.org/abs/2504.05599},
81
+ }
82
+ ```
83
+
84
+ *This project is released under an open-source license.*
85
+