Jingbiao commited on
Commit
469d4f7
·
verified ·
1 Parent(s): 7b57a59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -66,7 +66,7 @@ This dataset contains two main subsets designed for multimodal retrieval challen
66
  - `pos_item_contents`: Sequence of positive item contents (empty, removed for private test set)
67
 
68
  **Task Types**:
69
- 1. **Image-to-Document Retrieval**: When `question` is empty
70
  2. **Multimodal Retrieval**: When `question` contains text (image + text query)
71
 
72
  ### challenge_passage (47,300 rows)
@@ -77,6 +77,7 @@ This dataset contains two main subsets designed for multimodal retrieval challen
77
  - Structured details about persons (birth/death dates, occupations, locations, etc.)
78
  - `page_screenshot`: Associated image filename (string)
79
 
 
80
 
81
  ## Images
82
 
 
66
  - `pos_item_contents`: Sequence of positive item contents (empty, removed for private test set)
67
 
68
  **Task Types**:
69
+ 1. **Image-to-Document Retrieval**: When `question` is empty (image query)
70
  2. **Multimodal Retrieval**: When `question` contains text (image + text query)
71
 
72
  ### challenge_passage (47,300 rows)
 
77
  - Structured details about persons (birth/death dates, occupations, locations, etc.)
78
  - `page_screenshot`: Associated image filename (string)
79
 
80
+ For the retrieval task, you will need to retrieve the corresponding passage from the 47K-passage pool for each sample in challenge_data.
81
 
82
  ## Images
83