Update README.md
Browse files
README.md
CHANGED
@@ -43,13 +43,20 @@ Please look at [GitHub](https://github.com/RLHF-V/RLAIF-V) for more details abou
|
|
43 |
|
44 |
## Citation
|
45 |
|
46 |
-
If you find our model/code/paper helpful, please consider cite our papers
|
47 |
|
48 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
@article{yu2024rlaifv,
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
}
|
55 |
```
|
|
|
43 |
|
44 |
## Citation
|
45 |
|
46 |
+
If you find our model/code/paper helpful, please consider cite our papers 📝:
|
47 |
|
48 |
```bibtex
|
49 |
+
@article{yu2023rlhf,
|
50 |
+
title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
|
51 |
+
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},
|
52 |
+
journal={arXiv preprint arXiv:2312.00849},
|
53 |
+
year={2023}
|
54 |
+
}
|
55 |
+
|
56 |
@article{yu2024rlaifv,
|
57 |
+
title={RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness},
|
58 |
+
author={Tianyu Yu and Haoye Zhang and Yuan Yao and Yunkai Dang and Da Chen and Xiaoman Lu and Ganqu Cui and Taiwen He and Zhiyuan Liu and Tat-Seng Chua and Maosong Sun},
|
59 |
+
journal={arXiv preprint arXiv:2405.17220},
|
60 |
+
year={2024},
|
61 |
}
|
62 |
```
|