Link paper and GitHub repository, update task category

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -2,16 +2,19 @@
2
  language:
3
  - en
4
  - zh
5
- task_categories:
6
- - visual-question-answering
7
- pretty_name: OmniMapBench
8
  size_categories:
9
  - 1K<n<10K
 
 
 
10
  ---
11
 
12
  # OmniMapBench
13
 
14
- OmniMapBench is a map-centric visual question answering benchmark. This release contains 2096 QA samples over 1603 unique map images.
 
 
 
15
 
16
  ## Dataset Structure
17
 
@@ -25,14 +28,14 @@ data/
25
  images/
26
  ```
27
 
28
- Each row in metadata.jsonl contains:
29
-
30
- - image_path: relative image path inside this dataset repo.
31
- - id: original QA id.
32
- - question: question text.
33
- - choices: answer candidates.
34
- - answer: ground-truth answer.
35
- - qa_type: single_choice, multi_choice, or sort.
36
- - capability_level: level_1, level_2, or level_3.
37
- - language: en or zh.
38
- - type: map category.
 
2
  language:
3
  - en
4
  - zh
 
 
 
5
  size_categories:
6
  - 1K<n<10K
7
+ task_categories:
8
+ - image-text-to-text
9
+ pretty_name: OmniMapBench
10
  ---
11
 
12
  # OmniMapBench
13
 
14
+ OmniMapBench is a map-centric visual question answering benchmark. This release contains 2,096 QA samples over 1,603 unique map images.
15
+
16
+ - **Paper:** [OmniMapBench: Benchmarking Visual-Centric Reasoning on Diverse Map Documents](https://huggingface.co/papers/2607.09068)
17
+ - **Repository:** [SIGMME/OmniMapBench](https://github.com/SIGMME/OmniMapBench)
18
 
19
  ## Dataset Structure
20
 
 
28
  images/
29
  ```
30
 
31
+ Each row in `metadata.jsonl` contains:
32
+
33
+ - `image_path`: relative image path inside this dataset repo.
34
+ - `id`: original QA id.
35
+ - `question`: question text.
36
+ - `choices`: answer candidates.
37
+ - `answer`: ground-truth answer.
38
+ - `qa_type`: single_choice, multi_choice, or sort.
39
+ - `capability_level`: level_1, level_2, or level_3.
40
+ - `language`: en or zh.
41
+ - `type`: map category.