Datasets:

ArXiv:
License:
LbhYqh commited on
Commit
c3b7d9c
·
verified ·
1 Parent(s): 02c4b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -52,7 +52,8 @@ The **MQA component** consists of **six JSONL files**, each corresponding to a d
52
  | `wit_mqa.jsonl` | Wit-MQA+ multimodal QA pairs | 600 |
53
  | `wiki_mqa.jsonl` | Wiki-MQA+ multimodal QA pairs | 500 |
54
  | `web_mqa.jsonl` | Web-MQA+ multimodal QA pairs | 750 |
55
- | `arxiv_mqa.jsonl` | Arxiv-MQA+ QA pairs | 200 |
 
56
  | `recipe_mqa.jsonl` | Recipe-MQA+ QA pairs | 2360 |
57
  | `manual_mqa.jsonl` | Manual-MQA+ QA pairs | 390 |
58
 
@@ -178,17 +179,15 @@ We use the following _statistical-based metrics_:
178
  \]](https://cdn-uploads.huggingface.co/production/uploads/67571051d39ac252085797ca/KF53yea-wyQe9Av2Zn0-q.png)
179
 
180
  - Ensures a score of 0 when no correct images are present.
181
- - \( \frac{|A \cap B|}{n} \): Normalization factor.
182
 
183
  - **Details**:
184
  - Here, dist(A, B) represents the weighted edit distance between string A and string B , i.e., the minimum total cost to transform string B into string A through the following three operations:
185
 
186
- - **String Insertion**: If B is missing certain images, insert an image from A into a specific position in B
187
- . The operation cost is p_1.
188
 
189
  - **String Deletion**: If B contains extra irrelevant images, delete them. The operation cost is p_2.
190
 
191
- -
192
  - **String Substitution**: If the positions of images in B do not match A, substitute the image in B with the corresponding image from A. The operation cost is p_3.
193
 
194
  - The weights generally satisfy p_1 > p_2 > p_3, and p >= p_1 ensures the final score falls within the range \[0, 1\].
 
52
  | `wit_mqa.jsonl` | Wit-MQA+ multimodal QA pairs | 600 |
53
  | `wiki_mqa.jsonl` | Wiki-MQA+ multimodal QA pairs | 500 |
54
  | `web_mqa.jsonl` | Web-MQA+ multimodal QA pairs | 750 |
55
+ | `arxiv_mqa.jsonl`
56
+ | Arxiv-MQA+ QA pairs | 200 |
57
  | `recipe_mqa.jsonl` | Recipe-MQA+ QA pairs | 2360 |
58
  | `manual_mqa.jsonl` | Manual-MQA+ QA pairs | 390 |
59
 
 
179
  \]](https://cdn-uploads.huggingface.co/production/uploads/67571051d39ac252085797ca/KF53yea-wyQe9Av2Zn0-q.png)
180
 
181
  - Ensures a score of 0 when no correct images are present.
182
+ - ![\( \frac{|A \cap B|}{n} \)](https://cdn-uploads.huggingface.co/production/uploads/67571051d39ac252085797ca/7UNrK0xCkfkY-igRp44xb.png): Normalization factor.
183
 
184
  - **Details**:
185
  - Here, dist(A, B) represents the weighted edit distance between string A and string B , i.e., the minimum total cost to transform string B into string A through the following three operations:
186
 
187
+ - **String Insertion**: If B is missing certain images, insert an image from A into a specific position in B. The operation cost is p_1.
 
188
 
189
  - **String Deletion**: If B contains extra irrelevant images, delete them. The operation cost is p_2.
190
 
 
191
  - **String Substitution**: If the positions of images in B do not match A, substitute the image in B with the corresponding image from A. The operation cost is p_3.
192
 
193
  - The weights generally satisfy p_1 > p_2 > p_3, and p >= p_1 ensures the final score falls within the range \[0, 1\].