CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01InfoDet /InfoDet InfoDet: A Dataset for Infographic Element Detection 🤗 Dataset | 🖥️ Code | 📄 Paper | 📄 Arxiv 🔥 News [2026.2] 🎉🎉 InfoDet has been accepted by ICLR 2026! [2025.11] 🎉🎉 We have released the first version of our dataset, which includes 11,264 real and 90,000 synthetic infographic charts, with 14,227,680 bounding box annotations. ✨ Dataset Description InfoDet is a dataset designed to support the development of accurate object detection models… See the full description on the dataset page: https://huggingface.co/datasets/InfoDet/InfoDet.imageobject-detectionn<1K3 likes4.7k downloads1mo agoHugging Face02Jietson /InfoChartQA InfoChartQA: Benchmark for Multimodal Question Answering on Infographic Charts 🤗Dataset Dataset You can find our dataset on huggingface: 🤗InfoChartQA Dataset Usage Each question entry is arranged as follows. Note that for visual questions, there may be some extra input figures, which are cropped from the orginal figure. We present their bboxes in "extra_input_figure_bbox". { "question_id": id of the question, "question_type_name":… See the full description on the dataset page: https://huggingface.co/datasets/Jietson/InfoChartQA.image10K<n<100K6 likes3.2k downloads1mo agoHugging Face03reonokiy /vsp-infoseek InfoSeek Dataset (with images) Knowledge-intensive visual question answering dataset. Images sourced from OVEN, metadata from InfoSeek. image1M<n<10M0 likes2.5k downloads6mo agoHugging Face04vidore /infovqa_test_subsampled_beirBEIR version of vidore/infovqa_test_subsampled. imagedocument-question-answering1K<n<10K0 likes1.7k downloads1y agoHugging Face05openbmb /VisRAG-Ret-Test-InfoVQA Dataset Description This is a VQA dataset based on Infographics from InfoVQA dataset from InfoVQA. Load the dataset from datasets import load_dataset import csv def load_beir_qrels(qrels_file): qrels = {} with open(qrels_file) as f: tsvreader = csv.DictReader(f, delimiter="\t") for row in tsvreader: qid = row["query-id"] pid = row["corpus-id"] rel = int(row["score"]) if qid in qrels:… See the full description on the dataset page: https://huggingface.co/datasets/openbmb/VisRAG-Ret-Test-InfoVQA.image1K<n<10K1 likes1.6k downloads2y agoHugging Face06mteb /infovqa_test_subsampled_beirBEIR version of vidore/infovqa_test_subsampled. imagedocument-question-answering1K<n<10K0 likes1.1k downloads8mo agoHugging Face07HaoqinHong /Physics-Informed-Deformable-Gaussian-Splattingimagen<1K8 likes1k downloads7mo agoHugging Face08MicroAGI-Labs /vlm-info-loss-results VLM Grounding Evaluation Results Grounding evaluation results for vision-language models on robotics manipulation datasets. Part of the vlm-info-loss project studying how VLM connectors transform visual representations. Background Our embedding-level analysis shows VLM connectors perform a compress-then-expand transformation: they sharpen dominant-object representations while compressing secondary-object category identity. All tested models converge to ~83%… See the full description on the dataset page: https://huggingface.co/datasets/MicroAGI-Labs/vlm-info-loss-results.imageobject-detectionn<1K0 likes1k downloads5mo agoHugging Face09infosysLimited /OpenHumnoidActuatedFaceData 🤖 Open Humanoid Actuated Face Dataset Dataset Summary The Open Humanoid Actuated Face Dataset is designed for researchers working onfacial‑actuation control, robotics, reinforcement learning, and human–computer interaction. Origin – collected during a reinforcement‑learning (RL) training loop whose objective was to reproduce human facial expressions. Platform – a modified i2Head InMoov humanoid head with a silicone skin. Control – 16 actuators driving facial… See the full description on the dataset page: https://huggingface.co/datasets/infosysLimited/OpenHumnoidActuatedFaceData.imagerobotics100K<n<1M5 likes998 downloads1y agoHugging Face10siyrus /BToks-vidore_rag_Infographic-VQA BToks ViDoRe Infographic-VQA 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). Source Converted from vidore/colpali_train_set. Subset/view: infographic_vqa. This repository does not change upstream ownership, licensing, citation requirements, or usage restrictions. Format The data is stored as Lance tables for the… See the full description on the dataset page: https://huggingface.co/datasets/siyrus/BToks-vidore_rag_Infographic-VQA.imageimage-to-text10K<n<100K0 likes953 downloads3mo agoHugging Face11fzi-forschungszentrum-informatik /FZI-AURA FZI-AURA A multimodal autonomous-driving dataset featuring the largest LiDAR sensor suite of any public autonomous-driving dataset. Download | Python SDK | Data format | License 2,473 scenes | 13.70 hours | 8 cameras | up to 12 LiDARs | 4.11 million 3D-box annotations | 30.01 billion segmented LiDAR points Public preview release: 1,081 out of the 2,473 FZI-AURA scenes are currently available. The remaining scenes will be added soon. Pin a… See the full description on the dataset page: https://huggingface.co/datasets/fzi-forschungszentrum-informatik/FZI-AURA.3dobject-detection1 likes898 downloads17d agoHugging Face12mm-eval /InfographicVQAimage1K<n<10K0 likes827 downloads2mo agoHugging Face13Ryoo72 /InfographicsVQAI 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 open(jsonl_file, "r", encoding="utf-8") as f: for line in tqdm(f): record = json.loads(line) img_path =… See the full description on the dataset page: https://huggingface.co/datasets/Ryoo72/InfographicsVQA.image1K<n<10K1 likes793 downloads2y agoHugging Face14vidore /infovqa_test_subsampled Dataset Description This is the test set taken from the InfoVQA dataset. includes infographics collected from the Internet using the search query “infographics”. Questions and answers were manually annotated. Questions and answers were manually annotated. Example of data : (see viewer) Data Curation To ensure homogeneity across our benchmarked datasets, we subsampled the original test set to 500 pairs and renamed the different columns. Load the dataset from… See the full description on the dataset page: https://huggingface.co/datasets/vidore/infovqa_test_subsampled.imagedocument-question-answeringn<1K3 likes721 downloads1y agoHugging Face15siyrus /BToks-visrag_indomain_InfoVQA BToks VisRAG InfoVQA 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). Source Converted from openbmb/VisRAG-Ret-Train-In-domain-data. Subset/view: InfoVQA. This repository does not change upstream ownership, licensing, citation requirements, or usage restrictions. Format The data is stored as Lance tables for the… See the full description on the dataset page: https://huggingface.co/datasets/siyrus/BToks-visrag_indomain_InfoVQA.imageimage-to-text10K<n<100K0 likes580 downloads3mo agoHugging Face16infokreativetimebox /ktb-ocr-dataset PDFA OCR Dataset Curated and Published by KREATIVE TIME BOX This dataset contains document page images along with their corresponding OCR layout bounding box annotations derived from PDFA document extraction pipelines. Dataset Overview Organization / Creator: KREATIVE TIME BOX Images: 27,499 PNG files (~8.8 GB) JSON Annotations: 6,989 JSON files (~52 MB) Image Format: PNG (RGB document page renders) Annotation Format: JSON with text lines, normalized bounding… See the full description on the dataset page: https://huggingface.co/datasets/infokreativetimebox/ktb-ocr-dataset.imageimage-to-text10K<n<100K0 likes529 downloads22d agoHugging Face17Ahren09 /InfoVQAimage10K<n<100K0 likes406 downloads1y agoHugging Face18jinaai /infovqa_beirThis is a copy of https://huggingface.co/datasets/jinaai/infovqa reformatted into the BEIR format. For any further information like license, please refer to the original dataset. Disclaimer This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/infovqa_beir.image1K<n<10K0 likes320 downloads1y agoHugging Face19mteb /InfoSeekIT2ITRetrieval InfoSeekIT2ITRetrieval An MTEB dataset Massive Text Embedding Benchmark Retrieve source text and image information to answer questions about images. Task category it2it Domains Encyclopaedic Reference https://aclanthology.org/2023.emnlp-main.925 Source datasets: MRBench/mbeir_infoseek_task8 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/InfoSeekIT2ITRetrieval.imagevisual-document-retrieval100K<n<1M0 likes298 downloads1y agoHugging Face20jinaai /arabic_infographicsvqa_ar_beirThis is a copy of https://huggingface.co/datasets/jinaai/arabic_infographicsvqa_ar reformatted into the BEIR format. For any further information like license, please refer to the original dataset. Disclaimer This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at)… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/arabic_infographicsvqa_ar_beir.imagen<1K0 likes286 downloads1y agoHugging Face21somosnlp-hackathon-2023 /informes_discriminacion_gitana Resumen del dataset Se trata de un dataset en español, extraído del centro de documentación de la Fundación Secretariado Gitano, en el que se presentan distintas situaciones discriminatorias acontecidas por el pueblo gitano. Puesto que el objetivo del modelo es crear un sistema de generación de actuaciones que permita minimizar el impacto de una situación discriminatoria, se hizo un scrappeo y se extrajeron todos los PDFs que contuvieron casos de discriminación con el formato… See the full description on the dataset page: https://huggingface.co/datasets/somosnlp-hackathon-2023/informes_discriminacion_gitana.imagetext-classification1K<n<10K8 likes274 downloads3y agoHugging Face22dddraxxx /infograph_train_10kimage10K<n<100K0 likes263 downloads1y agoHugging Face23vidore /infovqa_trainimagedocument-question-answering10K<n<100K4 likes237 downloads1y agoHugging Face24mteb /mbeir_infoseek_task6image100K<n<1M0 likes234 downloads8mo agoHugging Face25ayoubkirouane /infographic-VQAimage1K<n<10K0 likes215 downloads11mo agoHugging Face26svjack /bizgen_infographic_bbox BizGen: Advancing Article-level Visual Text Rendering for Infographics Generation (Glyph-ByT5-v3) (BBox Output, As layout Input) Dataset Overview This dataset supports research in article-level visual text rendering for business content generation, including infographics and presentation slides with ultra-dense layouts. Key Features 📊 Layout Capabilities • Supports ultra-dense layouts with 50+ layers • Handles article-level… See the full description on the dataset page: https://huggingface.co/datasets/svjack/bizgen_infographic_bbox.imagen<1K0 likes187 downloads1y agoHugging Face27deepghs /erairaws_infosThis is the information integration of erai-raws and myanimelist. Animes 2056 animes in total, 500 animes shown. ID Post Bangumi RSS AniDB AniList Kitsu LiveChart MAL Resources Published At Last Published At 60410 Yami Shibai 14 RSS AniDB AniList Kitsu LiveChart MAL 20 2025-01-18T23:52:00 2025-03-09T14:25:00 60407 Kimi to Idol Precure RSS AniDB Kitsu LiveChart MAL 12 2025-02-01T20:24:00 2025-03-09T14:39:00 60108 One Piece: Gyojin Tou-hen RSS AniDB AniList Kitsu… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/erairaws_infos.imagen<1K1 likes153 downloads2y agoHugging Face28kenza-ily /infographicvqa_disco InfographicVQA_mini Dataset A mini subset of the InfographicVQA dataset with 500 randomly selected question-answer pairs for infographic visual question answering evaluation. Dataset Details Total Samples: 500 QA pairs Source: InfographicVQA validation set Task: Infographic Visual Question Answering Image Format: PNG (extracted from parquet-embedded images) Features: Includes pre-extracted OCR text from AWS Textract Features Each sample contains:… See the full description on the dataset page: https://huggingface.co/datasets/kenza-ily/infographicvqa_disco.imagen<1K0 likes131 downloads3mo agoHugging Face29MangoGoes /douban_movie_info该数据集为豆瓣电影信息维表。 更多信息请参考文章《数据获取:豆瓣电影信息爬取》。 image10K<n<100K5 likes120 downloads3y agoHugging Face30Ibnuck /poster-schedule-information-extraction Multimodal Visual-Text Dataset for Poster Schedule Information Extraction A ready-to-train Indonesian document AI dataset combining pixels, OCR tokens, spatial layout, and BIO entity labels. Overview What it is 127 Indonesian seminar and religious-study event posters with multimodal token-level annotations Primary task Schedule information extraction as token classification Modalities Image + text + 2D spatial layout Coordinates… See the full description on the dataset page: https://huggingface.co/datasets/Ibnuck/poster-schedule-information-extraction.imagetoken-classificationn<1K1 likes113 downloads15d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.