Dataset Viewer
Full Screen Viewer
Full Screen
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
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
Data Fields
The data fields are the same among all splits.
id
: astring
feature - GUID.words
: alist
ofstring
features.bboxes
: alist
oflist
with four (int
) features.ner_tags
: alist
of classification labels (int
). Full tagset with indices:
{'O': 0, 'B-HEADER': 1, 'I-HEADER': 2, 'B-QUESTION': 3, 'I-QUESTION': 4, 'B-ANSWER': 5, 'I-ANSWER': 6}
image_path
: astring
feature.
Data Splits
name | train | test |
---|---|---|
FUNSD-vu2020 | 149 | 50 |
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
Licensing Information
Citation Information
@article{vu2020revising,
title={Revising FUNSD dataset for key-value detection in document images},
author={Vu, Hieu M and Nguyen, Diep Thi-Ngoc},
journal={arXiv preprint arXiv:2010.05322},
year={2020}
}
- Downloads last month
- 52