OpenCaptchaWorld commited on
Commit
b05a263
·
verified ·
1 Parent(s): 105e821

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -5
README.md CHANGED
@@ -1,10 +1,44 @@
1
  ---
2
- title: Platform
3
- emoji: 🌍
4
- colorFrom: pink
5
- colorTo: pink
6
  sdk: docker
 
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Open CaptchaWorld
3
+ emoji: 🧩
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: docker
7
+ sdk_version: 3.9
8
+ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Open CaptchaWorld Benchmark
13
+
14
+ Open CaptchaWorld is a comprehensive benchmark for evaluating intelligence through diverse visual reasoning challenges. It features 20 different types of CAPTCHA puzzles, each testing different aspects of visual reasoning.
15
+
16
+ ## Overview
17
+
18
+ This benchmark contains a variety of CAPTCHA types including:
19
+
20
+ - **Dice Count**: Count the sum of numbers on dice
21
+ - **Geometry Click**: Identify and click on geometric shapes
22
+ - **Rotation Match**: Rotate objects to match reference positions
23
+ - **Unusual Detection**: Find unusual elements in a grid
24
+ - **Image Recognition**: Select images matching a description
25
+ - **And many more!**
26
+
27
+ Each puzzle type is designed to test different reasoning abilities and challenges both humans and AI systems.
28
+
29
+ ## How to Use
30
+
31
+ 1. The benchmark will present you with a series of CAPTCHA puzzles
32
+ 2. Read the instructions for each puzzle carefully
33
+ 3. Submit your answer using the provided interface
34
+ 4. View your accuracy statistics at the top of the page
35
+
36
+ ## Difficulty Levels
37
+
38
+ Each puzzle type has a "Reasoning Depth" rating from 1-5 stars, indicating its complexity level.
39
+
40
+ ## About
41
+
42
+ Open CaptchaWorld was created to advance research in visual reasoning and intelligence measurement. It provides a standardized way to evaluate both human and AI capabilities across a diverse range of visual reasoning tasks.
43
+
44
+ [View the full GitHub repository](https://github.com/louvain-media/Open_CaptchaWorld)