Yirany commited on
Commit
8b5c19b
1 Parent(s): 28ffeb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -42,4 +42,19 @@ We utilize a novel framework, [RLAIF-V](https://github.com/RLHF-V/RLAIF-V), whic
42
  - **Trained on data:** [RLAIF-V-Dataset](https://huggingface.co/datasets/HaoyeZhang/RLAIF-V-Dataset)
43
 
44
  ## Usage
45
- Please look at [GitHub](https://github.com/RLHF-V/RLAIF-V) for more details about usage.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - **Trained on data:** [RLAIF-V-Dataset](https://huggingface.co/datasets/HaoyeZhang/RLAIF-V-Dataset)
43
 
44
  ## Usage
45
+ Please look at [GitHub](https://github.com/RLHF-V/RLAIF-V) for more details about usage.
46
+
47
+
48
+
49
+ ## Citation
50
+
51
+ If you find our model/code/paper helpful, please consider cite our papers 📝 and star us ⭐️!
52
+
53
+ ```bibtex
54
+ @article{yu2024rlaifv,
55
+ title={RLAIF-V: Aligning MLLMs through Open-Source AI Feedback for Super GPT-4V Trustworthiness},
56
+ 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},
57
+ journal={arXiv preprint arXiv:2405.17220},
58
+ year={2024},
59
+ }
60
+ ```