zhibinlan commited on
Commit
9d7a9b0
·
verified ·
1 Parent(s): ab3ce4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -18,8 +18,13 @@ pretty_name: UME-rl-train
18
 
19
  The dataset is constructed based on the training set of MMEB-V2. The dataset is evenly sampled from the MMEB-V2 dataset, which covers image, video, and visual document modalities, ensuring that the total amount of data across different modalities is approximately balanced, as well as the amount of data within each dataset under the same modality. This results in a final set of 11,136 RL pairs.
20
 
21
- <!-- ## Citation
22
- If you find our work helpful, feel free to give us a cite.
23
-
24
  ```
25
- ``` -->
 
 
 
 
 
 
 
18
 
19
  The dataset is constructed based on the training set of MMEB-V2. The dataset is evenly sampled from the MMEB-V2 dataset, which covers image, video, and visual document modalities, ensuring that the total amount of data across different modalities is approximately balanced, as well as the amount of data within each dataset under the same modality. This results in a final set of 11,136 RL pairs.
20
 
21
+ ## Citation
22
+ If you find our work useful, please consider citing it.
 
23
  ```
24
+ @article{lan2025ume,
25
+ title={UME-R1: Exploring Reasoning-Driven Generative Multimodal Embeddings},
26
+ author={Lan, Zhibin and Niu, Liqiang and Meng, Fandong and Zhou, Jie and Su, Jinsong},
27
+ journal={arXiv preprint arXiv:2511.00405},
28
+ year={2025}
29
+ }
30
+ ```