Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
zdy023 commited on
Commit
c38963e
1 Parent(s): 3645b03

ver Jul13th

Browse files

updated link to paper
fixed typos

Files changed (1) hide show
  1. README.md +23 -21
README.md CHANGED
@@ -4,38 +4,40 @@ license: apache-2.0
4
 
5
  # WikiHow Task Set
6
 
7
- The WikiHow task set is an InfoUI interaction task set based on
8
- [Mobile-Env](https://github.com/X-LANCE/Mobile-Env) <!-- TODO: proposed in the
9
- paper, the paper link -->. [WikiHow](https://www.wikihow.com/Main-Page) is a
10
- collaborative wiki site about various real-life tips with more than 340,000
11
- online articles. To construct the task set, 107,448 pages are crawled and the
12
- 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 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
24
  *canonical subset* or the *micro canonical set*.
25
 
26
  ### Website Data Replay
27
 
28
  The replay script for [mitmproxy](https://mitmproxy.org/) is given as
29
  `replay_url.py`. To use this replay script, the information retrieval tool
30
- [Pyserini](https://github.com/castorini/pyserini/) is in need. Four parameters
31
  are expected to be assigned in the script:
32
 
33
  + The crawled data from WikiHow website (`dumps` in `wikihow.data.tar.xz`)
34
- + The html templates used for mocking the search result page (`templates` in
35
  `wikihow.data.tar.xz`)
36
  + The indices for the search engine based on Pyserini (`indices-t/indices` in
37
  `wikihow.data.tar.xz`)
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
@@ -47,7 +49,7 @@ can use `cat` to concatenate them:
47
  cat wikihow.data.tar.xz.00 wikihow.data.tar.xz.01 >wikihow.data.tar.xz
48
  ```
49
 
50
- The SHA256 chechsums are provided in `wikihow.data.tar.xz.sha256` to check the
51
  integrity.
52
 
53
  To run the script:
@@ -58,9 +60,9 @@ mitmproxy --showhost -s replay_url.py
58
 
59
  ### Certificate Unpinning Plan
60
 
61
- The `syscert` plan proposed by Mobile-Env just works for WikiHow app. You can
62
- complete the config according to the [guiding of
63
  Mobile-Env](https://github.com/X-LANCE/Mobile-Env/blob/master/docs/dynamic-app-en.md).
64
- The available apk package from [APKCombo](https://apkcombo.com/) is provided.
65
- And note to used the AVD image of version Android 11.0 (API Level 30) (Google
66
  APIs) to obtain the best compatibility and the root-enabled ADBD.
 
4
 
5
  # WikiHow Task Set
6
 
7
+ WikiHow task set is an InfoUI interaction task set based on
8
+ [Mobile-Env](https://github.com/X-LANCE/Mobile-Env) proposed in [*Mobile-Env:
9
+ An Evaluation Platform and Benchmark for Interactive Agents in LLM
10
+ Era*](https://arxiv.org/abs/2305.08144).
11
+ [WikiHow](https://www.wikihow.com/Main-Page) is a collaborative wiki site about
12
+ various real-life tips with more than 340,000 online articles. To construct the
13
+ task set, 107,448 pages are crawled, and the dumped website data occupy about
14
+ 88 GiB totally.
15
 
16
  Several task definition templates are designed according to the functions of
17
+ WikiHow app and 5,522 task definitions are instantiated through the template
18
+ toolkit in Mobile-Env. This task set is named the *extended set*
19
+ (`wikihow-extended.tar.xz`). There may be several faults that may make the
20
+ system or the task fail in the auto-generated tasks. Therefore, 178 tasks are
21
+ sampled from the extended set and have been verified by human beings to ensure
22
+ correctness and stability, which is named the *canonical set*
23
  (`wikihow-canonical.tar.xz`). Owing to the limit of the budgets, only 70 tasks
24
  are tested using the proposed LLM-based agent in the corresponding pager.
25
+ These 70 tasks are given in `wikihow-microcanon.tar.xz`. We call it the
26
  *canonical subset* or the *micro canonical set*.
27
 
28
  ### Website Data Replay
29
 
30
  The replay script for [mitmproxy](https://mitmproxy.org/) is given as
31
  `replay_url.py`. To use this replay script, the information retrieval tool
32
+ [Pyserini](https://github.com/castorini/pyserini/) is required. Four parameters
33
  are expected to be assigned in the script:
34
 
35
  + The crawled data from WikiHow website (`dumps` in `wikihow.data.tar.xz`)
36
+ + The HTML templates used to mock the search result page (`templates` in
37
  `wikihow.data.tar.xz`)
38
  + The indices for the search engine based on Pyserini (`indices-t/indices` in
39
  `wikihow.data.tar.xz`)
40
+ + The metadata of the crawled articles (`indices-t/docs/doc_meta.csv` in
41
  `wikihow.data.tar.xz`)
42
 
43
  All the required data are offered in `wikihow.data.tar.xz`. (The archive is
 
49
  cat wikihow.data.tar.xz.00 wikihow.data.tar.xz.01 >wikihow.data.tar.xz
50
  ```
51
 
52
+ The SHA256 checksums are provided in `wikihow.data.tar.xz.sha256` to check the
53
  integrity.
54
 
55
  To run the script:
 
60
 
61
  ### Certificate Unpinning Plan
62
 
63
+ The `syscert` plan proposed by Mobile-Env works for WikiHow app. You can
64
+ complete the config according to the [guideline of
65
  Mobile-Env](https://github.com/X-LANCE/Mobile-Env/blob/master/docs/dynamic-app-en.md).
66
+ The available APK package from [APKCombo](https://apkcombo.com/) is provided.
67
+ And note to use the AVD image of version Android 11.0 (API Level 30) (Google
68
  APIs) to obtain the best compatibility and the root-enabled ADBD.