pierreguillou commited on
Commit
561d013
1 Parent(s): a971717

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +214 -0
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ license: other
5
+ pretty_name: DocLayNet
6
+ size_categories:
7
+ - 0K<n<1K
8
+ tags:
9
+ - layout-segmentation
10
+ - COCO
11
+ - document-understanding
12
+ - PDF
13
+ - IBM
14
+ task_categories:
15
+ - object-detection
16
+ - image-segmentation
17
+ task_ids:
18
+ - instance-segmentation
19
+ ---
20
+
21
+ # Dataset Card for DocLayNet small
22
+
23
+ ## About this card (01/27/2023)
24
+
25
+ ### Property and license
26
+
27
+ All information from this page but the content of this paragraph has been copied/pasted from [Dataset Card for DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet).
28
+
29
+ DocLayNet is a dataset created by Deep Search (IBM Research) published under [license CDLA-Permissive-1.0](https://huggingface.co/datasets/ds4sd/DocLayNet#licensing-information).
30
+
31
+ I do not claim any rights to the data taken from this dataset and published on this page.
32
+
33
+ ### DocLayNet dataset
34
+
35
+ [DocLayNet dataset](https://github.com/DS4SD/DocLayNet) (IBM) provides page-by-page layout segmentation ground-truth using bounding-boxes for 11 distinct class labels on 80863 unique pages from 6 document categories.
36
+
37
+ Until today, the dataset can be downloaded through direct links or as a dataset from Hugging Face datasets:
38
+ - direct links: [doclaynet_core.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_core.zip) (28 GiB), [doclaynet_extra.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_extra.zip) (7.5 GiB)
39
+ - Hugging Face dataset library: [dataset DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet)
40
+
41
+ ### Processing into a format facilitating it use by HF notebooks
42
+
43
+ These 2 options require the downloading of all the data (approximately 30GBi), which requires downloading time (about 45 mn in Google Colab) and a large space on the hard disk. These could limit experimentation for people with low resources.
44
+
45
+ Moreover, even when using the download via HF datasets library, it is necessary to download the EXTRA zip separately ([doclaynet_extra.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_extra.zip), 7.5 GiB) to associate the annotated bounding boxes with the text extracted by OCR from the PDFs. This operation also requires additional code because the boundings boxes of the texts do not necessarily correspond to those annotated (a calculation of the percentage of area in common between the boundings boxes annotated and those of the texts makes it possible to make a comparison between them).
46
+
47
+ At last, in order to use Hugging Face notebooks on fine-tuning layout models like LayoutLMv3 or LiLT, DocLayNet data must be processed in a proper format.
48
+
49
+ For all these reasons, I decided to process the DocLayNet dataset:
50
+ - into 3 datasets of different sizes:
51
+ - [DocLayNet small](https://huggingface.co/datasets/pierreguillou/DocLayNet-small) < 1.000k document images
52
+ - [DocLayNet base](https://huggingface.co/datasets/pierreguillou/DocLayNet-base) < 10.000k document images- with associated texts,
53
+ - and in a format facilitating their use by HF notebooks.
54
+
55
+ *Note: the layout HF notebooks will greatly help participants of the IBM [ICDAR 2023 Competition on Robust Layout Segmentation in Corporate Documents](https://ds4sd.github.io/icdar23-doclaynet/)!*
56
+
57
+ ### Download
58
+
59
+ ```
60
+
61
+ ```
62
+
63
+ ### HF notebooks
64
+
65
+ - [notebooks LayoutLM](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LayoutLM) (Niels Rogge)
66
+ - [notebooks LayoutLMv2](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LayoutLMv2) (Niels Rogge)
67
+ - [notebooks LayoutLMv3](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LayoutLMv3) (Niels Rogge)
68
+ - [notebooks LiLT](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LiLt) (Niels Rogge)
69
+ - [Document AI: Fine-tuning LiLT for document-understanding using Hugging Face Transformers](https://github.com/philschmid/document-ai-transformers/blob/main/training/lilt_funsd.ipynb) ([post](https://www.philschmid.de/fine-tuning-lilt#3-fine-tune-and-evaluate-lilt) of Phil Schmid)
70
+
71
+ ## Table of Contents
72
+ - [Table of Contents](#table-of-contents)
73
+ - [Dataset Description](#dataset-description)
74
+ - [Dataset Summary](#dataset-summary)
75
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
76
+ - [Dataset Structure](#dataset-structure)
77
+ - [Data Fields](#data-fields)
78
+ - [Data Splits](#data-splits)
79
+ - [Dataset Creation](#dataset-creation)
80
+ - [Annotations](#annotations)
81
+ - [Additional Information](#additional-information)
82
+ - [Dataset Curators](#dataset-curators)
83
+ - [Licensing Information](#licensing-information)
84
+ - [Citation Information](#citation-information)
85
+ - [Contributions](#contributions)
86
+
87
+ ## Dataset Description
88
+
89
+ - **Homepage:** https://developer.ibm.com/exchanges/data/all/doclaynet/
90
+ - **Repository:** https://github.com/DS4SD/DocLayNet
91
+ - **Paper:** https://doi.org/10.1145/3534678.3539043
92
+ - **Leaderboard:**
93
+ - **Point of Contact:**
94
+
95
+ ### Dataset Summary
96
+
97
+ DocLayNet provides page-by-page layout segmentation ground-truth using bounding-boxes for 11 distinct class labels on 80863 unique pages from 6 document categories. It provides several unique features compared to related work such as PubLayNet or DocBank:
98
+
99
+ 1. *Human Annotation*: DocLayNet is hand-annotated by well-trained experts, providing a gold-standard in layout segmentation through human recognition and interpretation of each page layout
100
+ 2. *Large layout variability*: DocLayNet includes diverse and complex layouts from a large variety of public sources in Finance, Science, Patents, Tenders, Law texts and Manuals
101
+ 3. *Detailed label set*: DocLayNet defines 11 class labels to distinguish layout features in high detail.
102
+ 4. *Redundant annotations*: A fraction of the pages in DocLayNet are double- or triple-annotated, allowing to estimate annotation uncertainty and an upper-bound of achievable prediction accuracy with ML models
103
+ 5. *Pre-defined train- test- and validation-sets*: DocLayNet provides fixed sets for each to ensure proportional representation of the class-labels and avoid leakage of unique layout styles across the sets.
104
+
105
+ ### Supported Tasks and Leaderboards
106
+
107
+ We are hosting a competition in ICDAR 2023 based on the DocLayNet dataset. For more information see https://ds4sd.github.io/icdar23-doclaynet/.
108
+
109
+ ## Dataset Structure
110
+
111
+ ### Data Fields
112
+
113
+ DocLayNet provides four types of data assets:
114
+
115
+ 1. PNG images of all pages, resized to square `1025 x 1025px`
116
+ 2. Bounding-box annotations in COCO format for each PNG image
117
+ 3. Extra: Single-page PDF files matching each PNG image
118
+ 4. Extra: JSON file matching each PDF page, which provides the digital text cells with coordinates and content
119
+
120
+ The COCO image record are defined like this example
121
+
122
+ ```js
123
+ ...
124
+ {
125
+ "id": 1,
126
+ "width": 1025,
127
+ "height": 1025,
128
+ "file_name": "132a855ee8b23533d8ae69af0049c038171a06ddfcac892c3c6d7e6b4091c642.png",
129
+
130
+ // Custom fields:
131
+ "doc_category": "financial_reports" // high-level document category
132
+ "collection": "ann_reports_00_04_fancy", // sub-collection name
133
+ "doc_name": "NASDAQ_FFIN_2002.pdf", // original document filename
134
+ "page_no": 9, // page number in original document
135
+ "precedence": 0, // Annotation order, non-zero in case of redundant double- or triple-annotation
136
+ },
137
+ ...
138
+ ```
139
+
140
+ The `doc_category` field uses one of the following constants:
141
+
142
+ ```
143
+ financial_reports,
144
+ scientific_articles,
145
+ laws_and_regulations,
146
+ government_tenders,
147
+ manuals,
148
+ patents
149
+ ```
150
+
151
+
152
+ ### Data Splits
153
+
154
+ The dataset provides three splits
155
+ - `train`
156
+ - `val`
157
+ - `test`
158
+
159
+ ## Dataset Creation
160
+
161
+ ### Annotations
162
+
163
+ #### Annotation process
164
+
165
+ The labeling guideline used for training of the annotation experts are available at [DocLayNet_Labeling_Guide_Public.pdf](https://raw.githubusercontent.com/DS4SD/DocLayNet/main/assets/DocLayNet_Labeling_Guide_Public.pdf).
166
+
167
+
168
+ #### Who are the annotators?
169
+
170
+ Annotations are crowdsourced.
171
+
172
+
173
+ ## Additional Information
174
+
175
+ ### Dataset Curators
176
+
177
+ The dataset is curated by the [Deep Search team](https://ds4sd.github.io/) at IBM Research.
178
+ You can contact us at [deepsearch-core@zurich.ibm.com](mailto:deepsearch-core@zurich.ibm.com).
179
+
180
+ Curators:
181
+ - Christoph Auer, [@cau-git](https://github.com/cau-git)
182
+ - Michele Dolfi, [@dolfim-ibm](https://github.com/dolfim-ibm)
183
+ - Ahmed Nassar, [@nassarofficial](https://github.com/nassarofficial)
184
+ - Peter Staar, [@PeterStaar-IBM](https://github.com/PeterStaar-IBM)
185
+
186
+ ### Licensing Information
187
+
188
+ License: [CDLA-Permissive-1.0](https://cdla.io/permissive-1-0/)
189
+
190
+
191
+ ### Citation Information
192
+
193
+
194
+ ```bib
195
+ @article{doclaynet2022,
196
+ title = {DocLayNet: A Large Human-Annotated Dataset for Document-Layout Segmentation},
197
+ doi = {10.1145/3534678.353904},
198
+ url = {https://doi.org/10.1145/3534678.3539043},
199
+ author = {Pfitzmann, Birgit and Auer, Christoph and Dolfi, Michele and Nassar, Ahmed S and Staar, Peter W J},
200
+ year = {2022},
201
+ isbn = {9781450393850},
202
+ publisher = {Association for Computing Machinery},
203
+ address = {New York, NY, USA},
204
+ booktitle = {Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
205
+ pages = {3743–3751},
206
+ numpages = {9},
207
+ location = {Washington DC, USA},
208
+ series = {KDD '22}
209
+ }
210
+ ```
211
+
212
+ ### Contributions
213
+
214
+ Thanks to [@dolfim-ibm](https://github.com/dolfim-ibm), [@cau-git](https://github.com/cau-git) for adding this dataset.