Update README.md
Browse files
README.md
CHANGED
|
@@ -22,3 +22,24 @@ configs:
|
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
---
|
| 25 |
+
|
| 26 |
+
> ⚠️ **Part of the BidirLM-Omni Collection** > This dataset is a specific modality sub-sample of the corpus used to train the [BidirLM-Omni](https://huggingface.co/BidirLM/BidirLM-Omni-2.5B-Embedding) models.
|
| 27 |
+
>
|
| 28 |
+
> **Looking for the full training mixture?** > If you want to access the complete, balanced 1.8M sample omnimodal dataset (integrating text, image, audio), please visit the global integration hub here:
|
| 29 |
+
> 👉 **[BidirLM/BidirLM-Omni-Contrastive](https://huggingface.co/datasets/BidirLM/BidirLM-Omni-Contrastive)**
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## 📜 Citation
|
| 33 |
+
If you use this processed dataset or the broader BidirLM mixture in your research, please cite our work:
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@misc{boizard2026bidirlmtextomnimodalbidirectional,
|
| 37 |
+
title={BidirLM: From Text to Omnimodal Bidirectional Encoders by Adapting and Composing Causal LLMs},
|
| 38 |
+
author={Nicolas Boizard and Théo Deschamps-Berger and Hippolyte Gisserot-Boukhlef and Céline Hudelot and Pierre Colombo},
|
| 39 |
+
year={2026},
|
| 40 |
+
eprint={2604.02045},
|
| 41 |
+
archivePrefix={arXiv},
|
| 42 |
+
primaryClass={cs.CL},
|
| 43 |
+
url={https://arxiv.org/abs/2604.02045},
|
| 44 |
+
}
|
| 45 |
+
```
|