Update dataset card to have bibtex for paper with more clear link
Browse files
README.md
CHANGED
|
@@ -4,7 +4,8 @@ license: cc-by-4.0
|
|
| 4 |
|
| 5 |
# OJ4OCRMT: A Large Multilingual Dataset for OCR-MT Evaluation
|
| 6 |
|
| 7 |
-
|
|
|
|
| 8 |
|
| 9 |
The OJ4OCRMT dataset contains source PDF files, rendered images in
|
| 10 |
three resolutions, and text files (both raw extractions, and
|
|
@@ -51,4 +52,26 @@ Splits for the partitions are in TSV format with two-columns:
|
|
| 51 |
The eight split files are named {dev,test}.{all,regular,table.figure}.txt
|
| 52 |
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
*Initial release: 6/16/2025*
|
|
|
|
| 4 |
|
| 5 |
# OJ4OCRMT: A Large Multilingual Dataset for OCR-MT Evaluation
|
| 6 |
|
| 7 |
+
Check out the Paper:
|
| 8 |
+
["OJ4OCRMT: A Large Multilingual Dataset for OCR-MT Evaluation" Paul McNamee, Kevin Duh, Cameron Carpenter, Ron Colaianni, Nolan King, and Kenton Murray. *Proceedings of Machine Translation Summit XX, Vol. 1: Research Track* June 23-27, 2025, Geneva, Switzerland.](https://aclanthology.org/2025.mtsummit-1.9/)
|
| 9 |
|
| 10 |
The OJ4OCRMT dataset contains source PDF files, rendered images in
|
| 11 |
three resolutions, and text files (both raw extractions, and
|
|
|
|
| 52 |
The eight split files are named {dev,test}.{all,regular,table.figure}.txt
|
| 53 |
|
| 54 |
|
| 55 |
+
If you use this work, please cite:
|
| 56 |
+
```
|
| 57 |
+
@inproceedings{mcnamee-etal-2025-oj4ocrmt,
|
| 58 |
+
title = "{OJ}4{OCRMT}: A Large Multilingual Dataset for {OCR}-{MT} Evaluation",
|
| 59 |
+
author = "McNamee, Paul and
|
| 60 |
+
Duh, Kevin and
|
| 61 |
+
Carpenter, Cameron and
|
| 62 |
+
Colaianni, Ron and
|
| 63 |
+
King, Nolan and
|
| 64 |
+
Murray, Kenton",
|
| 65 |
+
booktitle = "Proceedings of Machine Translation Summit XX: Volume 1",
|
| 66 |
+
month = jun,
|
| 67 |
+
year = "2025",
|
| 68 |
+
address = "Geneva, Switzerland",
|
| 69 |
+
publisher = "European Association for Machine Translation",
|
| 70 |
+
url = "https://aclanthology.org/2025.mtsummit-1.9/",
|
| 71 |
+
pages = "113--125",
|
| 72 |
+
ISBN = "978-2-9701897-0-1"
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
|
| 77 |
*Initial release: 6/16/2025*
|