← all datasets

InfographicsVQA

Emerging
4papers using it
180HF downloads
1HF likes
2025first seen

I processed the jsonl file downloaded from DUE Benchmark using the code below.For the images, I used images provided by DocDownstream. import json from datasets import Dataset, DatasetDict from tqdm import tqdm from huggingface_hub import login; login(token="YOUR_TOKEN") data = [] jsonl_file = "document.jsonl" with ope

Papers using InfographicsVQA (4)

InfographicsVQA β€” datasets β€” multimodal