Datasets:

Modalities:
Image
Text
Formats:
webdataset
ArXiv:
Libraries:
Datasets
WebDataset
License:
bsmock commited on
Commit
c466d3f
·
verified ·
1 Parent(s): e9997cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -6,24 +6,30 @@ license: cdla-permissive-2.0
6
 
7
  *PubTables-v2* is a new large-scale dataset for full-page and multi-page table extraction.
8
 
 
 
9
  ## Collections
10
 
11
  It comes in 3 collections:
12
- - **Cropped Tables**
13
- - **135,578** cropped tables, with each sample containing exactly one table cropped closely to its border
14
- - In contrast with PubTables-1M, all of the cropped tables in this collection are either long (30 or more rows) or wide (12 or more columns)
15
- - The data in this collection supports the traditional table structure recognition (TSR) task
16
- - Note: **5,804** of these tables are currently part of an unreleased, private test set
17
- - **Single Pages**
18
- - **467,541** individual document pages, with each page containing 1 or more tables
19
- - This collection contains **548,414** tables annotated in their full-page context
20
- - The data in this collection supports the task of TD and the task of end-to-end table extraction (TE), or TSR in a full-page context
21
- - Note: **43,288** of these pages are currently part of an unreleased, private test set
22
- - **Full Documents**
23
- - **9,172** full documents, with all pages included and all tables annotated
24
- - This collection focuses on multi-page tables specifically—every document contains at least one multi-page table
25
- - In total there are **9,492** multi-page tables, **630** single-page tables split across multiple columns, and **14,740** single-page, single-part tables
26
- - The data in this collection supports the tasks of multi-page TD, multi-page TSR (cell structure and content but not location), and cross-page table continuation prediction
 
 
 
 
27
 
28
  Note: A small percentage of the samples in PubTables-v2 are currently part of a private, unreleased test set.
29
  These samples are held back to evaluate data leakage for the public test set in future models and will be released at some point in the future.
 
6
 
7
  *PubTables-v2* is a new large-scale dataset for full-page and multi-page table extraction.
8
 
9
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/631b793ff6bc4be4a65092ed/w9BXjqpGduqiPZ-QZCfYO.jpeg" alt="PubTables-v2 Figure 2" width="800">
10
+
11
  ## Collections
12
 
13
  It comes in 3 collections:
14
+ ### Cropped Tables
15
+ - **135,578** cropped tables, with each sample containing exactly one table cropped closely to its border
16
+ - In contrast with PubTables-1M, all of the cropped tables in this collection are either long (30 or more rows) or wide (12 or more columns)
17
+ - The data in this collection supports the traditional table structure recognition (TSR) task
18
+ - Note: **5,804** of these tables are currently part of an unreleased, private test set
19
+
20
+ ### Single Pages
21
+ - **467,541** individual document pages, with each page containing 1 or more tables
22
+ - This collection contains **548,414** tables annotated in their full-page context
23
+ - The data in this collection supports the task of TD and the task of end-to-end table extraction (TE), or TSR in a full-page context
24
+ - Note: **43,288** of these pages are currently part of an unreleased, private test set
25
+
26
+ ### Full Documents
27
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/631b793ff6bc4be4a65092ed/w9BXjqpGduqiPZ-QZCfYO.jpeg" alt="PubTables-v2 Figure 2" width="500">
28
+
29
+ - **9,172** full documents, with all pages included and all tables annotated
30
+ - This collection focuses on multi-page tables specifically—every document contains at least one multi-page table
31
+ - In total there are **9,492** multi-page tables, **630** single-page tables split across multiple columns, and **14,740** single-page, single-part tables
32
+ - The data in this collection supports the tasks of multi-page TD, multi-page TSR (cell structure and content but not location), and cross-page table continuation prediction
33
 
34
  Note: A small percentage of the samples in PubTables-v2 are currently part of a private, unreleased test set.
35
  These samples are held back to evaluate data leakage for the public test set in future models and will be released at some point in the future.