shulin16 commited on
Commit
9eb17fa
1 Parent(s): a2748e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -5,4 +5,32 @@ language:
5
  - en
6
  size_categories:
7
  - 1K<n<10K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - en
6
  size_categories:
7
  - 1K<n<10K
8
+ ---
9
+
10
+ # MMInA: Benchmarking Multihop Multimodal Internet Agents Dataset
11
+
12
+ ## Instructions:
13
+
14
+ The dataset consists 6 folders.
15
+
16
+ - **normal:** 176 tasks. All of them are 2-hop or 3-hop tasks.
17
+
18
+ - **multi567:** 180 tasks. All 5-hop, 6-hop, 7-hop tasks are here.
19
+
20
+ - **compare:** 100 tasks. Some of 2-hop, 3-hop, 4-hop tasks are here. All tasks in this folder need to answer a comparable question first.
21
+
22
+ - **multipro:** 86 tasks. All 8-hop, 9-hop, 10-hop tasks are here.
23
+
24
+ - **shopping:** 200 tasks. All tasks here are about items in OneStopMarket
25
+
26
+ - **wikipedia:** 308 tasks. All tasks here are limited in wikipedia. Some are comparable tasks and others are simple. (108 tasks of them are filtered from [WebQA])
27
+
28
+ ***"task_id"*** indicates the position of this task within the current folder.
29
+
30
+ ***"start_url"*** is the webpage provided to the agent for initial access.
31
+
32
+ ***"intent"*** and ***"intent_template"*** are the core of our tasks. The first part is telling agent the final state of each hop. The second part are some reference URLs to solve the task. The third part is our question.
33
+
34
+ ***"procedure"*** refers to the evaluation method used in multi-hop tasks. (as mentioned in our paper)
35
+
36
+ For single-hop tasks, its evaluation method is reflected in ***'eval_types'***, and a reference answer is provided.