File size: 4,432 Bytes
ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 1f53715 ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 331d872 0a2a26f 7e213a8 1f53715 7e213a8 0a2a26f 7e213a8 0a2a26f 7e213a8 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f 7e213a8 ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f 7e213a8 1f53715 ccfb2bc 0a2a26f 1f53715 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f ccfb2bc 0a2a26f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | ---
language:
- zh
- en
license: cc-by-4.0
task_categories:
- question-answering
- text-generation
- reinforcement-learning
pretty_name: LexBench-Browser
size_categories:
- n<1K
tags:
- browser-agent
- web-agent
- benchmark
- evaluation
- automation
---
# LexBench-Browser
LexBench-Browser is a public browser-agent dataset for evaluating agents on real-web workflows.
The v1.0 snapshot contains 210 no-login tasks across 107 distinct websites, with Chinese and
English instructions, task-level reference steps, key points, common mistakes, scoring rubrics,
and robustness tags.
Repository: https://github.com/lexmount/browseruse-agent-bench
Dataset page: https://huggingface.co/datasets/Lexmount/LexBench-Browser
Docs: https://docs.bubench.lexmount.io/
Contact: lexbench@lexmount.com
## Dataset Summary
LexBench-Browser is designed to support browser-agent engineering in browseruse-agent-bench:
- run an agent against real websites
- compare local and cloud browser backends
- evaluate task success with a declared judge strategy
- inspect trajectories and failure modes
- submit reproducible leaderboard results
The dataset does not require login for the v1.0 public snapshot.
## Files
```text
LexBench-Browser/
|-- data_info.json
|-- task.jsonl
|-- task_global.jsonl
|-- task_lexmount.jsonl
`-- VERSION_HISTORY.md
```
Splits:
| Split | File | Tasks | Notes |
| --- | --- | ---: | --- |
| `All` | `task.jsonl` | 210 | Default public v1.0 split |
| `global` | `task_global.jsonl` | 92 | Global-region task subset |
| `lexmount` | `task_lexmount.jsonl` | 118 | Lexmount-region task subset |
## Fields
Each JSONL row includes:
- `id`: stable task id
- `query`: user-facing browser task
- `task_type`: task type label
- `domain`: domain category
- `difficulty`: `easy`, `medium`, or `hard`
- `login_required`: whether login is required
- `risk_control`: whether the task has risk-control constraints
- `target_website`: intended website or website family
- `reasoning_type`: reasoning complexity label
- `language`: `zh` or `en`
- `website_region`: expected region/language context
- `reference_answer`: reference steps, key points, common mistakes, and scoring rubric
- `score_threshold`: pass threshold
- `robustness_tags`: practical browser-agent stressors
## Label Distribution
Language:
| Language | Tasks |
| --- | ---: |
| `zh` | 137 |
| `en` | 73 |
Reasoning type:
| Reasoning type | Tasks |
| --- | ---: |
| `single_step` | 117 |
| `multi_step` | 70 |
| `deep_analysis` | 23 |
Domain:
| Domain | Tasks |
| --- | ---: |
| `finance_gaming` | 44 |
| `video_platform` | 42 |
| `tools_education` | 40 |
| `general` | 34 |
| `social_lifestyle` | 26 |
| `ecommerce` | 23 |
| `gaming` | 1 |
## Robustness Tags
Tags cover:
- popup interference: `login_popup`, `cookie_consent`, `ad_overlay`
- sequence complexity: `long_sequence`, `deep_navigation`, `multi_site`
- content dynamics: `realtime_data`, `lazy_load_scroll`, `iframe_embed`
- anti-crawl behavior: `captcha_verification`, `anti_bot`, `rate_limiting`
- localization: `chinese_rendering`, `cross_language`
- complex interaction: `filter_sort`, `data_extraction`
## Usage
```bash
git clone https://github.com/lexmount/browseruse-agent-bench.git
cd browseruse-agent-bench
uv sync --extra browser-use
uv run bubench run --agent browser-use --data LexBench-Browser --mode first_n --count 3
```
For official leaderboard submissions, follow the repository evaluation protocol and result
submission docs.
## Licensing
The LexBench-Browser dataset metadata and task definitions are released under CC-BY 4.0.
This license covers the curated task records, labels, reference steps, scoring rubrics, and
metadata authored for the dataset. It does not relicense third-party website content,
screenshots, traces, marks, page text, or other artifacts collected while running agents.
Repository code is licensed separately under Apache-2.0.
## Limitations
- Real websites change over time, so tasks may become easier, harder, or temporarily unavailable.
- Some websites may show region-specific content, anti-bot interstitials, cookie banners, or
localized layouts.
- The public v1.0 snapshot avoids login-required tasks.
- Automated judge results should be interpreted with the declared judge model, prompt strategy,
benchmark version, and browser backend.
## Citation
Use the repository `CITATION.cff` for citation metadata.
|