Datasets:
Tasks:
Image-Text-to-Text
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -49,39 +49,39 @@ The dataset is organized into task-specific directories, each containing:
|
|
| 49 |
dataset/
|
| 50 |
├── classification/ # Character classification task
|
| 51 |
│ ├── img/ # Query and support images
|
| 52 |
-
│ ├── query.json # Test queries
|
| 53 |
-
│ └── support.json # Support examples
|
| 54 |
├── clevr/ # CLEVR-based reasoning tasks
|
| 55 |
│ ├── material/ # Material-based images
|
| 56 |
│ ├── query/ # Query images
|
| 57 |
│ ├── shape/ # Shape-based images
|
| 58 |
│ ├── size/ # Size-based images
|
| 59 |
│ ├── support/ # Support images
|
| 60 |
-
│ ├── query.json # Main queries
|
| 61 |
-
│ ├── support.json # Support examples
|
| 62 |
│ └── [query/support]_[material/shape/size].json # Task-specific splits
|
| 63 |
├── clock/ # Clock reading and math
|
| 64 |
│ ├── img/ # Clock face images
|
| 65 |
-
│ ├── query.json # Test queries
|
| 66 |
-
│ └── support.json # Support examples
|
| 67 |
├── operator_induction/ # Mathematical operator learning
|
| 68 |
-
│ ├── query.json # Test queries
|
| 69 |
-
│ ├── support.json # Support examples
|
| 70 |
-
│ └── processed_training_data.json # Training data
|
| 71 |
├── palindrome_dataset/ # Palindrome pattern recognition
|
| 72 |
-
│ ├── query.json # Test queries
|
| 73 |
-
│ ├── support.json # Support examples
|
| 74 |
-
│ └── training_data.json # Training data
|
| 75 |
├── shapes_count/ # Shape counting task
|
| 76 |
-
│ ├── query.json # Test queries
|
| 77 |
-
│ ├── support.json # Support examples
|
| 78 |
-
│ └── training_data.json # Training data
|
| 79 |
├── sudoku/ # Sudoku puzzle solving
|
| 80 |
-
│ ├── query.json # Test queries
|
| 81 |
-
│ └── support.json # Support examples
|
| 82 |
└── vqav2/ # Visual Question Answering v2
|
| 83 |
-
├── query.json # Test queries
|
| 84 |
-
└── support.json # Support examples
|
| 85 |
```
|
| 86 |
|
| 87 |
### Data Format
|
|
|
|
| 49 |
dataset/
|
| 50 |
├── classification/ # Character classification task
|
| 51 |
│ ├── img/ # Query and support images
|
| 52 |
+
│ ├── query.json # Test queries
|
| 53 |
+
│ └── support.json # Support examples
|
| 54 |
├── clevr/ # CLEVR-based reasoning tasks
|
| 55 |
│ ├── material/ # Material-based images
|
| 56 |
│ ├── query/ # Query images
|
| 57 |
│ ├── shape/ # Shape-based images
|
| 58 |
│ ├── size/ # Size-based images
|
| 59 |
│ ├── support/ # Support images
|
| 60 |
+
│ ├── query.json # Main queries
|
| 61 |
+
│ ├── support.json # Support examples
|
| 62 |
│ └── [query/support]_[material/shape/size].json # Task-specific splits
|
| 63 |
├── clock/ # Clock reading and math
|
| 64 |
│ ├── img/ # Clock face images
|
| 65 |
+
│ ├── query.json # Test queries
|
| 66 |
+
│ └── support.json # Support examples
|
| 67 |
├── operator_induction/ # Mathematical operator learning
|
| 68 |
+
│ ├── query.json # Test queries
|
| 69 |
+
│ ├── support.json # Support examples
|
| 70 |
+
│ └── processed_training_data.json # Training data
|
| 71 |
├── palindrome_dataset/ # Palindrome pattern recognition
|
| 72 |
+
│ ├── query.json # Test queries
|
| 73 |
+
│ ├── support.json # Support examples
|
| 74 |
+
│ └── training_data.json # Training data
|
| 75 |
├── shapes_count/ # Shape counting task
|
| 76 |
+
│ ├── query.json # Test queries
|
| 77 |
+
│ ├── support.json # Support examples
|
| 78 |
+
│ └── training_data.json # Training data
|
| 79 |
├── sudoku/ # Sudoku puzzle solving
|
| 80 |
+
│ ├── query.json # Test queries
|
| 81 |
+
│ └── support.json # Support examples
|
| 82 |
└── vqav2/ # Visual Question Answering v2
|
| 83 |
+
├── query.json # Test queries
|
| 84 |
+
└── support.json # Support examples
|
| 85 |
```
|
| 86 |
|
| 87 |
### Data Format
|