Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ If you find this dataset helpful, please consider supporting me:
|
|
| 16 |
</a>
|
| 17 |
|
| 18 |
|
| 19 |
-
Dataset Summary
|
| 20 |
|
| 21 |
DocBank is a large-scale dataset tailored for Document AI tasks, focusing on integrating textual and layout information. It comprises 500,000 document pages, divided into 400,000 for training, 50,000 for validation, and 50,000 for testing. The dataset is generated using a weak supervision approach, enabling efficient annotation of document structures without extensive manual labeling.
|
| 22 |
Supported Tasks and Leaderboards
|
|
@@ -24,12 +24,12 @@ Supported Tasks and Leaderboards
|
|
| 24 |
Document Layout Analysis: Identifying and classifying different layout elements within documents based on text and spatial information.
|
| 25 |
Token Classification: Assigning layout type classes to individual tokens within the document.
|
| 26 |
|
| 27 |
-
Languages
|
| 28 |
|
| 29 |
English
|
| 30 |
|
| 31 |
-
Dataset Structure
|
| 32 |
-
Data Instances
|
| 33 |
|
| 34 |
Each instance represents a single document page with the following fields:
|
| 35 |
|
|
@@ -40,7 +40,7 @@ Each instance represents a single document page with the following fields:
|
|
| 40 |
bounding_box: Coordinates defining the position of the token on the page ([x1, y1, x2, y2]).
|
| 41 |
label: Layout type class indicating the role of the token (e.g., title, paragraph, table).
|
| 42 |
|
| 43 |
-
Data Fields
|
| 44 |
|
| 45 |
filename (string): MD5 hash of the original filename, serving as a unique identifier.
|
| 46 |
page_bounding_box (list of int): [min_x, min_y, max_x, max_y] coordinates of the entire document page.
|
|
@@ -49,8 +49,8 @@ Data Fields
|
|
| 49 |
bounding_box (list of int): [x1, y1, x2, y2] coordinates of the token's position.
|
| 50 |
label (string): Layout type class for the token.
|
| 51 |
|
| 52 |
-
Additional Information
|
| 53 |
-
Dataset Curators
|
| 54 |
|
| 55 |
Minghao Li, Yiheng Xu, Lei Cui, Shaohan Huang, Furu Wei, Zhoujun Li, Ming Zhou
|
| 56 |
Licensing Information
|
|
|
|
| 16 |
</a>
|
| 17 |
|
| 18 |
|
| 19 |
+
## Dataset Summary
|
| 20 |
|
| 21 |
DocBank is a large-scale dataset tailored for Document AI tasks, focusing on integrating textual and layout information. It comprises 500,000 document pages, divided into 400,000 for training, 50,000 for validation, and 50,000 for testing. The dataset is generated using a weak supervision approach, enabling efficient annotation of document structures without extensive manual labeling.
|
| 22 |
Supported Tasks and Leaderboards
|
|
|
|
| 24 |
Document Layout Analysis: Identifying and classifying different layout elements within documents based on text and spatial information.
|
| 25 |
Token Classification: Assigning layout type classes to individual tokens within the document.
|
| 26 |
|
| 27 |
+
## Languages
|
| 28 |
|
| 29 |
English
|
| 30 |
|
| 31 |
+
## Dataset Structure
|
| 32 |
+
### Data Instances
|
| 33 |
|
| 34 |
Each instance represents a single document page with the following fields:
|
| 35 |
|
|
|
|
| 40 |
bounding_box: Coordinates defining the position of the token on the page ([x1, y1, x2, y2]).
|
| 41 |
label: Layout type class indicating the role of the token (e.g., title, paragraph, table).
|
| 42 |
|
| 43 |
+
## Data Fields
|
| 44 |
|
| 45 |
filename (string): MD5 hash of the original filename, serving as a unique identifier.
|
| 46 |
page_bounding_box (list of int): [min_x, min_y, max_x, max_y] coordinates of the entire document page.
|
|
|
|
| 49 |
bounding_box (list of int): [x1, y1, x2, y2] coordinates of the token's position.
|
| 50 |
label (string): Layout type class for the token.
|
| 51 |
|
| 52 |
+
## Additional Information
|
| 53 |
+
### Dataset Curators
|
| 54 |
|
| 55 |
Minghao Li, Yiheng Xu, Lei Cui, Shaohan Huang, Furu Wei, Zhoujun Li, Ming Zhou
|
| 56 |
Licensing Information
|