Datasets:
Tasks:
Image-Text-to-Text
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update dataset card: Correct task category, add paper, code, and project links, and include citation. (#2)
Browse files- Update dataset card: Correct task category, add paper, code, and project links, and include citation. (5b78476519ee78397da25cc58a465eb80244748f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
task_categories:
|
4 |
-
- image-to-text
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
7 |
tags:
|
8 |
- MICL
|
9 |
- MLLMs
|
@@ -15,6 +15,8 @@ tags:
|
|
15 |
|
16 |
A comprehensive multimodal dataset designed to evaluate and improve true multimodal in-context learning capabilities in Multimodal Large Language Models (MLLMs).
|
17 |
|
|
|
|
|
18 |
## Table of Contents
|
19 |
- [Dataset Overview](#dataset-overview)
|
20 |
- [Dataset Structure](#dataset-structure)
|
@@ -189,17 +191,29 @@ The dataset was constructed following rigorous criteria to ensure true multimoda
|
|
189 |
- **Synthetic Tasks**: Custom-generated tasks for operator induction, palindromes, and shape counting
|
190 |
- **Novel Concepts**: Artificially created character types and visual patterns
|
191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
## License
|
193 |
|
194 |
This dataset is released under the [MIT License](LICENSE). Please see the license file for detailed terms and conditions.
|
195 |
|
196 |
-
|
197 |
## Contact
|
198 |
|
199 |
For questions, issues, or contributions regarding this dataset:
|
200 |
|
201 |
- **Project Website**: https://chenxshuo.github.io/true-micl-colm/
|
202 |
-
- **Paper**:
|
|
|
203 |
- **Issues**: Please report bugs or request features through the appropriate channels
|
204 |
|
205 |
---
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
+
task_categories:
|
6 |
+
- image-text-to-text
|
7 |
tags:
|
8 |
- MICL
|
9 |
- MLLMs
|
|
|
15 |
|
16 |
A comprehensive multimodal dataset designed to evaluate and improve true multimodal in-context learning capabilities in Multimodal Large Language Models (MLLMs).
|
17 |
|
18 |
+
[Paper](https://huggingface.co/papers/2507.15807) | [Code](https://github.com/chenxshuo/true-micl-colm) | [Project page](https://chenxshuo.github.io/true-micl-colm)
|
19 |
+
|
20 |
## Table of Contents
|
21 |
- [Dataset Overview](#dataset-overview)
|
22 |
- [Dataset Structure](#dataset-structure)
|
|
|
191 |
- **Synthetic Tasks**: Custom-generated tasks for operator induction, palindromes, and shape counting
|
192 |
- **Novel Concepts**: Artificially created character types and visual patterns
|
193 |
|
194 |
+
## Citation
|
195 |
+
|
196 |
+
```bibtex
|
197 |
+
@inproceedings{wu2024fiva,
|
198 |
+
title={True Multimodal In-Context Learning Needs Attention to the Visual Context},
|
199 |
+
author={Tong Wu and Yinghao Xu and Ryan Po and Mengchen Zhang and Guandao Yang and Jiaqi Wang and Ziwei Liu and Dahua Lin and Gordon Wetzstein},
|
200 |
+
booktitle={The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
|
201 |
+
year={2024},
|
202 |
+
url={https://openreview.net/forum?id=Vp6HAjrdIg}
|
203 |
+
}
|
204 |
+
```
|
205 |
+
|
206 |
## License
|
207 |
|
208 |
This dataset is released under the [MIT License](LICENSE). Please see the license file for detailed terms and conditions.
|
209 |
|
|
|
210 |
## Contact
|
211 |
|
212 |
For questions, issues, or contributions regarding this dataset:
|
213 |
|
214 |
- **Project Website**: https://chenxshuo.github.io/true-micl-colm/
|
215 |
+
- **Paper**: https://huggingface.co/papers/2507.15807
|
216 |
+
- **Code**: https://github.com/chenxshuo/true-micl-colm
|
217 |
- **Issues**: Please report bugs or request features through the appropriate channels
|
218 |
|
219 |
---
|