raoanmol/ViTaB-A
ViTaB-A Dataset A normalized table question answering dataset for the ViTaB-A research project. Configs hitab: Derived from HiTab (10,670 samples) fetaqa: Derived from FeTaQA (10,330 samples) Usage from datasets import load_dataset hitab = load_dataset("raoanmol/ViTaB-A", "hitab") fetaqa = load_dataset("raoanmol/ViTaB-A", "fetaqa") Schema Each sample contains: Field Type Description id string Unique identifier (e.g.… See the full description on the dataset page: https://huggingface.co/datasets/raoanmol/ViTaB-A.
030
ViTaB-A Dataset
A normalized table question answering dataset for the ViTaB-A research project.
Configs
Usage
from datasets import load_dataset
hitab = load_dataset("raoanmol/ViTaB-A", "hitab")
fetaqa = load_dataset("raoanmol/ViTaB-A", "fetaqa")Schema
Each sample contains:
