File size: 1,493 Bytes
f3f0462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f1db50
f3f0462
2f1db50
 
 
 
 
 
 
f3f0462
 
 
2f1db50
f3f0462
 
 
 
 
2f1db50
f3f0462
2f1db50
f3f0462
2f1db50
f3f0462
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
pretty_name: "BToks MMEB-train"
language:
- en
tags:
- bottleneck-tokens
- btoks
- multimodal-retrieval
- lance
- reproducibility
task_categories:
- image-to-text
- visual-question-answering
- text-retrieval
license: other
viewer: false
---

# BToks MMEB-train

This dataset repository contains Lance-format converted data used by the open-source reproduction code for **Bottleneck Tokens for Unified Multimodal Retrieval** (arXiv:2604.11095).

## Source

Converted from [TIGER-Lab/MMEB-train](https://huggingface.co/datasets/TIGER-Lab/MMEB-train). This repository does not change upstream ownership, licensing, citation requirements, or usage restrictions.

## Format

The data is stored as Lance tables for the BToks/VLM2Emb training and evaluation scripts. The Hugging Face Dataset Viewer is disabled because this repository is not stored as standard Parquet or JSON splits.

## Usage

Use this repository ID in the corresponding dataset config:

```yaml
dataset_name: siyrus/BToks-MMEB-train
```

See the public BToks code repository for the config schema, training presets, and evaluation commands: https://github.com/siryuson/BottleneckTokens

## License and Citation

Users must follow the license, citation requirements, and usage restrictions of the upstream source dataset.

```bibtex
@article{sun2026bottlenecktokens,
  title={Bottleneck Tokens for Unified Multimodal Retrieval},
  author={Sun, Siyu and others},
  journal={arXiv preprint arXiv:2604.11095},
  year={2026}
}
```