Update LexBench-Browser dataset files
Browse filesSync dataset files from browseruse-agent-bench repository.
LexBench-Browser/VERSION_HISTORY.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LexBench-Browser Data Version History
|
| 2 |
+
|
| 3 |
+
## Version Overview
|
| 4 |
+
|
| 5 |
+
| Version | Date | Total Tasks | Description |
|
| 6 |
+
|---------|------|-------------|-------------|
|
| 7 |
+
| 1.0 | 2026-04-30 | 210 | Initial public release |
|
| 8 |
+
|
| 9 |
+
## v1.0 (2026-04-30)
|
| 10 |
+
|
| 11 |
+
First public release of the LexBench-Browser dataset.
|
| 12 |
+
|
| 13 |
+
- **210 tasks** across **107 distinct websites**, covering both Chinese and English mainstream sites (e-commerce, social, video, finance/gaming, tools/education, general).
|
| 14 |
+
- **Two task types**: `T1` single-site information retrieval and `T2` multi-site operations.
|
| 15 |
+
- **Robustness label system**: 6 categories × 16 tags spanning popup interference, sequence complexity, content dynamics, anti-crawl behavior, localization, and complex interaction. See `data_info.json` for the full taxonomy.
|
| 16 |
+
- **Per-task scoring rubric**: every record carries `reference_answer.steps`, `key_points`, `common_mistakes`, and a 100-point `scoring.items` breakdown. The pass threshold is declared per task via `score_threshold`; there is no global default.
|
| 17 |
+
- **Slicing**: use the `login_required`, `domain`, `risk_control`, or `robustness_tags` fields directly. The dataset does not ship pre-baked tier splits.
|
| 18 |
+
- **Format**: single `task.jsonl` file alongside `data_info.json`.
|
LexBench-Browser/data_info.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default_split": "All",
|
| 3 |
+
"split": {
|
| 4 |
+
"All": "task.jsonl",
|
| 5 |
+
"lexmount": "task_lexmount.jsonl",
|
| 6 |
+
"global": "task_global.jsonl"
|
| 7 |
+
},
|
| 8 |
+
"version_info": {
|
| 9 |
+
"LexBench-Browser": {
|
| 10 |
+
"total_tasks": 210,
|
| 11 |
+
"version": "1.0",
|
| 12 |
+
"description": "v1.0 - Initial public release: 210 tasks across 107 distinct websites, no login required. Slice the data via the `login_required`, `domain`, or `risk_control` fields.",
|
| 13 |
+
"robustness_tags": {
|
| 14 |
+
"categories": 6,
|
| 15 |
+
"tag_count": 16,
|
| 16 |
+
"categories_detail": {
|
| 17 |
+
"popup_interference": ["login_popup", "cookie_consent", "ad_overlay"],
|
| 18 |
+
"sequence_complexity": ["long_sequence", "deep_navigation", "multi_site"],
|
| 19 |
+
"content_dynamics": ["realtime_data", "lazy_load_scroll", "iframe_embed"],
|
| 20 |
+
"anti_crawl": ["captcha_verification", "anti_bot", "rate_limiting"],
|
| 21 |
+
"localization": ["chinese_rendering", "cross_language"],
|
| 22 |
+
"complex_interaction": ["filter_sort", "data_extraction"]
|
| 23 |
+
},
|
| 24 |
+
"notes": "拒绝场景任务的鲁棒性标签仅保留语言相关项(chinese_rendering / cross_language)。"
|
| 25 |
+
},
|
| 26 |
+
"label_system": {
|
| 27 |
+
"task_type": ["T1", "T2"],
|
| 28 |
+
"reasoning_type": [
|
| 29 |
+
"single_step",
|
| 30 |
+
"multi_step",
|
| 31 |
+
"cross_platform",
|
| 32 |
+
"deep_analysis"
|
| 33 |
+
],
|
| 34 |
+
"domain": [
|
| 35 |
+
"tools_education",
|
| 36 |
+
"social_lifestyle",
|
| 37 |
+
"ecommerce",
|
| 38 |
+
"video_platform",
|
| 39 |
+
"finance_gaming",
|
| 40 |
+
"general"
|
| 41 |
+
],
|
| 42 |
+
"difficulty": ["easy", "medium", "hard"],
|
| 43 |
+
"language": ["zh", "en"],
|
| 44 |
+
"robustness_tags": [
|
| 45 |
+
"login_popup", "cookie_consent", "ad_overlay",
|
| 46 |
+
"long_sequence", "deep_navigation", "multi_site",
|
| 47 |
+
"realtime_data", "lazy_load_scroll", "iframe_embed",
|
| 48 |
+
"captcha_verification", "anti_bot", "rate_limiting",
|
| 49 |
+
"chinese_rendering", "cross_language",
|
| 50 |
+
"filter_sort", "data_extraction"
|
| 51 |
+
]
|
| 52 |
+
},
|
| 53 |
+
"features": [
|
| 54 |
+
"所有任务的 reference_answer.steps 字段均逐条手工编写",
|
| 55 |
+
"JSONL 格式,便于流式处理",
|
| 56 |
+
"支持按 login_required / domain / risk_control / robustness_tags 多维度切片"
|
| 57 |
+
],
|
| 58 |
+
"last_updated": "2026-04-30"
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"huggingface": {
|
| 62 |
+
"LexBench-Browser": {
|
| 63 |
+
"repo_id": "Lexmount/LexBench-Browser",
|
| 64 |
+
"private": false,
|
| 65 |
+
"path_prefix": "LexBench-Browser"
|
| 66 |
+
}
|
| 67 |
+
}
|
| 68 |
+
}
|
LexBench-Browser/task_global.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
LexBench-Browser/task_lexmount.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|