JoshuaGu commited on
Commit
c823b98
·
verified ·
1 Parent(s): 25f1549

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Summary
2
+
3
+ ADOPD is a large-scale dataset for document page decomposition, distinguished by a novel data-driven document taxonomy discovery method for data collection. This approach combines large-scale pretrained models with a human-in-the-loop process to ensure diversity and balance in the data. ADOPD includes densely annotated labels for document images, covering four tasks: Doc2Mask, Doc2Box, Doc2Tag, and Doc2Seq. Annotations for each image include human-labeled entity masks, text bounding boxes, and automatically generated tags and captions. Detailed experimental analyses validate the data-driven document taxonomy method and evaluate the four tasks using different models. ADOPD aims to support future research in document image understanding.
4
+
5
+ # Dataset Information
6
+ The ADOPD dataset contains a total of 120,000 images, with the following language distribution:
7
+ - English: 60,000
8
+ - Chinese: 20,000
9
+ - Japanese: 20,000
10
+ - Others: 20,000
11
+
12
+ # Citation
13
+ ```
14
+ @inproceedings{
15
+ gu2024adopd,
16
+ title={{AD}o{PD}: A Large-Scale Document Page Decomposition Dataset},
17
+ author={Jiuxiang Gu and Xiangxi Shi and Jason Kuen and Lu Qi and Ruiyi Zhang and Anqi Liu and Ani Nenkova and Tong Sun},
18
+ booktitle={The Twelfth International Conference on Learning Representations},
19
+ year={2024},
20
+ url={https://openreview.net/forum?id=x1ptaXpOYa}
21
+ }
22
+ ```
23
+
24
+ # License (cc-by-nc-nd-4.0)
25
+