Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,7 @@ This dataset is used to evaluate the lateral thinking skills of vision-language
|
|
23 |
|
24 |
|
25 |
## Fields
|
26 |
-
|
|
|
|
|
|
|
|
23 |
|
24 |
|
25 |
## Fields
|
26 |
+
- `options`: the four multiple-choice options for a puzzle.
|
27 |
+
- `correct`: the correct answer to the puzzle (part of `options`).
|
28 |
+
- `is_icon`: flag to denote if the puzzle belongs to COLUMBUS-<span style="font-variant:small-caps;">icon</span> (if true) or COLUMBUS-<span style="font-variant:small-caps;">text</span> (if false).
|
29 |
+
- `is_overlap`: flag to denote if the puzzle belongs to the subset of overlapping puzzles that have both a textual and icon variant.
|