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
01nielsr /funsdimagen<1K25 likes2.4k downloads1y agoHugging Face02nielsr /funsd-layoutlmv3imagen<1K42 likes1.3k downloads1y agoHugging Face03unhingedpanda /new-funsd-datasetimagen<1K0 likes206 downloads2y agoHugging Face04konfuzio /funsd_plus Dataset Card for "funsd_plus" Additional Information The FUNSD dataset provides ground truth data for form understanding. Following research, the FUNSD+ dataset addresses inconsistencies in labeling found in the original FUNSD Vu and Nguyen (2020), which could hinder its effectiveness for key-value extraction. FUNSD+ significantly expands the document count from 199 to 1,113, while enhancing header, question, and answer statistics as outlined in the provided table.… See the full description on the dataset page: https://huggingface.co/datasets/konfuzio/funsd_plus.image1K<n<10K4 likes80 downloads1y agoHugging Face05Tamilnilavan /funsd-json Dataset Card for FUNSD (JSON Format) This dataset contains the preprocessed JSON format of the FUNSD dataset, designed for form understanding in noisy scanned documents. It includes the original structure with annotations in JSON format, as per the original FUNSD dataset. This dataset is intended for document understanding tasks such as OCR, layout parsing, and key-value extraction. Dataset Details Dataset Description The FUNSD (Form Understanding… See the full description on the dataset page: https://huggingface.co/datasets/Tamilnilavan/funsd-json.imagequestion-answeringn<1K0 likes55 downloads28d agoHugging Face06mp-02 /funsdimagen<1K0 likes36 downloads2y agoHugging Face07nielsr /funsd-image-featureimagen<1K0 likes35 downloads4y agoHugging Face08SotiriosKastanas /FUNSDexp135imagen<1K0 likes35 downloads4y agoHugging Face09davidle7 /funsd-json Dataset Card for FUNSD (JSON Format) This dataset contains the preprocessed JSON format of the FUNSD dataset, designed for form understanding in noisy scanned documents. It includes the original structure with annotations in JSON format, as per the original FUNSD dataset. This dataset is intended for document understanding tasks such as OCR, layout parsing, and key-value extraction. Dataset Details Dataset Description The FUNSD (Form Understanding in… See the full description on the dataset page: https://huggingface.co/datasets/davidle7/funsd-json.imagequestion-answeringn<1K1 likes30 downloads2y agoHugging Face10Ihor /GLiNER-FUNSDDataset derived from FUNSD for training GLiNER-based multi-modal models. Processing script: from datasets import load_dataset import shutil import json import os dataset = load_dataset("nielsr/funsd") raw_labels = dataset['train'].features['ner_tags'].feature.names gliner_pdf_dataset = [] output_dir = "gliner_funsd" os.makedirs(output_dir, exist_ok=True) os.makedirs(os.path.join(output_dir, 'images'), exist_ok=True) def process_dataset(example): tokens = example['words'] bboxes =… See the full description on the dataset page: https://huggingface.co/datasets/Ihor/GLiNER-FUNSD.imagen<1K1 likes30 downloads1y agoHugging Face11dhdeco /FUNSD-vu2020revising Dataset Card for FUNSD-vu2020revising Dataset Summary This is the revised version of the FUNSD dataset as proposed by Vu, H. M., & Nguyen, D. T. N. (2020). Supported Tasks and Leaderboards The Form Understanding challenge comprises three tasks, namely word grouping, semantic-entity labeling, and entity linking. Dataset Structure Data Instances More Information Needed Data Fields The data fields are the… See the full description on the dataset page: https://huggingface.co/datasets/dhdeco/FUNSD-vu2020revising.imagen<1K0 likes25 downloads3mo agoHugging Face12elliot-mllm /FUNSD_rejectedgated FUNSD — FUNSD_rejected Rejection-sampled from the FUNSD train split. This split holds the rejected items — the answer field holds the official ground truth. rows 115 QA pairs 460 shards 1 accepted / rejected (whole family) 911 / 460 accept rate 66.4% verifier exact The rejected split is training data, not just diagnostics: answer is the official ground truth, and wrong_vlm records what the model said instead. How the data was produced… See the full description on the dataset page: https://huggingface.co/datasets/elliot-mllm/FUNSD_rejected.imagevisual-question-answeringn<1K0 likes25 downloads22d agoHugging Face13Elliot-Data /funsd_train_cleanedgated funsd_train_cleaned The funsd_train family of the ElliotVL supervised-fine-tuning pool, after VLM cleaning. images 363 QA turns 6,820 answers rewritten by the cleaning pass 33 QA created by the cleaning pass (new_qa) 3,750 (55.0%) shards 1 How this was cleaned A vision-language model read each image together with its QA and judged the item. The pass is not a filter that only removes rows — it rewrites answers it finds wrong but… See the full description on the dataset page: https://huggingface.co/datasets/Elliot-Data/funsd_train_cleaned.imagevisual-question-answeringn<1K0 likes24 downloads13d agoHugging Face14elliot-mllm /FUNSD_RS_nothinkgated FUNSD — FUNSD_RS_nothink Rejection-sampled from the FUNSD train split. This split holds the accepted items, answer only. rows 125 QA pairs 911 shards 1 accepted / rejected (whole family) 911 / 460 accept rate 66.4% verifier exact How the data was produced A VLM answers every question at temperature 0 with reasoning enabled. Its answer is compared with the official ground truth by the verifier described below; matches go to… See the full description on the dataset page: https://huggingface.co/datasets/elliot-mllm/FUNSD_RS_nothink.imagevisual-question-answeringn<1K0 likes23 downloads22d agoHugging Face15elliot-mllm /FUNSD_RS_thinkgated FUNSD — FUNSD_RS_think Rejection-sampled from the FUNSD train split. This split holds the accepted items, with the model's reasoning trace. rows 125 QA pairs 911 shards 1 accepted / rejected (whole family) 911 / 460 accept rate 66.4% verifier exact How the data was produced A VLM answers every question at temperature 0 with reasoning enabled. Its answer is compared with the official ground truth by the verifier described below; matches… See the full description on the dataset page: https://huggingface.co/datasets/elliot-mllm/FUNSD_RS_think.imagevisual-question-answeringn<1K0 likes23 downloads22d agoHugging Face16SotiriosKastanas /FUNSDExp50imagen<1K0 likes22 downloads4y agoHugging Face17jinho8345 /funsd Dataset Card for "funsd" More Information needed imagen<1K0 likes22 downloads3y agoHugging Face18docld /funsd-bench FUNSD benchmark (DocLD) Test set for the FUNSD benchmark used with DocLD: 50 form images and 50 ground-truth annotation JSON files. images/ — 50 PNG form images (FUNSD test set). annotations/ — 50 JSON files (FUNSD format: entities with text, box, label). Code and full benchmark: github.com/Doc-LD/funsd-bench. imageimage-to-textn<1K0 likes22 downloads7mo agoHugging Face19nielsr /funsd-iob-originalhttps://guillaumejaume.github.io/FUNSD/imagen<1K0 likes20 downloads4y agoHugging Face20wenwenyu /funsd_donut Dataset Card for "funsd_donut" More Information needed imagen<1K0 likes19 downloads3y agoHugging Face21HAMMALE /FUNSD_datasetimagen<1K0 likes19 downloads1y agoHugging Face22NeuralMetrics /funsd-layoutlmv3 Neural Metrics · Noisy scanned forms with key-value ground truth. FUNSD is a small, deliberately grubby set of scanned forms annotated with entities and the links between them. It is the classic sanity check for form understanding. We use it for: key-value pair extraction - entity linking on forms - checking that a model degrades gracefully on genuinely bad scans. Attribution This is an unmodified fork of nielsr/funsd-layoutlmv3, created by the Qwen team.… See the full description on the dataset page: https://huggingface.co/datasets/NeuralMetrics/funsd-layoutlmv3.imagen<1K0 likes18 downloads2mo agoHugging Face23arvisioncode /donut-funsd Dataset Card for "donut-funsd" More Information needed imagen<1K1 likes17 downloads3y agoHugging Face24dustfree /funsdimagen<1K0 likes16 downloads4mo agoHugging Face25jinho8345 /funsd-bioes Dataset Card for "funsd-bies" More Information needed imagen<1K0 likes14 downloads3y agoHugging Face26nikinbaidar /funsd-layoutlmv3imagen<1K0 likes14 downloads2y agoHugging Face27tejasvaidhya /FUNSDimagen<1K0 likes9 downloads3y agoHugging Face28elliot-mllm /FUNSD_longformgatedimagen<1K0 likes9 downloads22d agoHugging Face29seokheeyam /funsd-bank-paragraph-test3imagen<1K0 likes8 downloads2y agoHugging Face30Baosssss /funsdimagen<1K0 likes8 downloads7mo agoHugging Face

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