docs: update README counts to reflect 217 task release
Browse files
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 **
|
| 30 |
|
| 31 |
### Dataset Statistics (v3.0, 2026-04-28)
|
| 32 |
|
| 33 |
| Attribute | Value |
|
| 34 |
|-----------|-------|
|
| 35 |
-
| Total tasks |
|
| 36 |
| Version | 3.0 |
|
| 37 |
-
| Languages | Chinese (
|
| 38 |
|
| 39 |
#### Task type
|
| 40 |
|
| 41 |
| Type | Count | Description |
|
| 42 |
|------|-------|-------------|
|
| 43 |
-
| T1 |
|
| 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 |
|
| 52 |
| deep_analysis | 24 |
|
| 53 |
|
| 54 |
#### Domain Distribution
|
| 55 |
|
| 56 |
| Domain | Count |
|
| 57 |
|--------|-------|
|
| 58 |
-
| finance_gaming |
|
| 59 |
-
| video_platform |
|
| 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.
|