Update dataset card with paper link, task categories, and citation
Browse filesHi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the dataset card for AgentSearchBench-Agents by:
- Adding `text-retrieval` to the YAML metadata `task_categories`.
- Linking the associated paper: [AgentSearchBench: A Benchmark for AI Agent Search in the Wild](https://huggingface.co/papers/2604.22436).
- Updating the BibTeX citation with the correct information from the repository.
Feel free to merge if this looks good!
README.md
CHANGED
|
@@ -40,13 +40,15 @@ configs:
|
|
| 40 |
data_files:
|
| 41 |
- split: agents
|
| 42 |
path: data/train-*
|
|
|
|
|
|
|
| 43 |
---
|
| 44 |
|
| 45 |
# AgentSearchBench Agents
|
| 46 |
|
| 47 |
**AgentSearchBench** is a large-scale benchmark for AI agent search, built from nearly 10,000 real-world agents sourced from the [GPT Store](https://chatgpt.com/gpts), [Google Cloud Marketplace](https://cloud.google.com/marketplace), and [AgentAI Platform](https://agent.ai/).
|
| 48 |
|
| 49 |
-
🌐 [Project Page](https://bingo-w.github.io/AgentSearchBench) • 💻 [Codebase](https://github.com/Bingo-W/AgentSearchBench)
|
| 50 |
|
| 51 |
---
|
| 52 |
|
|
@@ -110,5 +112,12 @@ ds = load_dataset("AgentSearch/AgentSearchBench-Agents")
|
|
| 110 |
## Citation
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
-
@
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
data_files:
|
| 41 |
- split: agents
|
| 42 |
path: data/train-*
|
| 43 |
+
task_categories:
|
| 44 |
+
- text-retrieval
|
| 45 |
---
|
| 46 |
|
| 47 |
# AgentSearchBench Agents
|
| 48 |
|
| 49 |
**AgentSearchBench** is a large-scale benchmark for AI agent search, built from nearly 10,000 real-world agents sourced from the [GPT Store](https://chatgpt.com/gpts), [Google Cloud Marketplace](https://cloud.google.com/marketplace), and [AgentAI Platform](https://agent.ai/).
|
| 50 |
|
| 51 |
+
📄 [Paper](https://huggingface.co/papers/2604.22436) • 🌐 [Project Page](https://bingo-w.github.io/AgentSearchBench) • 💻 [Codebase](https://github.com/Bingo-W/AgentSearchBench)
|
| 52 |
|
| 53 |
---
|
| 54 |
|
|
|
|
| 112 |
## Citation
|
| 113 |
|
| 114 |
```bibtex
|
| 115 |
+
@misc{wu2026agentsearchbench,
|
| 116 |
+
title={AgentSearchBench: A Benchmark for AI Agent Search in the Wild},
|
| 117 |
+
author={Bin Wu and Arastun Mammadli and Xiaoyu Zhang and Emine Yilmaz},
|
| 118 |
+
year={2026},
|
| 119 |
+
eprint={2604.22436},
|
| 120 |
+
archivePrefix={arXiv},
|
| 121 |
+
primaryClass={cs.AI},
|
| 122 |
+
}
|
| 123 |
+
```
|