Project Page | Paper | GitHub
load_dataset function, and the data content can be easily previewed online.RLHF-V-Dataset is the human preference data used in "RLHF-V: Towards Trustworthy MLLMs via Behavior Alignment from Fine-grained Correctional Human Feedback".
We collected a large amount of fine-grained segment-level human corrections on diverse instructions, including detailed descriptions and question-answering instructions. The dataset contains a total of 5,733 preference pairs.
Utilizing our dataset can dramatically reduce model hallucinations by 34.8% while keeping informativeness.
from datasets import load_dataset
data = load_dataset("HaoyeZhang/RLHF-V-Dataset")
| Key | Description | |
|---|---|---|
| 0 | ds_name | Dataset name. |
| 1 | image | Dict contains path and bytes. If loaded by load_dataset, it can be automatically converted into a PIL Image. |
| 2 | text | Preference data. Each data item contains a dict with the keys "question", "chosen", and "rejected". |
| 3 | origin_dataset | Original dataset for annotation, which is not used in training. |
| 4 | origin_split | Meta information for each data item, including the name of the model we use to generate the original answer, and the question type ("detailed description" or "question answering") |
| 5 | idx | Data index. |
| 6 | image_path | Image path. |
If you find this dataset helpful, please consider cite our papers 📝:
@article{yu2023rlhf,
title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
author={Yu, Tianyu and Yao, Yuan and Zhang, Haoye and He, Taiwen and Han, Yifeng and Cui, Ganqu and Hu, Jinyi and Liu, Zhiyuan and Zheng, Hai-Tao and Sun, Maosong and others},
journal={arXiv preprint arXiv:2312.00849},
year={2023}
}
@article{yu2024rlaifv,
title={RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness},
author={Yu, Tianyu and Zhang, Haoye and Yao, Yuan and Dang, Yunkai and Chen, Da and Lu, Xiaoman and Cui, Ganqu and He, Taiwen and Liu, Zhiyuan and Chua, Tat-Seng and Sun, Maosong},
journal={arXiv preprint arXiv:2405.17220},
year={2024},
}
20 commits
4 commits
Project Page | Paper | GitHub
load_dataset function, and the data content can be easily previewed online.RLHF-V-Dataset is the human preference data used in "RLHF-V: Towards Trustworthy MLLMs via Behavior Alignment from Fine-grained Correctional Human Feedback".
We collected a large amount of fine-grained segment-level human corrections on diverse instructions, including detailed descriptions and question-answering instructions. The dataset contains a total of 5,733 preference pairs.
Utilizing our dataset can dramatically reduce model hallucinations by 34.8% while keeping informativeness.
from datasets import load_dataset
data = load_dataset("HaoyeZhang/RLHF-V-Dataset")
| Key | Description | |
|---|---|---|
| 0 | ds_name | Dataset name. |
| 1 | image | Dict contains path and bytes. If loaded by load_dataset, it can be automatically converted into a PIL Image. |
| 2 | text | Preference data. Each data item contains a dict with the keys "question", "chosen", and "rejected". |
| 3 | origin_dataset | Original dataset for annotation, which is not used in training. |
| 4 | origin_split | Meta information for each data item, including the name of the model we use to generate the original answer, and the question type ("detailed description" or "question answering") |
| 5 | idx | Data index. |
| 6 | image_path | Image path. |
If you find this dataset helpful, please consider cite our papers 📝:
@article{yu2023rlhf,
title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
author={Yu, Tianyu and Yao, Yuan and Zhang, Haoye and He, Taiwen and Han, Yifeng and Cui, Ganqu and Hu, Jinyi and Liu, Zhiyuan and Zheng, Hai-Tao and Sun, Maosong and others},
journal={arXiv preprint arXiv:2312.00849},
year={2023}
}
@article{yu2024rlaifv,
title={RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness},
author={Yu, Tianyu and Zhang, Haoye and Yao, Yuan and Dang, Yunkai and Chen, Da and Lu, Xiaoman and Cui, Ganqu and He, Taiwen and Liu, Zhiyuan and Chua, Tat-Seng and Sun, Maosong},
journal={arXiv preprint arXiv:2405.17220},
year={2024},
}
20 commits
4 commits