Update README.md
Browse files
README.md
CHANGED
@@ -6,191 +6,192 @@ language:
|
|
6 |
- en
|
7 |
tags:
|
8 |
- Multimodal Search
|
|
|
9 |
size_categories:
|
10 |
- n<1K
|
11 |
configs:
|
12 |
- config_name: end2end
|
13 |
data_files:
|
14 |
- split: end2end
|
15 |
-
path:
|
16 |
- config_name: rerank
|
17 |
data_files:
|
18 |
-
|
19 |
-
|
20 |
- config_name: summarization
|
21 |
data_files:
|
22 |
-
|
23 |
-
|
24 |
dataset_info:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
---
|
195 |
# MMSearch π₯: Benchmarking the Potential of Large Models as Multi-modal Search Engines
|
196 |
|
|
|
6 |
- en
|
7 |
tags:
|
8 |
- Multimodal Search
|
9 |
+
- Multimodal Long Context
|
10 |
size_categories:
|
11 |
- n<1K
|
12 |
configs:
|
13 |
- config_name: end2end
|
14 |
data_files:
|
15 |
- split: end2end
|
16 |
+
path: end2end.parquet
|
17 |
- config_name: rerank
|
18 |
data_files:
|
19 |
+
- split: rerank
|
20 |
+
path: rerank.parquet
|
21 |
- config_name: summarization
|
22 |
data_files:
|
23 |
+
- split: summarization
|
24 |
+
path: summarization.parquet
|
25 |
dataset_info:
|
26 |
+
- config_name: end2end
|
27 |
+
features:
|
28 |
+
- name: sample_id
|
29 |
+
dtype: string
|
30 |
+
- name: query
|
31 |
+
dtype: string
|
32 |
+
- name: query_image
|
33 |
+
dtype: image
|
34 |
+
- name: image_search_result
|
35 |
+
dtype: image
|
36 |
+
- name: area
|
37 |
+
dtype: string
|
38 |
+
- name: subfield
|
39 |
+
dtype: string
|
40 |
+
- name: timestamp
|
41 |
+
dtype: string
|
42 |
+
- name: gt_requery
|
43 |
+
dtype: string
|
44 |
+
- name: gt_answer
|
45 |
+
dtype: string
|
46 |
+
- name: alternative_gt_answers
|
47 |
+
sequence: string
|
48 |
+
splits:
|
49 |
+
- name: end2end
|
50 |
+
num_examples: 300
|
51 |
+
- config_name: rerank
|
52 |
+
features:
|
53 |
+
- name: sample_id
|
54 |
+
dtype: string
|
55 |
+
- name: query
|
56 |
+
dtype: string
|
57 |
+
- name: query_image
|
58 |
+
dtype: image
|
59 |
+
- name: image_search_result
|
60 |
+
dtype: image
|
61 |
+
- name: area
|
62 |
+
dtype: string
|
63 |
+
- name: subfield
|
64 |
+
dtype: string
|
65 |
+
- name: timestamp
|
66 |
+
dtype: string
|
67 |
+
- name: valid
|
68 |
+
sequence: int32
|
69 |
+
- name: not_sure
|
70 |
+
sequence: int32
|
71 |
+
- name: invalid
|
72 |
+
sequence: int32
|
73 |
+
- name: gt_answer
|
74 |
+
dtype: string
|
75 |
+
- name: website0_info
|
76 |
+
struct:
|
77 |
+
- name: title
|
78 |
+
dtype: string
|
79 |
+
- name: snippet
|
80 |
+
dtype: string
|
81 |
+
- name: url
|
82 |
+
dtype: string
|
83 |
+
- name: website1_info
|
84 |
+
struct:
|
85 |
+
- name: title
|
86 |
+
dtype: string
|
87 |
+
- name: snippet
|
88 |
+
dtype: string
|
89 |
+
- name: url
|
90 |
+
dtype: string
|
91 |
+
- name: website2_info
|
92 |
+
struct:
|
93 |
+
- name: title
|
94 |
+
dtype: string
|
95 |
+
- name: snippet
|
96 |
+
dtype: string
|
97 |
+
- name: url
|
98 |
+
dtype: string
|
99 |
+
- name: website3_info
|
100 |
+
struct:
|
101 |
+
- name: title
|
102 |
+
dtype: string
|
103 |
+
- name: snippet
|
104 |
+
dtype: string
|
105 |
+
- name: url
|
106 |
+
dtype: string
|
107 |
+
- name: website4_info
|
108 |
+
struct:
|
109 |
+
- name: title
|
110 |
+
dtype: string
|
111 |
+
- name: snippet
|
112 |
+
dtype: string
|
113 |
+
- name: url
|
114 |
+
dtype: string
|
115 |
+
- name: website5_info
|
116 |
+
struct:
|
117 |
+
- name: title
|
118 |
+
dtype: string
|
119 |
+
- name: snippet
|
120 |
+
dtype: string
|
121 |
+
- name: url
|
122 |
+
dtype: string
|
123 |
+
- name: website6_info
|
124 |
+
struct:
|
125 |
+
- name: title
|
126 |
+
dtype: string
|
127 |
+
- name: snippet
|
128 |
+
dtype: string
|
129 |
+
- name: url
|
130 |
+
dtype: string
|
131 |
+
- name: website7_info
|
132 |
+
struct:
|
133 |
+
- name: title
|
134 |
+
dtype: string
|
135 |
+
- name: snippet
|
136 |
+
dtype: string
|
137 |
+
- name: url
|
138 |
+
dtype: string
|
139 |
+
- name: website0_head_screenshot
|
140 |
+
dtype: image
|
141 |
+
- name: website1_head_screenshot
|
142 |
+
dtype: image
|
143 |
+
- name: website2_head_screenshot
|
144 |
+
dtype: image
|
145 |
+
- name: website3_head_screenshot
|
146 |
+
dtype: image
|
147 |
+
- name: website4_head_screenshot
|
148 |
+
dtype: image
|
149 |
+
- name: website5_head_screenshot
|
150 |
+
dtype: image
|
151 |
+
- name: website6_head_screenshot
|
152 |
+
dtype: image
|
153 |
+
- name: website7_head_screenshot
|
154 |
+
dtype: image
|
155 |
+
splits:
|
156 |
+
- name: rerank
|
157 |
+
num_examples: 300
|
158 |
+
- config_name: summarization
|
159 |
+
features:
|
160 |
+
- name: sample_id
|
161 |
+
dtype: string
|
162 |
+
- name: query
|
163 |
+
dtype: string
|
164 |
+
- name: query_image
|
165 |
+
dtype: image
|
166 |
+
- name: image_search_result
|
167 |
+
dtype: image
|
168 |
+
- name: area
|
169 |
+
dtype: string
|
170 |
+
- name: subfield
|
171 |
+
dtype: string
|
172 |
+
- name: timestamp
|
173 |
+
dtype: string
|
174 |
+
- name: website_title
|
175 |
+
dtype: string
|
176 |
+
- name: website_snippet
|
177 |
+
dtype: string
|
178 |
+
- name: website_url
|
179 |
+
dtype: string
|
180 |
+
- name: website_original_content
|
181 |
+
dtype: string
|
182 |
+
- name: website_retrieved_content
|
183 |
+
dtype: string
|
184 |
+
- name: website_fullpage_screenshot
|
185 |
+
dtype: image
|
186 |
+
- name: gt_requery
|
187 |
+
dtype: string
|
188 |
+
- name: gt_answer
|
189 |
+
dtype: string
|
190 |
+
- name: alternative_gt_answers
|
191 |
+
sequence: string
|
192 |
+
splits:
|
193 |
+
- name: summarization
|
194 |
+
num_examples: 300
|
195 |
---
|
196 |
# MMSearch π₯: Benchmarking the Potential of Large Models as Multi-modal Search Engines
|
197 |
|