README.md
June 4, 2026 ยท View on GitHub
Sherlock: Self-Correcting Reasoning in Vision-Language Models
If you find our project is helpful, please consider to give us a star โญ on GitHub!
๐ฃ News
- [2025/9/18] Sherlock is accepted by NeurIPS 2025.
- [2025/5/29] We've released our paper: http://arxiv.org/abs/2505.22651.
- [2025/5/28] We've released the training, evaluation, and data construction code of Sherlock.
- [2025/5/27] We've released the model weights of Sherlock.
๐ฅ Highlights
Our analysis reveals that existing reasoning VLMs, whether trained with SFT or RL, struggle to self-correct (both step-wise and response-wise).
We propose Sherlock, the first framework to achieve intrinsic self-correction in reasoning VLMs, with significant improvements across diverse benchmarks using only 20k randomly sampled annotation data from LLaVA-CoT.
๐ง Usage
Preparation
-
Base Model
Our Sherlock is built on Llama3.2-Vision-11B-Instruct model, you can download it here.
-
Training Data
In SFT and Offline stage, Sherlock randomly sampled 20k data with annotation from LLaVA-CoT in total. During the Online self-improvement stage, we randomly sampled only question and image without ground truth from LLaVA-CoT until it self-construct 5k preference data. You should first download LLaVA-CoT dataset.
-
Sherlock Weights
You can download our Sherlock model weights from the Huggingface collection Sherlock.
-
Demo
After download our Sherlock Iter2 weight, you can try the demo in this file.
Training
Thanks to LLaMA-Factory team, our training code is modified based on their framework! You can find detailed training guidance in this file.
Evaluation
Thanks to VLMEvalKit team, our training code is modified based on their framework! You can find detailed evaluation guidance in this file.
๐ Acknowledgement
Our project benefits from LLaVA-CoT, LLaMA-Factory, and VLMEvalKit. Thanks for their wonderful works.
๐ Citation
If you find our project is helpful, please cite our paper as
@article{ding2026sherlock,
title={Sherlock: Self-correcting reasoning in vision-language models},
author={Ding, Yi and Zhang, Ruqi},
journal={Advances in Neural Information Processing Systems},
volume={38},
pages={101638--101672},
year={2026}
}