Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
Dask
License:

Add link to paper, refine task category, and add relevant tags

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -16,21 +24,16 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
- license: apache-2.0
20
- language:
21
- - es
22
  tags:
23
  - finance
24
- pretty_name: EnglishOCR
25
- size_categories:
26
- - 10K<n<100K
27
- task_categories:
28
- - image-to-text
29
  ---
30
 
31
  ----------------------------------------------------------------
32
  # Dataset Card for EnglishOCR Dataset
33
 
 
34
 
35
  ### Dataset Summary
36
  The EnglishOCR dataset contains images derived from regulatory documents from SEC EDGAR company filings. This dataset is used for benchmarkingg and evaluating Large Language Models ability on converting unstructured dcuments, such as pdfs and images, into machine readable format, particularly in finance domain, where the conversion task is more complex and valuable.
@@ -120,5 +123,4 @@ If you use this dataset, please cite:
120
  archivePrefix={arXiv},
121
  primaryClass={cs.CL},
122
  url={https://arxiv.org/abs/2506.14028},
123
- }
124
- ```
 
1
  ---
2
+ language:
3
+ - es
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - image-text-to-text
9
+ pretty_name: EnglishOCR
10
  dataset_info:
11
  features:
12
  - name: image
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
27
  tags:
28
  - finance
29
+ - OCR
30
+ - document-understanding
 
 
 
31
  ---
32
 
33
  ----------------------------------------------------------------
34
  # Dataset Card for EnglishOCR Dataset
35
 
36
+ [Paper](https://huggingface.co/papers/2506.14028)
37
 
38
  ### Dataset Summary
39
  The EnglishOCR dataset contains images derived from regulatory documents from SEC EDGAR company filings. This dataset is used for benchmarkingg and evaluating Large Language Models ability on converting unstructured dcuments, such as pdfs and images, into machine readable format, particularly in finance domain, where the conversion task is more complex and valuable.
 
123
  archivePrefix={arXiv},
124
  primaryClass={cs.CL},
125
  url={https://arxiv.org/abs/2506.14028},
126
+ }