Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -29,3 +29,19 @@ configs:
|
|
29 |
- split: test
|
30 |
path: data/test-*
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
- split: test
|
30 |
path: data/test-*
|
31 |
---
|
32 |
+
# HuDocVQA-manual
|
33 |
+
54 images from Common Crawl annotated by humans with questions and answers in Hungarian, as featured in our paper "Synthetic Document Question Answering in Hungarian".
|
34 |
+
|
35 |
+
Performance of recent VLMs on this dataset are as follows:
|
36 |
+
|
37 |
+
| Model | Accuracy |
|
38 |
+
|-------------------------------|----------|
|
39 |
+
| gpt4o-2024-11-20 | 0.667 |
|
40 |
+
| claude_37_sonnet_20250219 | 0.630 |
|
41 |
+
| Qwen2.5-VL-72B-Instruct | 0.611 |
|
42 |
+
| Llama-3.2-90B-Vision-Instruct | 0.481 |
|
43 |
+
|
44 |
+
See the other datasets from the paper:
|
45 |
+
- HuDocVQA (https://huggingface.co/datasets/jlli/HuDocVQA)
|
46 |
+
|
47 |
+
Re-uploaded from original location at https://huggingface.co/datasets/EtashGuha/HungarianDocQA
|