datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
docvqa-single-page-questions
Dataset Card for DocVQA Dataset
Dataset Summary
DocVQA dataset is a document dataset introduced in Mathew et al. (2021) consisting of 50,000 questions defined on 12,000+ document images.
Please visit the challenge page (https://rrc.cvc.uab.es/?ch=17) and paper (https://arxiv.org/abs/2007.00398) for further information.
Usage
This dataset can be used with current releases of Hugging Face datasets library.
Here is an example using a custom collator to bundle… See the full description on the dataset page: https://huggingface.co/datasets/pixparse/docvqa-single-page-questions.docvqa-single-page-questions-answer-ocr
DocVQA with Answer Localization
This dataset provides answer-localization annotations produced by our pipeline on top of the DocVQA dataset.
Usage
from datasets import load_dataset
# Load the dataset with answer OCR annotations
ds = load_dataset("indrehus/docvqa-single-page-questions-answer-ocr", split="validation")
# Get a single sample
sample = ds[0]
# Available fields in each sample:
print("Image:", sample["image"]) # PIL.Image
print("Question:"… See the full description on the dataset page: https://huggingface.co/datasets/indrehus/docvqa-single-page-questions-answer-ocr.virginia-woolf-monologue-chunks
Virginia Woolf Monologue Chunks Dataset
This dataset contains 6 semantically chunked text segments derived from a contemporary monologue based on Virginia Woolf's seminal essay "A Room of One's Own" (1929). It comes pre-loaded with vector embeddings from three different models, making it a ready-to-use resource for a variety of NLP tasks.
In addition to the dataset itself, this repository includes a comprehensive embedding analysis, detailed statistics, and 7 visualizations to help… See the full description on the dataset page: https://huggingface.co/datasets/pageman/virginia-woolf-monologue-chunks.atlas-pages
Atlas Pages
Atlas Pages is a synthetic instruction dataset of ~7,000 expert-level concept explanations, generated by Claude Haiku and curated for fine-tuning small language models into precise, warm, human-friendly explainers.
It is the training backbone of Pocket Atlas — a fine-tuned Qwen3.5 model that explains any idea clearly, concisely, and with genuine warmth.
What's inside
Each example teaches a model to explain a concept using a strict 5-part structure:
What… See the full description on the dataset page: https://huggingface.co/datasets/cetusian/atlas-pages.docvqa-single-page-questions-answer-ocr-colSmol500M-q-priors
DocVQA Evidence Heatmaps (colsmol-500M)
This dataset contains question–evidence aligned heatmaps produced by our pipeline using colsmol-500M. It is intended as an auxiliary artifact to accompany our main dataset:
Main dataset (DocVQA with Answer Localization): https://huggingface.co/datasets/indrehus/docvqa-single-page-questions-answer-ocr
Usage
from datasets import load_dataset
# Load the dataset with ColSmol-500M question priors
ds = load_dataset(… See the full description on the dataset page: https://huggingface.co/datasets/indrehus/docvqa-single-page-questions-answer-ocr-colSmol500M-q-priors.pageguide_find_data
PageGuide Dataset
This repository contains the dataset artifacts for PageGuide, a browser extension to assist users in navigating a webpage and locating information.
Project Page: https://pageguide.github.io/
Paper: PageGuide: Browser extension to assist users in navigating a webpage and locating information
Code: https://github.com/tin-xai/pageguide
Dataset Subsets
The PageGuide project releases several datasets for evaluation and research:
1.… See the full description on the dataset page: https://huggingface.co/datasets/ttn0011/pageguide_find_data.
