PRISM Gemini Distill is our self-distilled multimodal reasoning dataset collected from Gemini 3 Flash for the PRISM project.
PRISM studies the distributional drift problem in the standard SFT → RLVR post-training pipeline. To mitigate this issue, PRISM introduces an intermediate Distribution Alignment / Pre-alignment stage before RLVR:
SFT → Distribution Alignment / Pre-alignment → RLVR
This dataset provides high-quality Gemini 3 Flash demonstrations with dense visual grounding and step-by-step reasoning. It serves as the high-fidelity supervision source for PRISM's black-box on-policy distillation and distribution alignment.
This dataset contains approximately 108K self-distilled multimodal reasoning examples from Gemini 3 Flash.
Each example typically includes:
The dataset is designed to provide a stronger target distribution for challenging multimodal reasoning problems, especially those requiring both precise perception and coherent reasoning.
In PRISM, large-scale public demonstrations are first used for broad SFT initialization. The Gemini-distilled data in this repository is then used as the high-quality reference distribution for the pre-alignment stage.
During this stage, PRISM performs black-box adversarial on-policy distillation. The policy generates responses on-policy, while a Mixture-of-Experts discriminator provides response-level corrective signals:
This enables PRISM to improve multimodal reasoning behavior without requiring access to teacher logits.
This dataset is intended for research on:
| Dataset | Teacher Model | Size | Main Role |
|---|---|---|---|
| PRISM Gemini Distill | Gemini 3 Flash | ~108K examples | High-fidelity supervision for PRISM pre-alignment / black-box OPD |
For data processing, training, inference, and evaluation, please refer to our GitHub repository:
https://github.com/XIAO4579/PRISM
If you find PRISM or this dataset useful, please cite:
@misc{wang2026sfttorlprealignmentblackboxonpolicy,
title={Beyond SFT-to-RL: Pre-alignment via Black-Box On-Policy Distillation for Multimodal RL},
author={Sudong Wang and Weiquan Huang and Xiaomin Yu and Zuhao Yang and Hehai Lin and Keming Wu and Chaojun Xiao and Chen Chen and Wenxuan Wang and Beier Zhu and Yunjian Zhang and Chengwei Qin},
year={2026},
eprint={2604.28123},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2604.28123},
}
We gratefully acknowledge LLaMA-Factory, verl, and lmms-eval for their excellent open-source infrastructure.
PRISM Gemini Distill is our self-distilled multimodal reasoning dataset collected from Gemini 3 Flash for the PRISM project.
PRISM studies the distributional drift problem in the standard SFT → RLVR post-training pipeline. To mitigate this issue, PRISM introduces an intermediate Distribution Alignment / Pre-alignment stage before RLVR:
SFT → Distribution Alignment / Pre-alignment → RLVR
This dataset provides high-quality Gemini 3 Flash demonstrations with dense visual grounding and step-by-step reasoning. It serves as the high-fidelity supervision source for PRISM's black-box on-policy distillation and distribution alignment.
This dataset contains approximately 108K self-distilled multimodal reasoning examples from Gemini 3 Flash.
Each example typically includes:
The dataset is designed to provide a stronger target distribution for challenging multimodal reasoning problems, especially those requiring both precise perception and coherent reasoning.
In PRISM, large-scale public demonstrations are first used for broad SFT initialization. The Gemini-distilled data in this repository is then used as the high-quality reference distribution for the pre-alignment stage.
During this stage, PRISM performs black-box adversarial on-policy distillation. The policy generates responses on-policy, while a Mixture-of-Experts discriminator provides response-level corrective signals:
This enables PRISM to improve multimodal reasoning behavior without requiring access to teacher logits.
This dataset is intended for research on:
| Dataset | Teacher Model | Size | Main Role |
|---|---|---|---|
| PRISM Gemini Distill | Gemini 3 Flash | ~108K examples | High-fidelity supervision for PRISM pre-alignment / black-box OPD |
For data processing, training, inference, and evaluation, please refer to our GitHub repository:
https://github.com/XIAO4579/PRISM
If you find PRISM or this dataset useful, please cite:
@misc{wang2026sfttorlprealignmentblackboxonpolicy,
title={Beyond SFT-to-RL: Pre-alignment via Black-Box On-Policy Distillation for Multimodal RL},
author={Sudong Wang and Weiquan Huang and Xiaomin Yu and Zuhao Yang and Hehai Lin and Keming Wu and Chaojun Xiao and Chen Chen and Wenxuan Wang and Beier Zhu and Yunjian Zhang and Chengwei Qin},
year={2026},
eprint={2604.28123},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2604.28123},
}
We gratefully acknowledge LLaMA-Factory, verl, and lmms-eval for their excellent open-source infrastructure.