Datasets:

ArXiv:
License:
eve commited on
Commit
8556640
·
verified ·
1 Parent(s): 0d67eb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -17,12 +17,12 @@ The dataset includes **six JSONL files**, each corresponding to a different data
17
 
18
  | File Name | Description | Num |
19
  |--------------------|-------------|-------------|
20
- | `doc_wit.jsonl` | Wit-MQA+ documents | 639
21
- | `doc_wiki.jsonl` | Wiki-MQA+ documents | 538
22
- | `doc_web.jsonl` | Web-MQA+ documents | 1500
23
- | `doc_arxiv.jsonl` | Arxiv-MQA+ documents | 101
24
- | `doc_recipe.jsonl`| Recipe-MQA+ documents | 1528
25
- | `doc_manual.jsonl`| Manual-MQA+ documents | 40
26
 
27
  Each line in these files represents a **single document** with the following fields:
28
 
@@ -46,14 +46,14 @@ Each line in these files represents a **single document** with the following fie
46
  ### **2. Multimodal Question Answering (MQA)**
47
  The **MQA component** consists of **six JSONL files**, each corresponding to a different dataset:
48
 
49
- | File Name | Description | Num |
50
  |--------------------|-------------|-------------|
51
- | `wit_mqa.jsonl` | Wit-MQA+ multimodal QA pairs | 600
52
- | `wiki_mqa.jsonl` | Wiki-MQA+ multimodal QA pairs | 500
53
- | `web_mqa.jsonl` | Web-MQA+ multimodal QA pairs | 750
54
- | `arxiv_mqa.jsonl` | Arxiv-MQA+ QA pairs | 200
55
- | `recipe_mqa.jsonl` | Recipe-MQA+ QA pairs | 2360
56
- | `manual_mqa.jsonl` | Manual-MQA+ QA pairs | 390
57
 
58
  Each entry contains **a question, provenance documents, a ground truth answer, and image references**.
59
 
@@ -86,14 +86,14 @@ IMAGE/images/
86
 
87
  Additionally, metadata about these images is provided in **six JSON files**, corresponding to each dataset:
88
 
89
- | File Name | Description |
90
- |----------------------------------|-------------|
91
- | `wit_imgs_collection.json` | Image metadata from Wit-MQA+ |
92
- | `wiki_imgs_collection.json` | Image metadata from Web-MQA+ |
93
- | `web_imgs_collection.json` | Image metadata from Wiki-MQA+ |
94
- | `arxiv_imgs_collection.json` | Image metadata from Arxiv-MQA+ |
95
- | `recipe_imgs_collection.json` | Image metadata from Recipe-MQA+ |
96
- | `manual_imgs_collection.json` | Image metadata from Manual-MQA+ |
97
 
98
  #### **Data Format (Example Entry)**
99
  ```json
 
17
 
18
  | File Name | Description | Num |
19
  |--------------------|-------------|-------------|
20
+ | `doc_wit.jsonl` | Wit-MQA+ documents | 639 |
21
+ | `doc_wiki.jsonl` | Wiki-MQA+ documents | 538 |
22
+ | `doc_web.jsonl` | Web-MQA+ documents | 1500 |
23
+ | `doc_arxiv.jsonl` | Arxiv-MQA+ documents | 101 |
24
+ | `doc_recipe.jsonl`| Recipe-MQA+ documents | 1528 |
25
+ | `doc_manual.jsonl`| Manual-MQA+ documents | 40 |
26
 
27
  Each line in these files represents a **single document** with the following fields:
28
 
 
46
  ### **2. Multimodal Question Answering (MQA)**
47
  The **MQA component** consists of **six JSONL files**, each corresponding to a different dataset:
48
 
49
+ | File Name | Description | Num |
50
  |--------------------|-------------|-------------|
51
+ | `wit_mqa.jsonl` | Wit-MQA+ multimodal QA pairs | 600 |
52
+ | `wiki_mqa.jsonl` | Wiki-MQA+ multimodal QA pairs | 500 |
53
+ | `web_mqa.jsonl` | Web-MQA+ multimodal QA pairs | 750 |
54
+ | `arxiv_mqa.jsonl` | Arxiv-MQA+ QA pairs | 200 |
55
+ | `recipe_mqa.jsonl` | Recipe-MQA+ QA pairs | 2360 |
56
+ | `manual_mqa.jsonl` | Manual-MQA+ QA pairs | 390 |
57
 
58
  Each entry contains **a question, provenance documents, a ground truth answer, and image references**.
59
 
 
86
 
87
  Additionally, metadata about these images is provided in **six JSON files**, corresponding to each dataset:
88
 
89
+ | File Name | Description | Num |
90
+ |--------------------|-------------|-------------|
91
+ | `wit_imgs_collection.json` | Image metadata from Wit-MQA+ | 639 |
92
+ | `wiki_imgs_collection.json` | Image metadata from Web-MQA+ | 538 |
93
+ | `web_imgs_collection.json` | Image metadata from Wiki-MQA+ | 1500 |
94
+ | `arxiv_imgs_collection.json` | Image metadata from Arxiv-MQA+ | 337 |
95
+ | `recipe_imgs_collection.json` | Image metadata from Recipe-MQA+ | 8569 |
96
+ | `manual_imgs_collection.json` | Image metadata from Manual-MQA+ | 2607 |
97
 
98
  #### **Data Format (Example Entry)**
99
  ```json