Improve dataset card: Add metadata, links, citation, and license

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1,7 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # VASEVQA Dataset
2
 
3
  A Visual Question Answering dataset for ancient vase analysis and description.
4
 
 
 
 
 
 
 
5
  ## Dataset Overview
6
 
7
  - **Total Images**: 31,773 vase images
@@ -41,7 +58,8 @@ Each vase is annotated with questions about:
41
  "conversations": [
42
  {
43
  "from": "human",
44
- "value": "<image>\nWhat is the fabric of the vase?"
 
45
  },
46
  {
47
  "from": "gpt",
@@ -56,3 +74,19 @@ Each vase is annotated with questions about:
56
  - `images/`: Directory containing 31,773 vase images
57
  - `descriptions.csv`: Original metadata source
58
  - `fix_multi_data.py`: Script for adding image tokens to multi-view data
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ license: cc-by-nc-nd-4.0
5
+ tags:
6
+ - vqa
7
+ - cultural-heritage
8
+ - ancient-greek-pottery
9
+ - multimodal
10
+ ---
11
+
12
  # VASEVQA Dataset
13
 
14
  A Visual Question Answering dataset for ancient vase analysis and description.
15
 
16
+ VaseVQA is a comprehensive benchmark comprising 31,773 images designed to probe deep understanding of cultural-heritage artifacts, specifically ancient Greek pottery. It aims to equip Multimodal Large Language Models (MLLMs) with robust, expert-level reasoning for tasks like authentication, historical attribution, style classification, and compositional reasoning within this specialized domain.
17
+
18
+ **Paper:** [VaseVQA: Multimodal Agent and Benchmark for Ancient Greek Pottery](https://huggingface.co/papers/2509.17191)
19
+ **Code:** [https://github.com/AIGeeksGroup/VaseVQA](https://github.com/AIGeeksGroup/VaseVQA)
20
+ **Project Page:** [https://github.com/AIGeeksGroup/VaseVQA](https://github.com/AIGeeksGroup/VaseVQA)
21
+
22
  ## Dataset Overview
23
 
24
  - **Total Images**: 31,773 vase images
 
58
  "conversations": [
59
  {
60
  "from": "human",
61
+ "value": "<image>\
62
+ What is the fabric of the vase?"
63
  },
64
  {
65
  "from": "gpt",
 
74
  - `images/`: Directory containing 31,773 vase images
75
  - `descriptions.csv`: Original metadata source
76
  - `fix_multi_data.py`: Script for adding image tokens to multi-view data
77
+
78
+ ## Citation
79
+
80
+ If you use any content of this repo for your work, please cite the following paper:
81
+ ```bibtex
82
+ @article{ge2025vasevqa,
83
+ title={VaseVQA: Multimodal Agent and Benchmark for Ancient Greek Pottery},
84
+ author={Ge, Jinchao and Cheng, Tengfei and Wu, Biao and Zhang, Zeyu and Huang, Shiya and Bishop, Judith and Shepherd, Gillian and Fang, Meng and Chen, Ling and Zhao, Yang},
85
+ journal={arXiv preprint arXiv:2509.17191},
86
+ year={2025}
87
+ }
88
+ ```
89
+
90
+ ## License
91
+
92
+ Our data is licensed under the [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) license. This means it is for Non-Commercial use, and no derivatives or modifications are allowed.