Update dataset card source information
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: "BToks
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
@@ -16,27 +16,32 @@ license: other
|
|
| 16 |
viewer: false
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# BToks
|
| 20 |
|
| 21 |
-
This dataset repository
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
```yaml
|
| 30 |
dataset_name: siyrus/BToks-vidore_rag_tatdqa
|
| 31 |
```
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
## Data Sources and License
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
```bibtex
|
| 42 |
@article{sun2026bottlenecktokens,
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: "BToks ViDoRe TAT-DQA"
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
| 16 |
viewer: false
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# BToks ViDoRe TAT-DQA
|
| 20 |
|
| 21 |
+
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).
|
| 22 |
|
| 23 |
+
## Source
|
| 24 |
+
|
| 25 |
+
Converted from [vidore/colpali_train_set](https://huggingface.co/datasets/vidore/colpali_train_set).
|
| 26 |
+
Subset/view: `tatdqa`. This repository does not change upstream ownership, licensing, citation requirements, or usage restrictions.
|
| 27 |
+
|
| 28 |
+
## Format
|
| 29 |
+
|
| 30 |
+
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.
|
| 31 |
|
| 32 |
## Usage
|
| 33 |
|
| 34 |
+
Use this repository ID in the corresponding dataset config:
|
| 35 |
|
| 36 |
```yaml
|
| 37 |
dataset_name: siyrus/BToks-vidore_rag_tatdqa
|
| 38 |
```
|
| 39 |
|
| 40 |
+
See the public BToks code repository for the config schema, training presets, and evaluation commands: https://github.com/siryuson/BottleneckTokens
|
|
|
|
|
|
|
| 41 |
|
| 42 |
+
## License and Citation
|
| 43 |
|
| 44 |
+
Users must follow the license, citation requirements, and usage restrictions of the upstream source dataset.
|
| 45 |
|
| 46 |
```bibtex
|
| 47 |
@article{sun2026bottlenecktokens,
|