waple0820 commited on
Commit
9fc1c7e
·
verified ·
1 Parent(s): 1ae64e4

docs: bump README to v3.1 stats (210 tasks; document risk_control / multi-site target_website)

Browse files
Files changed (1) hide show
  1. README.md +19 -14
README.md CHANGED
@@ -26,30 +26,31 @@ LexBench-Browser is a benchmark for evaluating AI browser agents on real-world w
26
 
27
  ## Dataset Description
28
 
29
- This release contains **217 tasks** spanning common multi-step browsing flows. None of the tasks gate on user login, so they can be benchmarked end-to-end without manual sign-in.
30
 
31
- ### Dataset Statistics (v3.0, 2026-04-28)
32
 
33
  | Attribute | Value |
34
  |-----------|-------|
35
- | Total tasks | 217 |
36
- | Version | 3.0 |
37
- | Languages | Chinese (141), English (76) |
 
38
 
39
  #### Task type
40
 
41
  | Type | Count | Description |
42
  |------|-------|-------------|
43
- | T1 | 172 | Information retrieval |
44
- | T2 | 45 | Website operations |
45
 
46
  #### Reasoning type
47
 
48
  | Reasoning | Count |
49
  |-----------|-------|
50
- | single_step | 122 |
51
- | multi_step | 71 |
52
- | deep_analysis | 24 |
53
 
54
  #### Domain Distribution
55
 
@@ -57,10 +58,10 @@ This release contains **217 tasks** spanning common multi-step browsing flows. N
57
  |--------|-------|
58
  | finance_gaming | 44 |
59
  | video_platform | 42 |
60
- | tools_education | 41 |
61
  | general | 34 |
62
- | social_lifestyle | 31 |
63
- | ecommerce | 24 |
64
  | gaming | 1 |
65
 
66
  ## Download
@@ -118,6 +119,8 @@ huggingface-cli download Lexmount/LexBench-Browser --repo-type dataset --local-d
118
  "difficulty": "medium",
119
  "login_required": false,
120
  "login_type": "",
 
 
121
  "target_website": "www.example.com",
122
  "language": "zh",
123
  "website_region": "zh",
@@ -144,9 +147,11 @@ huggingface-cli download Lexmount/LexBench-Browser --repo-type dataset --local-d
144
  - **language**: task description language (`zh` for Chinese, `en` for English).
145
  - **website_region**: target website region (`zh` for Chinese sites, `en` for international sites).
146
  - **login_required**: whether the task is login-gated (always `false` in this release).
 
 
147
  - **robustness_tags**: ordered, deduplicated list across 6 categories / 16 tags (popup interference, sequence complexity, content dynamics, anti-crawl, localization, complex interaction).
148
 
149
- > **Migration note (v2.x → v3.0)**: the per-record `scenario_tier` field has been removed and the per-tier files (`l1.jsonl`, `l2.jsonl`, `l3-api.jsonl`, `l3-security.jsonl`, `tasks.jsonl`) have been replaced by a single `task.jsonl`. Slice the data with `login_required`, `domain`, or `risk_control` instead.
150
 
151
  ## License
152
 
 
26
 
27
  ## Dataset Description
28
 
29
+ This release contains **210 tasks** spanning common multi-step browsing flows. None of the tasks gate on user login, so they can be benchmarked end-to-end without manual sign-in.
30
 
31
+ ### Dataset Statistics (v3.1, 2026-04-29)
32
 
33
  | Attribute | Value |
34
  |-----------|-------|
35
+ | Total tasks | 210 |
36
+ | Version | 3.1 |
37
+ | Languages | Chinese (137), English (73) |
38
+ | `risk_control=true` tasks | 21 |
39
 
40
  #### Task type
41
 
42
  | Type | Count | Description |
43
  |------|-------|-------------|
44
+ | T1 | 166 | Information retrieval |
45
+ | T2 | 44 | Website operations |
46
 
47
  #### Reasoning type
48
 
49
  | Reasoning | Count |
50
  |-----------|-------|
51
+ | single_step | 117 |
52
+ | multi_step | 70 |
53
+ | deep_analysis | 23 |
54
 
55
  #### Domain Distribution
56
 
 
58
  |--------|-------|
59
  | finance_gaming | 44 |
60
  | video_platform | 42 |
61
+ | tools_education | 40 |
62
  | general | 34 |
63
+ | social_lifestyle | 26 |
64
+ | ecommerce | 23 |
65
  | gaming | 1 |
66
 
67
  ## Download
 
119
  "difficulty": "medium",
120
  "login_required": false,
121
  "login_type": "",
122
+ "risk_control": false,
123
+ "risk_control_types": [],
124
  "target_website": "www.example.com",
125
  "language": "zh",
126
  "website_region": "zh",
 
147
  - **language**: task description language (`zh` for Chinese, `en` for English).
148
  - **website_region**: target website region (`zh` for Chinese sites, `en` for international sites).
149
  - **login_required**: whether the task is login-gated (always `false` in this release).
150
+ - **risk_control** / **risk_control_types**: whether the target site applies anti-crawl / risk-control mechanisms (CAPTCHA, slider verification, anti-bot, rate-limiting).
151
+ - **target_website**: a single hostname, or for multi-site tasks, hostnames separated by `+` (e.g. `movie.douban.com + www.imdb.com`).
152
  - **robustness_tags**: ordered, deduplicated list across 6 categories / 16 tags (popup interference, sequence complexity, content dynamics, anti-crawl, localization, complex interaction).
153
 
154
+ > **Migration note (v2.x → v3.x)**: the per-record `scenario_tier` field has been removed and the per-tier files (`l1.jsonl`, `l2.jsonl`, `l3-api.jsonl`, `l3-security.jsonl`, `tasks.jsonl`) have been replaced by a single `task.jsonl`. Slice the data with `login_required`, `domain`, or `risk_control` instead.
155
 
156
  ## License
157