waple0820 commited on
Commit
7b7b691
·
verified ·
1 Parent(s): 0dac7fa

docs: update README counts to reflect 217 task release

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -26,21 +26,21 @@ LexBench-Browser is a benchmark for evaluating AI browser agents on real-world w
26
 
27
  ## Dataset Description
28
 
29
- This release contains **220 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 | 220 |
36
  | Version | 3.0 |
37
- | Languages | Chinese (142), English (78) |
38
 
39
  #### Task type
40
 
41
  | Type | Count | Description |
42
  |------|-------|-------------|
43
- | T1 | 175 | Information retrieval |
44
  | T2 | 45 | Website operations |
45
 
46
  #### Reasoning type
@@ -48,15 +48,15 @@ This release contains **220 tasks** spanning common multi-step browsing flows. N
48
  | Reasoning | Count |
49
  |-----------|-------|
50
  | single_step | 122 |
51
- | multi_step | 74 |
52
  | deep_analysis | 24 |
53
 
54
  #### Domain Distribution
55
 
56
  | Domain | Count |
57
  |--------|-------|
58
- | finance_gaming | 45 |
59
- | video_platform | 44 |
60
  | tools_education | 41 |
61
  | general | 34 |
62
  | social_lifestyle | 31 |
@@ -143,7 +143,7 @@ huggingface-cli download Lexmount/LexBench-Browser --repo-type dataset --local-d
143
  - **difficulty**: `easy` | `medium` | `hard`.
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.
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.
 
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
 
48
  | Reasoning | Count |
49
  |-----------|-------|
50
  | single_step | 122 |
51
+ | multi_step | 71 |
52
  | deep_analysis | 24 |
53
 
54
  #### Domain Distribution
55
 
56
  | Domain | Count |
57
  |--------|-------|
58
+ | finance_gaming | 44 |
59
+ | video_platform | 42 |
60
  | tools_education | 41 |
61
  | general | 34 |
62
  | social_lifestyle | 31 |
 
143
  - **difficulty**: `easy` | `medium` | `hard`.
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.