asnassar commited on
Commit
3c8eeb0
1 Parent(s): 6d5abd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -59
README.md CHANGED
@@ -1,62 +1,90 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: filename
5
- dtype: string
6
- - name: split
7
- dtype: string
8
- - name: imgid
9
- dtype: int64
10
- - name: dataset
11
- dtype: string
12
- - name: cells
13
- list:
14
- list:
15
- - name: cell_id
16
- dtype: int64
17
- - name: is_header
18
- dtype: bool
19
- - name: tokens
20
- sequence: string
21
- - name: bbox
22
- sequence: float64
23
- - name: span
24
- struct:
25
- - name: span_type
26
- dtype: string
27
- - name: rowspan
28
- dtype: int64
29
- - name: colspan
30
- dtype: int64
31
- - name: otsl
32
- sequence: string
33
- - name: html
34
- sequence: string
35
- - name: html_restored
36
- sequence: string
37
- - name: cols
38
- dtype: int64
39
- - name: rows
40
- dtype: int64
41
- - name: html_len
42
- dtype: int64
43
- - name: otsl_len
44
- dtype: int64
45
- - name: image
46
- dtype: image
47
- splits:
48
- - name: train
49
- num_bytes: 36305322982.48
50
- num_examples: 600370
51
- - name: val
52
- num_bytes: 4503780936.432
53
- num_examples: 74611
54
- - name: test
55
- num_bytes: 3586992818.734
56
- num_examples: 59978
57
- download_size: 35082287098
58
- dataset_size: 44396096737.646
59
  ---
60
- # Dataset Card for "SynthTabNet_OTSL"
61
 
62
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ pretty_name: SynthTabNet-OTSL
4
+ size_categories:
5
+ - 10K<n<100K
6
+ tags:
7
+ - table-structure-recognition
8
+ - table-understanding
9
+ - PDF
10
+ task_categories:
11
+ - object-detection
12
+ - table-to-text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
+ # Dataset Card for SynthTabNet_OTSL
15
 
16
+ ## Dataset Description
17
+
18
+ - **Homepage:** https://ds4sd.github.io
19
+ - **Paper:** https://arxiv.org/pdf/2305.03393
20
+
21
+ ### Dataset Summary
22
+
23
+ This dataset is a conversion of the original [SynthTabNet](https://github.com/IBM/SynthTabNet) into the OTSL format presented in our paper "Optimized Table Tokenization for Table Structure Recognition". The dataset includes the original annotations amongst new additions.
24
+
25
+ SynthTabNet is organized into 4 parts of 150k tables (600k in total). Each part contains tables with different appearances in regard to their size, structure, style and content. All parts are divided into Train, Test and Val splits.
26
+
27
+ | Appearance style | Records |
28
+ |------------------|---------|
29
+ | Fintabnet | 150k |
30
+ | Marketing | 150k |
31
+ | PubTabNet | 150k |
32
+ | Sparse | 150k |
33
+
34
+ ### Dataset Structure
35
+
36
+ * cells: origunal dataset cell groundtruth (content).
37
+ * otsl: new reduced table structure token format
38
+ * html: original dataset groundtruth HTML (structure).
39
+ * html_restored: generated HTML from OTSL.
40
+ * cols: grid column length.
41
+ * rows: grid row length.
42
+ * image: PIL image
43
+
44
+ ### OTSL Vocabulary:
45
+
46
+ **OTSL**: new reduced table structure token format
47
+ More information on the OTSL table structure format and its concepts can be read from our paper.
48
+ Format of this dataset extends work presented in a paper, and introduces slight modifications:
49
+
50
+ * "fcel" - cell that has content in it
51
+ * "ecel" - cell that is empty
52
+ * "lcel" - left-looking cell (to handle horizontally merged cells)
53
+ * "ucel" - up-looking cell (to handle vertically merged cells)
54
+ * "xcel" - 2d span cells, in this dataset - covers entire area of a merged cell
55
+ * "nl" - new line token
56
+
57
+ ### Data Splits
58
+
59
+ The dataset provides three splits
60
+ - `train`
61
+ - `val`
62
+ - `test`
63
+
64
+ ## Additional Information
65
+
66
+ ### Dataset Curators
67
+
68
+ The dataset is converted by the [Deep Search team](https://ds4sd.github.io/) at IBM Research.
69
+ You can contact us at [deepsearch-core@zurich.ibm.com](mailto:deepsearch-core@zurich.ibm.com).
70
+
71
+ Curators:
72
+ - Maksym Lysak, [@maxmnemonic](https://github.com/maxmnemonic)
73
+ - Ahmed Nassar, [@nassarofficial](https://github.com/nassarofficial)
74
+ - Christoph Auer, [@cau-git](https://github.com/cau-git)
75
+ - Nikos Livathinos, [@nikos-livathinos](https://github.com/nikos-livathinos)
76
+ - Peter Staar, [@PeterStaar-IBM](https://github.com/PeterStaar-IBM)
77
+
78
+
79
+ ### Citation Information
80
+
81
+
82
+ ```bib
83
+ @misc{lysak2023optimized,
84
+ title={Optimized Table Tokenization for Table Structure Recognition},
85
+ author={Maksym Lysak and Ahmed Nassar and Nikolaos Livathinos and Christoph Auer and Peter Staar},
86
+ year={2023},
87
+ eprint={2305.03393},
88
+ archivePrefix={arXiv},
89
+ primaryClass={cs.CV}
90
+ }```