Add paper link and task category metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,23 +1,30 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# OrdinalBench
|
| 18 |
|
| 19 |
**OrdinalBench** is a synthetic benchmark for evaluating ordinal reasoning capabilities of vision-language models (VLMs). It tests whether models can correctly identify the N-th element along structured visual paths — circular loops and maze traversals — in 2D top-down scenes.
|
| 20 |
|
|
|
|
|
|
|
| 21 |
🌐 **Project page:** [ordinalbench.github.io](https://ordinalbench.github.io)
|
| 22 |
🔧 **Evaluation toolkit:** [github.com/ordinalbench/ordinalbench-public](https://github.com/ordinalbench/ordinalbench-public)
|
| 23 |
📦 **Dataset:** [huggingface.co/datasets/u-lec16/ordinalbench-dataset](https://huggingface.co/datasets/u-lec16/ordinalbench-dataset)
|
|
@@ -103,4 +110,4 @@ Currently provides a single `test` split designed for zero-shot evaluation. Trai
|
|
| 103 |
|
| 104 |
## License
|
| 105 |
|
| 106 |
-
MIT
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: test
|
| 6 |
+
path: data/test-*.parquet
|
| 7 |
+
- config_name: 2d_single_loop
|
| 8 |
+
data_files:
|
| 9 |
+
- split: test
|
| 10 |
+
path: data/2d_single_loop/test-*.parquet
|
| 11 |
+
- config_name: 2d_maze_loop
|
| 12 |
+
data_files:
|
| 13 |
+
- split: test
|
| 14 |
+
path: data/2d_maze_loop/test-*.parquet
|
| 15 |
+
license: mit
|
| 16 |
+
task_categories:
|
| 17 |
+
- image-text-to-text
|
| 18 |
+
language:
|
| 19 |
+
- en
|
| 20 |
---
|
| 21 |
|
| 22 |
# OrdinalBench
|
| 23 |
|
| 24 |
**OrdinalBench** is a synthetic benchmark for evaluating ordinal reasoning capabilities of vision-language models (VLMs). It tests whether models can correctly identify the N-th element along structured visual paths — circular loops and maze traversals — in 2D top-down scenes.
|
| 25 |
|
| 26 |
+
The dataset is introduced in the paper [OrdinalBench: A Benchmark Dataset for Diagnosing Generalization Limits in Ordinal Number Understanding of Vision-Language Models](https://huggingface.co/papers/2603.07786).
|
| 27 |
+
|
| 28 |
🌐 **Project page:** [ordinalbench.github.io](https://ordinalbench.github.io)
|
| 29 |
🔧 **Evaluation toolkit:** [github.com/ordinalbench/ordinalbench-public](https://github.com/ordinalbench/ordinalbench-public)
|
| 30 |
📦 **Dataset:** [huggingface.co/datasets/u-lec16/ordinalbench-dataset](https://huggingface.co/datasets/u-lec16/ordinalbench-dataset)
|
|
|
|
| 110 |
|
| 111 |
## License
|
| 112 |
|
| 113 |
+
MIT
|