Text Generation
Transformers
PyTorch
English
beit3_llava
Inference Endpoints
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -48,10 +48,10 @@ More resistant to over-generalization, even compared to GPT-4V:
48
  If you find RLHF-V is useful in your work, please cite it with:
49
 
50
  ```
51
- @article{2023rlhf-v,
52
- 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},
53
- title = {RLHF-V: Towards Trustworthy MLLMs via Behavior Alignment from Fine-grained Correctional Human Feedback},
54
- journal = {arxiv},
55
- year = {2023},
56
  }
57
  ```
 
48
  If you find RLHF-V is useful in your work, please cite it with:
49
 
50
  ```
51
+ @article{yu2023rlhf,
52
+ title={Rlhf-v: Towards trustworthy mllms via behavior alignment from fine-grained correctional human feedback},
53
+ 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},
54
+ journal={arXiv preprint arXiv:2312.00849},
55
+ year={2023}
56
  }
57
  ```