maveriq commited on
Commit
76a9732
·
1 Parent(s): 3804a2a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +125 -0
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 100K<n<1M
6
+ ---
7
+
8
+ # Dataset Card for ReadingBank
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:**
13
+ - https://github.com/doc-analysis/ReadingBank
14
+ - **Repository:**
15
+ - https://github.com/doc-analysis/ReadingBank
16
+ - **Paper:**
17
+ - https://arxiv.org/pdf/2108.11591.pdf
18
+ - **Leaderboard:**
19
+ - **Point of Contact:**
20
+ - Raise github issue on mentioned repository for dataset related matters and contact @maveriq for huggingface dataset port.
21
+
22
+ ### Dataset Summary
23
+
24
+ ReadingBank is a benchmark dataset for reading order detection built with weak supervision from WORD documents, which contains 500K document images with a wide range of document types as well as the corresponding reading order information.
25
+
26
+ ### Supported Tasks and Leaderboards
27
+
28
+ Reading Order of documents
29
+
30
+ ### Languages
31
+
32
+ English
33
+
34
+ ## Dataset Structure
35
+
36
+ ### Data Instances
37
+
38
+ [More Information Needed]
39
+
40
+ ### Data Fields
41
+
42
+ - src : text
43
+ - tgt : text
44
+ - bleu : float
45
+ - tgt_index : list of ints
46
+ - original_filename : str
47
+ - filename : str
48
+ - page_idx : int
49
+ - src_layout : Bounding boxes for src (list of list of ints)
50
+ - tgt_layout : Bounding boxes for tgt (list of list of ints)
51
+
52
+ ### Data Splits
53
+
54
+ train : 400,000
55
+ dev : 50,000
56
+ test : 50,000
57
+
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ [More Information Needed]
63
+
64
+ ### Source Data
65
+
66
+ #### Initial Data Collection and Normalization
67
+
68
+ [More Information Needed]
69
+
70
+ #### Who are the source language producers?
71
+
72
+ [More Information Needed]
73
+
74
+ ### Annotations
75
+
76
+ #### Annotation process
77
+
78
+ [More Information Needed]
79
+
80
+ #### Who are the annotators?
81
+
82
+ [More Information Needed]
83
+
84
+ ### Personal and Sensitive Information
85
+
86
+ [More Information Needed]
87
+
88
+ ## Considerations for Using the Data
89
+
90
+ ### Social Impact of Dataset
91
+
92
+ [More Information Needed]
93
+
94
+ ### Discussion of Biases
95
+
96
+ [More Information Needed]
97
+
98
+ ### Other Known Limitations
99
+
100
+ [More Information Needed]
101
+
102
+ ## Additional Information
103
+
104
+ ### Dataset Curators
105
+
106
+ [More Information Needed]
107
+
108
+ ### Licensing Information
109
+
110
+ [More Information Needed]
111
+
112
+ ### Citation Information
113
+
114
+ @misc{wang2021layoutreader,
115
+ title={LayoutReader: Pre-training of Text and Layout for Reading Order Detection},
116
+ author={Zilong Wang and Yiheng Xu and Lei Cui and Jingbo Shang and Furu Wei},
117
+ year={2021},
118
+ eprint={2108.11591},
119
+ archivePrefix={arXiv},
120
+ primaryClass={cs.CL}
121
+ }
122
+
123
+ ### Contributions
124
+
125
+ [More Information Needed]