Datasets:
Tasks:
Visual Document Retrieval
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
ArXiv:
License:
Update task category and add paper link
Browse filesThis PR updates the `task_categories` metadata to accurately reflect the dataset's purpose: visual-document-retrieval. It also adds a link to the associated paper.
README.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- question-answering
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- Multimodal_Agents
|
| 9 |
- Open_Source_CAPTCHAs
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
task_categories:
|
| 8 |
+
- visual-document-retrieval
|
| 9 |
tags:
|
| 10 |
- Multimodal_Agents
|
| 11 |
- Open_Source_CAPTCHAs
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Open CaptchaWorld Dataset
|
| 15 |
+
|
| 16 |
+
This dataset accompanies the paper [Open CaptchaWorld: A Comprehensive Web-based Platform for Testing and Benchmarking Multimodal LLM Agents](https://huggingface.co/papers/2505.24878). It contains 20 distinct CAPTCHA types, each testing different visual reasoning capabilities. The dataset is designed for evaluating the visual reasoning and interaction capabilities of Multimodal Large Language Model (MLLM)-powered agents.
|
| 17 |
+
|
| 18 |
+
[Project Page](https://huggingface.co/spaces/OpenCaptchaWorld/platform) | [Github](https://github.com/Yaxin9Luo/Open_CaptchaWorld)
|
| 19 |
+
|
| 20 |
+
The dataset includes:
|
| 21 |
+
|
| 22 |
+
* **20 CAPTCHA Types**: A diverse set of visual puzzles testing various capabilities. See the Github repository for a full list.
|
| 23 |
+
* **Web Interface**: A clean, intuitive interface for human or AI interaction.
|
| 24 |
+
* **API Endpoints**: Programmatic access to puzzles and verification.
|
| 25 |
+
|
| 26 |
+
This dataset is useful for benchmarking and improving multimodal AI agents' performance on CAPTCHA-like challenges, a crucial step in deploying web agents for real-world tasks. The data is structured for easy integration into research and development pipelines.
|