Make benchmark identity explicit in metadata
Browse files- pretty_name: 'CAP-Bench: Cross-Site Browser-Agent Benchmark' so the
page header reads as a benchmark, not a generic dataset.
- Add task_ids: open-domain-qa, annotations_creators / language_creators
/ source_datasets / multilinguality fields so HF's metadata schema
treats the repo as a fully-specified evaluation dataset.
- Reorder tags so 'benchmark' / 'agent-evaluation' lead. Add
'llm-evaluation' and 'agent-as-a-judge' tags so the repo surfaces
under benchmark-related searches.
README.md
CHANGED
|
@@ -5,17 +5,30 @@ language:
|
|
| 5 |
task_categories:
|
| 6 |
- text-generation
|
| 7 |
- question-answering
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
tags:
|
|
|
|
|
|
|
| 12 |
- agents
|
| 13 |
- browser-agents
|
| 14 |
- web-agents
|
| 15 |
-
- benchmark
|
| 16 |
-
- agent-evaluation
|
| 17 |
- cross-site
|
| 18 |
- gui
|
|
|
|
|
|
|
| 19 |
configs:
|
| 20 |
- config_name: default
|
| 21 |
data_files:
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- text-generation
|
| 7 |
- question-answering
|
| 8 |
+
- other
|
| 9 |
+
task_ids:
|
| 10 |
+
- open-domain-qa
|
| 11 |
+
pretty_name: 'CAP-Bench: Cross-Site Browser-Agent Benchmark'
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
| 14 |
+
annotations_creators:
|
| 15 |
+
- expert-generated
|
| 16 |
+
language_creators:
|
| 17 |
+
- expert-generated
|
| 18 |
+
source_datasets:
|
| 19 |
+
- original
|
| 20 |
+
multilinguality:
|
| 21 |
+
- monolingual
|
| 22 |
tags:
|
| 23 |
+
- benchmark
|
| 24 |
+
- agent-evaluation
|
| 25 |
- agents
|
| 26 |
- browser-agents
|
| 27 |
- web-agents
|
|
|
|
|
|
|
| 28 |
- cross-site
|
| 29 |
- gui
|
| 30 |
+
- llm-evaluation
|
| 31 |
+
- agent-as-a-judge
|
| 32 |
configs:
|
| 33 |
- config_name: default
|
| 34 |
data_files:
|