Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,25 +1,46 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# PakDocling ERQA Sample
|
| 3 |
+
|
| 4 |
+
## About
|
| 5 |
+
|
| 6 |
+
This dataset is a sample dataset developed for the PakDocling project.
|
| 7 |
+
|
| 8 |
+
It is intended for research and development of document intelligence,
|
| 9 |
+
OCR, information extraction, and question-answering systems for
|
| 10 |
+
Pakistani documents.
|
| 11 |
+
|
| 12 |
+
## Team Usage
|
| 13 |
+
|
| 14 |
+
This dataset is maintained as part of our team project.
|
| 15 |
+
|
| 16 |
+
Team members are expected to use the dataset for:
|
| 17 |
+
|
| 18 |
+
- OCR development
|
| 19 |
+
- Document understanding
|
| 20 |
+
- Information extraction
|
| 21 |
+
- Dataset experimentation
|
| 22 |
+
- Model evaluation
|
| 23 |
+
|
| 24 |
+
## Dataset Structure
|
| 25 |
+
|
| 26 |
+
The dataset contains structured information associated with document
|
| 27 |
+
images and corresponding annotations.
|
| 28 |
+
|
| 29 |
+
### Fields
|
| 30 |
+
|
| 31 |
+
| Field | Description |
|
| 32 |
+
|---|---|
|
| 33 |
+
| `image` | Document image |
|
| 34 |
+
| `question` | Question associated with the document |
|
| 35 |
+
| `answer` | Expected answer |
|
| 36 |
+
| `question_type` | Type/category of question |
|
| 37 |
+
| `visual_indices` | Relevant visual/image indices |
|
| 38 |
+
|
| 39 |
+
## Intended Use
|
| 40 |
+
|
| 41 |
+
The dataset is intended for academic and research purposes, particularly
|
| 42 |
+
for developing document intelligence systems for Pakistani documents.
|
| 43 |
+
|
| 44 |
+
## Notes
|
| 45 |
+
|
| 46 |
+
This repository is a sample dataset for development and experimentation.
|