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