Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pinned: false
|
|
15 |
<p style="font-size: 40px; font-weight: bold;">Knowledge Fusion of Large Language Models</p>
|
16 |
|
17 |
|
18 |
-
<h4> |<a href="https://arxiv.org/abs/2401.10491"> π FuseLLM Paper @ICLR2024 </a> | <a href="https://arxiv.org/abs/2408.07990"> π FuseChat Tech Report </a> | <a href="https://arxiv.org/abs/2412.03187"> π WRPO
|
19 |
</h4>
|
20 |
|
21 |
<p align="center">
|
@@ -115,10 +115,11 @@ Please cite the following paper if you reference our model, code, data, or paper
|
|
115 |
|
116 |
Please cite the following paper if you reference our model, code, data, or paper related to WRPO.
|
117 |
```
|
118 |
-
@
|
119 |
title={Weighted-Reward Preference Optimization for Implicit Model Fusion},
|
120 |
author={Ziyi Yang and Fanqi Wan and Longguang Zhong and Tianyuan Shi and Xiaojun Quan},
|
121 |
-
|
122 |
-
year={
|
|
|
123 |
}
|
124 |
```
|
|
|
15 |
<p style="font-size: 40px; font-weight: bold;">Knowledge Fusion of Large Language Models</p>
|
16 |
|
17 |
|
18 |
+
<h4> |<a href="https://arxiv.org/abs/2401.10491"> π FuseLLM Paper @ICLR2024 </a> | <a href="https://arxiv.org/abs/2408.07990"> π FuseChat Tech Report </a> | <a href="https://arxiv.org/abs/2412.03187"> π WRPO Paper @ICLR2025 </a> | <a href="https://huggingface.co/FuseAI"> π€ HuggingFace Repo </a> | <a href="https://github.com/fanqiwan/FuseLLM"> π± GitHub Repo </a> | <a href="https://huggingface.co/blog/Wanfq/fusechat-3"> π FuseChat-3.0 Blog </a> | <a href="https://huggingface.co/blog/Wanfq/fuseo1-preview"> π FuseO1-Preview Blog </a> |
|
19 |
</h4>
|
20 |
|
21 |
<p align="center">
|
|
|
115 |
|
116 |
Please cite the following paper if you reference our model, code, data, or paper related to WRPO.
|
117 |
```
|
118 |
+
@inproceedings{yang2025weightedreward,
|
119 |
title={Weighted-Reward Preference Optimization for Implicit Model Fusion},
|
120 |
author={Ziyi Yang and Fanqi Wan and Longguang Zhong and Tianyuan Shi and Xiaojun Quan},
|
121 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
122 |
+
year={2025},
|
123 |
+
url={https://openreview.net/forum?id=fq24pEb8SL}
|
124 |
}
|
125 |
```
|