CoolFace
Datasetpublic

GenuineWWD/SCS_data

[NeurIPS 2025] Enhancing the Outcome Reward-based RL Training of MLLMs with Self-Consistency Sampling A simple, general sampling method for RLVR with multi-choice dataset to solve unfaithful reasoning phenomenon! SCS Resouces ๐Ÿ“– Paper | ๐Ÿค— Dataset | ๐Ÿ’ป Code ๐Ÿ””News ๐Ÿ”ฅ[2025-11-9] Release the eval codes! ๐Ÿš€ ๐Ÿ”ฅ[2025-10-13] Release the dataset the codes! ๐Ÿš€ ๐Ÿ”ฅ[2025-9-17] Our SCS paper is accepted by NeurIPS 2025! ๐Ÿš€ To-do Release theโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/GenuineWWD/SCS_data.

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
1likes53downloads
Dataset Card

[NeurIPS 2025] Enhancing the Outcome Reward-based RL Training of MLLMs with Self-Consistency Sampling

A simple, general sampling method for RLVR with multi-choice dataset to solve unfaithful reasoning phenomenon!

SCS Resouces

**๐Ÿ“– Paper** | **๐Ÿค— Dataset** | **๐Ÿ’ป Code**

๐Ÿ””News

  • โ€”๐Ÿ”ฅ[2025-11-9] Release the eval codes! ๐Ÿš€
  • โ€”๐Ÿ”ฅ[2025-10-13] Release the dataset the codes! ๐Ÿš€
  • โ€”๐Ÿ”ฅ[2025-9-17] Our SCS paper is accepted by NeurIPS 2025! ๐Ÿš€

To-do

  • โ€”[x] Release the eval codes

๐Ÿ“– Introduction

Selfโ€‘Consistency Sampling (SCS) improves outcomeโ€‘reward reinforcement learning for multimodal large language models (MLLMs). In multipleโ€‘choice reasoning tasks, models often get the correct answer through faulty reasoning and receive unmerited rewards. SCS mitigates this by introducing visual perturbations and repeated resampling of reasoning trajectories, rewarding only consistent reasoning paths. Integrated into methods like RLOO, GRPO, and REINFORCE++, SCS boosts accuracy by up to 7.7% on six multimodal benchmarks with minimal extra cost, and generalizes across models including Qwen2.5โ€‘VL and InternVL3. [image]

Training

Please refer to code repo for more details.

Evaluation

Please refer to code repo for more details.

Contact

  • โ€”Jiahao Wang: wjhwdscience@stu.xjtu.edu.cn
  • โ€”Weiye Xu: ustcxwy0271@mail.ustc.edu.cn

Citation

BibTeX:

bibtex
@article{wang2025enhancing,
  title={Enhancing the Outcome Reward-based RL Training of MLLMs with Self-Consistency Sampling},
  author={Wang, Jiahao and Xu, Weiye and Yang, Aijun and Zhou, Wengang and Lu, Lewei and Li, Houqiang and Wang, Xiaohua and Zhu, Jinguo},
  journal={arXiv preprint arXiv:2511.10648},
  year={2025}
}