psp-dada commited on
Commit
ec1f97e
·
verified ·
1 Parent(s): f677841

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -104,11 +104,12 @@ For the details of this model, please refer to the [documentation](https://githu
104
  If you find our model/code/data/paper helpful, please consider citing our papers 📝 and starring us ⭐️!
105
 
106
  ```bibtex
107
- @article{peng2025uni,
108
- title={Uni-DPO: A Unified Paradigm for Dynamic Preference Optimization of LLMs},
109
- author={Peng, Shangpin and Wang, Weinong and Tian, Zhuotao and Yang, Senqiao and Wu, Xing and Xu, Haotian and Zhang, Chengquan and Isobe, Takashi and Hu, Baotian and Zhang, Min},
110
- journal={arXiv preprint arXiv:2506.10054},
111
- year={2025}
 
112
  }
113
  ```
114
 
 
104
  If you find our model/code/data/paper helpful, please consider citing our papers 📝 and starring us ⭐️!
105
 
106
  ```bibtex
107
+ @inproceedings{peng2026unidpo,
108
+ title = {Uni-{DPO}: A Unified Paradigm for Dynamic Preference Optimization of {LLM}s},
109
+ author = {Shangpin Peng and Weinong Wang and Zhuotao Tian and Senqiao Yang and Xing W and Haotian Xu and Chengquan Zhang and Takashi Isobe and Baotian Hu and Min Zhang},
110
+ booktitle = {The Fourteenth International Conference on Learning Representations},
111
+ year = {2026},
112
+ url = {https://openreview.net/forum?id=G7DBGlgjjp}
113
  }
114
  ```
115