ver May31st
Browse filescorrected a few typos
README.md
CHANGED
@@ -13,11 +13,11 @@ dumped website data occupy about 88 GiB totally.
|
|
13 |
|
14 |
Several task definition templates are designed according to the functions of
|
15 |
the WikiHow app and 5,522 task definitions are instantiated through the
|
16 |
-
template toolkit in Mobile-Env. This task set is named
|
17 |
(`wikihow-extended.tar.xz`). There may be several faults make the system or the
|
18 |
task fail in the auto-generated tasks. Therefore, 178 tasks are sampled from
|
19 |
the extended set and have been verified by human beings to ensure the
|
20 |
-
correctness and the stability, which is named
|
21 |
(`wikihow-canonical.tar.xz`). Owing to the limit of the budgets, only 70 tasks
|
22 |
are tested using the proposed LLM-based agent in the corresponding pager.
|
23 |
Thesed 70 tasks are given in `wikihow-microcanon.tar.xz`. We call it the
|
@@ -38,7 +38,7 @@ are expected to be assigned in the script:
|
|
38 |
+ The meta data of the crawled articles (`indices-t/docs/doc_meta.csv` in
|
39 |
`wikihow.data.tar.xz`)
|
40 |
|
41 |
-
All the data
|
42 |
about 78 GiB. And the decompressed data are about 88 GiB.) The archive is split
|
43 |
into two pieces (`wikihow.data.tar.xz.00` and `wikihow.data.tar.xz.01`). You
|
44 |
can use `cat` to concatenate them:
|
|
|
13 |
|
14 |
Several task definition templates are designed according to the functions of
|
15 |
the WikiHow app and 5,522 task definitions are instantiated through the
|
16 |
+
template toolkit in Mobile-Env. This task set is named the *extended set*
|
17 |
(`wikihow-extended.tar.xz`). There may be several faults make the system or the
|
18 |
task fail in the auto-generated tasks. Therefore, 178 tasks are sampled from
|
19 |
the extended set and have been verified by human beings to ensure the
|
20 |
+
correctness and the stability, which is named the *canonical set*
|
21 |
(`wikihow-canonical.tar.xz`). Owing to the limit of the budgets, only 70 tasks
|
22 |
are tested using the proposed LLM-based agent in the corresponding pager.
|
23 |
Thesed 70 tasks are given in `wikihow-microcanon.tar.xz`. We call it the
|
|
|
38 |
+ The meta data of the crawled articles (`indices-t/docs/doc_meta.csv` in
|
39 |
`wikihow.data.tar.xz`)
|
40 |
|
41 |
+
All the required data are offered in `wikihow.data.tar.xz`. (The archive is
|
42 |
about 78 GiB. And the decompressed data are about 88 GiB.) The archive is split
|
43 |
into two pieces (`wikihow.data.tar.xz.00` and `wikihow.data.tar.xz.01`). You
|
44 |
can use `cat` to concatenate them:
|