This document describes directory layout and path semantics for MultimodalQA (table prediction) and TableQA / WTQ (table QA) data in this repository.
data/multimodalQA-used/
├─ adoption/
│ ├─ images/
│ │ ├─ train/{class}/
.jpg
│ │ └─ test/{class}/.jpg
│ ├─ train.csv
│ └─ test.csv
├─ pawpularity/
│ ├─ dataset/
│ │ ├─ images/*.jpg
│ │ ├─ train.txt
│ │ └─ test.txt
│ ├─ train.csv
│ └─ test.csv
├─ paintings/
│… See the full description on the dataset page:
https://huggingface.co/datasets/Kunyang-YU/TWT-Training.