nielsr HF Staff commited on
Commit
5b78476
·
verified ·
1 Parent(s): 1d89215

Update dataset card: Correct task category, add paper, code, and project links, and include citation.

Browse files

This PR improves the TrueMICL dataset card by:
- Updating the `task_categories` metadata from `image-to-text` to `image-text-to-text` to accurately reflect its multimodal input (image and text) and text output nature.
- Adding prominent links at the top of the card for:
- The associated paper on Hugging Face Papers: [https://huggingface.co/papers/2507.15807](https://huggingface.co/papers/2507.15807)
- The project's GitHub repository: [https://github.com/chenxshuo/true-micl-colm](https://github.com/chenxshuo/true-micl-colm)
- The dedicated project page: [https://chenxshuo.github.io/true-micl-colm](https://chenxshuo.github.io/true-micl-colm)
- Including a new "Citation" section with the BibTeX entry for the paper, addressing the missing content for the corresponding entry in the Table of Contents.
- Updating the "Contact" section to point directly to the paper and code links.

These changes enhance the discoverability, clarity, and completeness of the dataset information.

Files changed (1) hide show
  1. README.md +19 -5
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**: Available at the project website
 
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
  ---