Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -123,10 +123,14 @@ print(ds[0])
|
|
| 123 |
If you use OmniClean, please cite the accompanying paper:
|
| 124 |
|
| 125 |
```bibtex
|
| 126 |
-
@misc{
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
|
|
|
| 123 |
If you use OmniClean, please cite the accompanying paper:
|
| 124 |
|
| 125 |
```bibtex
|
| 126 |
+
@misc{liu2026boostingomnimodallanguagemodels,
|
| 127 |
+
title={Boosting Omni-Modal Language Models: Staged Post-Training with Visually Debiased Evaluation},
|
| 128 |
+
author={Che Liu and Lichao Ma and Xiangyu Tony Zhang and Yuxin Zhang and Haoyang Zhang and Xuerui Yang and Fei Tian},
|
| 129 |
+
year={2026},
|
| 130 |
+
eprint={2605.12034},
|
| 131 |
+
archivePrefix={arXiv},
|
| 132 |
+
primaryClass={cs.MM},
|
| 133 |
+
url={https://arxiv.org/abs/2605.12034},
|
| 134 |
}
|
| 135 |
```
|
| 136 |
|