Datasets:

Modalities:
Image
Text
ArXiv:
Libraries:
Datasets
License:
koen-47 commited on
Commit
196828c
β€’
1 Parent(s): a60d48b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -2,6 +2,18 @@
2
  license: mit
3
  ---
4
 
5
- # 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
 
6
 
7
- This Huggingface repository presents a benchmark of rebus puzzles designed to challenge the lateral thinking skills of visual question answering (VQA) models. To navigate the puzzles and their respective images, use [benchmark.json](./benchmark.json), which contains information on each puzzle's name, distractors, and which partition it belongs to.
 
 
 
 
 
 
 
 
 
 
 
 
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]&#40;./resources/columbus_puzzle_examples_dark.png&#41;)
18
+
19
+ </div>