g41 commited on
Commit
fe9e1c4
·
1 Parent(s): 12d9af1
Files changed (1) hide show
  1. README.md +29 -62
README.md CHANGED
@@ -27,7 +27,6 @@ configs:
27
  - split: train
28
  path: card_samples/parquet/qa.parquet
29
  ---
30
-
31
  # KnowCP Dataset Repository
32
 
33
  Project homepage and benchmark details:
@@ -56,67 +55,35 @@ The following counts are aligned with the benchmark website configuration and pu
56
 
57
  ## Repository Contents
58
 
59
- 1. images
60
- All painting images and related sub-images used by the benchmark.
61
-
62
- 2. questions
63
- All benchmark QA files. We provide 14 question files under [hf_repo/questions/by_type](hf_repo/questions/by_type), and each file corresponds to one question source type.
64
-
65
- All QA content is in Chinese.
66
- For concrete QA presentation style and English-facing examples, see:
67
- http://localhost:5173/#question-distribution
68
-
69
- 14 question files and counts used in the website benchmark view:
70
-
71
- - ITT_MHQA_choice.jsonl: 4232
72
- - ITT_MHQA_fillin.jsonl: 4232
73
- - MITT_MHQA_choice.jsonl: 608
74
- - MITT_MHQA_fillin.jsonl: 608
75
- - TTI.jsonl: 1210
76
- - SR.jsonl: 1792
77
- - IR.jsonl: 2351
78
- - ER_choice.jsonl: 11359
79
- - ER_fillin.jsonl: 5052
80
- - TR_choice.jsonl: 1312
81
- - TR_fillin.jsonl: 1312
82
- - VA.jsonl: 922
83
- - CC.jsonl: 922
84
- - PR.jsonl: 922
85
-
86
- Simple task descriptions, following the website organization:
87
-
88
- Foundational Knowledge
89
- - ITT and MITT style tasks: identify title-level information from one image or multiple images.
90
- - TTI: retrieve the matching image from title information.
91
- - MHQA: multi-step reasoning over image and context, provided in choice and fill-in formats.
92
-
93
- Visual Content
94
- - SR: seal recognition.
95
- - IR: inscription or colophon recognition.
96
- - ER: element recognition, provided in multiple-choice and fill-in formats.
97
- - TR: painting technique recognition, provided in multiple-choice and fill-in formats.
98
-
99
- Deep Reasoning
100
- - VA: visual analysis.
101
- - CC: cultural context reasoning.
102
- - PR: provenance research reasoning.
103
-
104
- 3. annotations
105
- Fine-grained annotations produced by our annotators for each painting image, including seals, inscriptions, elements, and techniques.
106
-
107
- Annotation visualization references:
108
- http://localhost:5173/#distribution
109
-
110
- 4. kb
111
- Core metadata per painting, including identity and background attributes used by benchmark tasks.
112
-
113
- ## Folder Reference
114
-
115
- - [hf_repo/images](hf_repo/images): all images
116
- - [hf_repo/questions](hf_repo/questions): question sets
117
- - [hf_repo/annotations](hf_repo/annotations): fine-grained annotations
118
- - [hf_repo/kb](hf_repo/kb): painting metadata knowledge base
119
- - [hf_repo/mappings](hf_repo/mappings): mapping resources used in processing and alignment
120
 
121
  ## If You Want to Run Evaluation
122
 
 
27
  - split: train
28
  path: card_samples/parquet/qa.parquet
29
  ---
 
30
  # KnowCP Dataset Repository
31
 
32
  Project homepage and benchmark details:
 
55
 
56
  ## Repository Contents
57
 
58
+ 1. **images** : All painting images and related sub-images used by the benchmark.
59
+ 2. **questions** : All benchmark QA files. We provide 14 question files under **questions/by_type** and each file corresponds to one question source type.
60
+
61
+ * All QA content is in Chinese. For concrete QA presentation style and English-facing examples, see:http://localhost:5173/#question-distribution
62
+ * 14 question files and counts used in the website benchmark view:
63
+ * **Foundational Knowledge**
64
+ * ITT and MITT style tasks(1210): identify title-level information from one image or multiple images.
65
+
66
+ * ITT is in **questions/by_type/ITT_MHQA_choice.json** and **questions/by_type/ITT_MHQA_fillin.json**
67
+ * MITT is in **questions/by_type/MITT_MHQA_choice.json** and **questions/by_type/MITT_MHQA_fillin.json**
68
+ * TTI(1210): retrieve the matching image from title information.
69
+ * MHQA(4840): multi-step reasoning over image and context, provided in choice and fill-in formats.
70
+
71
+ * MHQA is in **questions/by_type/ITT_MHQA_choice.json** , **questions/by_type/ITT_MHQA_fillin.json , questions/by_type/MITT_MHQA_choice.json** and **questions/by_type/MITT_MHQA_fillin.json**
72
+ * **Visual Content**
73
+ * SR(1792): seal recognition.
74
+ * IR(2351): inscription or colophon recognition.
75
+ * ER(16411): element recognition, provided in multiple-choice and fill-in formats.
76
+ * TR(2624): painting technique recognition, provided in multiple-choice and fill-in formats.
77
+ * **Deep Reasoning**
78
+ * VA(922): visual analysis.
79
+ * CC(922): cultural context reasoning.
80
+ * PR(922): provenance research reasoning.
81
+ 3. **annotations**
82
+ Fine-grained annotations produced by our annotators for each painting image, including seals, inscriptions, elements, and techniques.
83
+
84
+ * Annotation visualization references : http://localhost:5173/#distribution
85
+ 4. **kb**
86
+ Core metadata per painting, including identity and background attributes used by benchmark tasks.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ## If You Want to Run Evaluation
89