Update README.md for more details
Browse files
README.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- conversational
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
pretty_name: MT-Mind2Web
|
| 8 |
tags:
|
| 9 |
- web navigation
|
|
|
|
| 10 |
---
|
| 11 |
# MT-Mind2Web Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
## Dataset Structure
|
| 13 |
- "task_id" (str): unique id for each task
|
| 14 |
- "website" (str): website name
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
pretty_name: MT-Mind2Web
|
| 6 |
tags:
|
| 7 |
- web navigation
|
| 8 |
+
- conversation
|
| 9 |
---
|
| 10 |
# MT-Mind2Web Dataset
|
| 11 |
+
MT-Mind2Web is constructed by using the single-turn interactions from [Mind2Web](https://huggingface.co/datasets/osunlp/Mind2Web), an expert-annotated web navigation dataset, as the guidance to construct conversation sessions.
|
| 12 |
+
|
| 13 |
+
## Statistics
|
| 14 |
+
|
| 15 |
+
| | Train | Test-Task | Test-Website | Test-Subdomain |
|
| 16 |
+
|--------------------|-------|-----------|--------------|----------------|
|
| 17 |
+
| # Conversations | 600 | 34 | 42 | 44 |
|
| 18 |
+
| # Turns | 2,896 | 191 | 218 | 216 |
|
| 19 |
+
| Avg. # Turn/Conv. | 4.83 | 5.62 | 5.19 | 4.91 |
|
| 20 |
+
| Avg. # Action/Turn | 2.95 | 3.16 | 3.01 | 3.07 |
|
| 21 |
+
| Avg. # Element/Turn| 573.8 | 626.3 | 620.6 | 759.4 |
|
| 22 |
+
| Avg. Inst. Length | 36.3 | 37.4 | 39.8 | 36.2 |
|
| 23 |
+
| Avg. HTML Length | 169K | 195K | 138K | 397K |
|
| 24 |
+
|
| 25 |
+
|
| 26 |
## Dataset Structure
|
| 27 |
- "task_id" (str): unique id for each task
|
| 28 |
- "website" (str): website name
|