jnaiman commited on
Commit
a0036c9
·
1 Parent(s): f6a267f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -7,4 +7,31 @@ language:
7
  - en
8
  size_categories:
9
  - 1M<n<10M
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  size_categories:
9
  - 1M<n<10M
10
+ ---
11
+
12
+ Over 3.5 Million synthetically generated ground-truth/OCR pairs for post correction tasks from our paper "[Large Synthetic Data from the ar𝜒iv for OCR Post Correction of Historic Scientific Articles](https://dl.acm.org/doi/10.1007/978-3-031-43849-3_23)".
13
+
14
+
15
+ ### Citation
16
+
17
+ Please reference the following if you make use of this dataset:
18
+
19
+ ```
20
+ @inproceedings{10.1007/978-3-031-43849-3_23,
21
+ author = {Naiman, J. P. and Cosillo, Morgan G. and Williams, Peter K. G. and Goodman, Alyssa},
22
+ title = {Large Synthetic Data From&nbsp;the&nbsp;arχiv For&nbsp;OCR Post Correction Of&nbsp;Historic Scientific Articles},
23
+ year = {2023},
24
+ isbn = {978-3-031-43848-6},
25
+ publisher = {Springer-Verlag},
26
+ address = {Berlin, Heidelberg},
27
+ url = {https://doi.org/10.1007/978-3-031-43849-3_23},
28
+ doi = {10.1007/978-3-031-43849-3_23},
29
+ abstract = {Historical scientific articles often require Optical Character Recognition (OCR) to transform scanned documents into machine-readable text, a process that often produces errors. We present a pipeline for the generation of a synthetic ground truth/OCR dataset to correct the OCR results of the astrophysics literature holdings of the NASA Astrophysics Data System (ADS). By mining the arχiv we create, to the authors’ knowledge, the largest scientific synthetic ground truth/OCR post correction dataset of 203,354,393 character pairs. Baseline models trained with this dataset find the mean improvement in character and word error rates of 7.71\% and 18.82\% for historical OCR text, respectively. Interactive dashboards to explore the dataset are available online: , and data and code, are hosted on GitHub: .},
30
+ booktitle = {Linking Theory and Practice of Digital Libraries: 27th International Conference on Theory and Practice of Digital Libraries, TPDL 2023, Zadar, Croatia, September 26–29, 2023, Proceedings},
31
+ pages = {265–274},
32
+ numpages = {10},
33
+ keywords = {scholarly document processing, optical character recognition, astronomy},
34
+ location = {Zadar, Croatia}
35
+ }
36
+ ```
37
+