siyrus commited on
Commit
d5ecbb3
·
verified ·
1 Parent(s): 6c0b768

Update dataset card source information

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: "BToks vidore rag tatdqa"
3
  language:
4
  - en
5
  tags:
@@ -16,27 +16,32 @@ license: other
16
  viewer: false
17
  ---
18
 
19
- # BToks vidore rag tatdqa
20
 
21
- This dataset repository stores a Lance-format conversion used by the open-source reproduction code for **Bottleneck Tokens for Unified Multimodal Retrieval** (arXiv:2604.11095).
22
 
23
- The repository is intended to be consumed by the BToks/VLM2Emb training and evaluation scripts. It is not a standalone benchmark definition, and the Hugging Face Dataset Viewer is disabled because the data is stored as Lance tables rather than standard Parquet/JSON splits.
 
 
 
 
 
 
 
24
 
25
  ## Usage
26
 
27
- Install the project dependencies, then point the corresponding dataset config entry to this Hugging Face dataset ID:
28
 
29
  ```yaml
30
  dataset_name: siyrus/BToks-vidore_rag_tatdqa
31
  ```
32
 
33
- The public code repository documents the expected config schema, training presets, and evaluation commands.
34
-
35
- ## Data Sources and License
36
 
37
- The converted records come from upstream public datasets used for multimodal retrieval, visual question answering, document retrieval, or video understanding experiments. This repository does not change the upstream ownership or licensing terms. Users are responsible for checking and following the licenses, citation requirements, and usage restrictions of the original datasets.
38
 
39
- ## Citation
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,