nielsr HF Staff commited on
Commit
d4972da
·
verified ·
1 Parent(s): c3c4b97

Improve metadata and add prominent links to HF paper and GitHub repository

Browse files

This PR enhances the `ReceiptSense` dataset card by:
- Updating `task_categories` in the metadata to more accurately reflect the dataset's supported tasks: `object-detection`, `image-to-text` (for OCR), `image-text-to-text` (for Receipt Question Answering), and `visual-document-retrieval` (for Information Extraction). The less relevant `text-classification` and `zero-shot-classification` categories were removed.
- Adding relevant `tags` to improve dataset discoverability, such as `receipt-understanding`, `ocr`, `information-extraction`, `visual-question-answering`, `document-understanding`, `multilingual`, and `arabic`.
- Improving the links section by adding a prominent badge for the Hugging Face paper page ([https://huggingface.co/papers/2406.04493](https://huggingface.co/papers/2406.04493)) and a badge for the GitHub repository ([https://github.com/Update-For-Integrated-Business-AI/CORU](https://github.com/Update-For-Integrated-Business-AI/CORU)), while retaining the existing arXiv link as instructed.

Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,18 +1,30 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - object-detection
5
- - text-classification
6
- - zero-shot-classification
7
  language:
8
  - en
9
  - ar
 
10
  size_categories:
11
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
 
13
  # ReceiptSense: Beyond Traditional OCR - A Dataset for Receipt Understanding
14
 
 
15
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2406.04493)
 
16
  [![Dataset](https://img.shields.io/badge/Dataset-HuggingFace-yellow)](https://huggingface.co/datasets/abdoelsayed/CORU)
17
  [![License](https://img.shields.io/badge/License-MIT-blue)]()
18
 
@@ -268,4 +280,4 @@ This dataset is released under the MIT License. See [LICENSE](LICENSE) file for
268
 
269
  ![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FUpdate-For-Integrated-Business-AI%2FCORU&countColor=%23263759)
270
 
271
- </div>
 
1
  ---
 
 
 
 
 
2
  language:
3
  - en
4
  - ar
5
+ license: mit
6
  size_categories:
7
  - 10K<n<100K
8
+ task_categories:
9
+ - object-detection
10
+ - image-to-text
11
+ - image-text-to-text
12
+ - visual-document-retrieval
13
+ tags:
14
+ - receipt-understanding
15
+ - ocr
16
+ - information-extraction
17
+ - visual-question-answering
18
+ - document-understanding
19
+ - multilingual
20
+ - arabic
21
  ---
22
+
23
  # ReceiptSense: Beyond Traditional OCR - A Dataset for Receipt Understanding
24
 
25
+ [![Paper](https://img.shields.io/badge/Paper-HuggingFace-red)](https://huggingface.co/papers/2406.04493)
26
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/2406.04493)
27
+ [![Code](https://img.shields.io/badge/Code-GitHub-blue)](https://github.com/Update-For-Integrated-Business-AI/CORU)
28
  [![Dataset](https://img.shields.io/badge/Dataset-HuggingFace-yellow)](https://huggingface.co/datasets/abdoelsayed/CORU)
29
  [![License](https://img.shields.io/badge/License-MIT-blue)]()
30
 
 
280
 
281
  ![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FUpdate-For-Integrated-Business-AI%2FCORU&countColor=%23263759)
282
 
283
+ </div>