ZTWHHH commited on
Commit
319bd5a
·
verified ·
1 Parent(s): b28f494

Add manifest (metadata.json)

Browse files
Files changed (1) hide show
  1. metadata.json +53 -0
metadata.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "TheoremQA",
3
+ "release_date": "2023-05-21",
4
+ "subsets": {
5
+ "image": {
6
+ "language": [
7
+ "en"
8
+ ],
9
+ "modalities": [
10
+ "single_image_start"
11
+ ],
12
+ "task_type": "vqa",
13
+ "prompt_template": "<image>{{ question }}",
14
+ "prompt_template_source": {
15
+ "origin": "official",
16
+ "reference": "https://huggingface.co/datasets/TIGER-Lab/TheoremQA",
17
+ "notes": "Tier 1: TheoremQA image subset — multimodal theorem-driven open-ended QA. Filtered to rows with Picture column non-null (text-only rows excluded to fit single-image VQA schema; preserve image subset under \"image\" subset name)."
18
+ },
19
+ "mapping_from_source": {
20
+ "media": {
21
+ "from": "images",
22
+ "type": "list",
23
+ "min_items": 1,
24
+ "max_items": 1
25
+ },
26
+ "id": {
27
+ "from": "id"
28
+ },
29
+ "question": {
30
+ "from": "question"
31
+ },
32
+ "answer": {
33
+ "from": "answer",
34
+ "optional": true
35
+ },
36
+ "extra": {
37
+ "n_images": {
38
+ "from": "n_images"
39
+ },
40
+ "answer_type": {
41
+ "from": "answer_type"
42
+ }
43
+ },
44
+ "source": {
45
+ "format": "json",
46
+ "url": {
47
+ "test": "https://huggingface.co/datasets/TIGER-Lab/TheoremQA"
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }