Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
|
|
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
<div align="center">
|
6 |
+
<h1>COLUMBUS: Evaluating <ins>CO</ins>gnitive <ins>L</ins>ateral <ins>U</ins>nderstanding through <ins>M</ins>ultiple-choice re<ins>BUS</ins>es</h1>
|
7 |
|
8 |
+
Inspired by the demonstration of creative problem-solving in the story of *Columbus' Egg*, this repository presents a benchmark of multiple-choice rebus puzzles. These are designed to challenge the lateral thinking skills of visual question answering (VQA) models.
|
9 |
+
|
10 |
+
[**π» Code**](https://github.com/koen-47/COLUMBUS) | [**π Notebooks**](./notebooks) | [**π Website**](https://columbus-vqa.github.io/)
|
11 |
+
|
12 |
+
<picture>
|
13 |
+
<source media="(prefers-color-scheme: dark)" srcset="./visualizations/columbus_puzzle_examples_dark.png">
|
14 |
+
<img alt="" src="./resources/columbus_puzzle_examples_light.png" />
|
15 |
+
</picture>
|
16 |
+
|
17 |
+
[//]: # (![COLUMBUS puzzles examples_white](./resources/columbus_puzzle_examples_dark.png))
|
18 |
+
|
19 |
+
</div>
|