Update README.md
Browse files
README.md
CHANGED
@@ -52,13 +52,19 @@ More resistant to over-generalization, even compared to GPT-4V:
|
|
52 |
|
53 |
## Citation
|
54 |
|
55 |
-
If you find
|
56 |
-
|
57 |
-
```
|
58 |
-
@article{
|
59 |
-
|
60 |
-
|
61 |
-
journal
|
62 |
-
year
|
63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
```
|
|
|
52 |
|
53 |
## Citation
|
54 |
|
55 |
+
If you find this work helpful, please consider cite our papers 📝:
|
56 |
+
|
57 |
+
```bibtex
|
58 |
+
@article{yu2023rlhf,
|
59 |
+
title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
|
60 |
+
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},
|
61 |
+
journal={arXiv preprint arXiv:2312.00849},
|
62 |
+
year={2023}
|
63 |
}
|
64 |
+
|
65 |
+
@article{yu2024rlaifv,
|
66 |
+
title={RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness},
|
67 |
+
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},
|
68 |
+
journal={arXiv preprint arXiv:2405.17220},
|
69 |
+
year={2024},
|
70 |
```
|