Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
4 |
-
This repository contains all the checkpoints referenced in the research **Towards Harmless Multimodal Assistants with Blind Preference Optimization**.
|
5 |
-
|
6 |
-
## π Checkpoints Included
|
7 |
-
- dpo checkpoint
|
8 |
-
- bpo checkpoint
|
9 |
-
- bpo analysis checkpoint
|
10 |
-
|
11 |
-
## π Citation
|
12 |
-
If you use these checkpoints in your work, please cite the research article appropriately.
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Thank you for your interest!
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
This repository contains all the checkpoints referenced in the research **Towards Harmless Multimodal Assistants with Blind Preference Optimization**.
|
5 |
+
|
6 |
+
## π Checkpoints Included
|
7 |
+
- dpo checkpoint
|
8 |
+
- bpo checkpoint
|
9 |
+
- bpo analysis checkpoint
|
10 |
+
|
11 |
+
## π Citation
|
12 |
+
If you use these checkpoints in your work, please cite the research article appropriately.
|
13 |
+
```
|
14 |
+
@misc{li2025harmlessmultimodalassistantsblind,
|
15 |
+
title={Towards Harmless Multimodal Assistants with Blind Preference Optimization},
|
16 |
+
author={Yongqi Li and Lu Yang and Jian Wang and Runyang You and Wenjie Li and Liqiang Nie},
|
17 |
+
year={2025},
|
18 |
+
eprint={2503.14189},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CL},
|
21 |
+
url={https://arxiv.org/abs/2503.14189},
|
22 |
+
}
|
23 |
+
```
|
24 |
+
|
25 |
Thank you for your interest!
|