Text Generation
Transformers
PyTorch
English
beit3_llava
Inference Endpoints
RLHF-V / README.md
HaoyeZhang's picture
Update README.md
159ae46 verified
|
raw
history blame
2.82 kB
metadata
license: apache-2.0
datasets:
  - Yirany/UniMM-Chat
  - HaoyeZhang/RLHF-V-Dataset
language:
  - en
library_name: transformers

Model Card for RLHF-V

Project Page | GitHub | Demo | Paper

RLHF-V is an open-source multimodal large language model with the lowest hallucination rate on both long-form instructions and short-form questions.

RLHF-V is trained on RLHF-V-Dataset, which contains fine-grained segment-level human corrections on diverse instructions. The base model is trained on UniMM-Chat, which is a high-quality knowledge-intensive SFT dataset. We introduce a new method Dense Direct Preference Optimization (DDPO) that can make better use of the fine-grained annotations.

For more details, please refer to our paper.

Illustration of the RLHF-V framework

News

  • [2024.05.20] 🎉 We introduce RLAIF-V, our new alignment framework that utilize open-source models for feedback generation and reach super GPT-4V trustworthiness. You can download the corresponding 🤗 dataset now!
  • [2024.04.11] 🔥 Our data is used in MiniCPM-V 2.0, an end-side multimodal large language model that exhibits comparable trustworthiness with GPT-4V!

Model Details

Model Description

Model Sources

Performance

Low hallucination rate while being informative:

fig2

More resistant to over-generalization, even compared to GPT-4V:

img

Citation

If you find RLHF-V is useful in your work, please cite it with:

@article{2023rlhf-v,
  author      = {Tianyu Yu and Yuan Yao and Haoye Zhang and Taiwen He and Yifeng Han and Ganqu Cui and Jinyi Hu and Zhiyuan Liu and Hai-Tao Zheng and Maosong Sun and Tat-Seng Chua},
  title       = {RLHF-V: Towards Trustworthy MLLMs via Behavior Alignment from Fine-grained Correctional Human Feedback},
  journal      = {arxiv},
  year         = {2023},
}