--- license: apache-2.0 configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: image list: image - name: response dtype: string splits: - name: train num_bytes: 4444062367 num_examples: 10602 download_size: 4431804584 dataset_size: 4444062367 task_categories: - image-text-to-text language: - en pretty_name: MultiImage size_categories: - 10K\n" for i in range(num_images)]) prompt = ( f"{image_tokens}Provide a detailed, step-by-step description and comparative " "analysis of each of the provided images." ) return { "images": example["image"], "prompt": prompt, "completion": example["response"] } ``` ## Intended Uses * **Multi-Image Reasoning:** Training models to correlate, compare, and reason over sequences of visual inputs simultaneously. * **Dense Captioning:** Generating rich, descriptive long-form visual commentary instead of brief single-sentence captions. * **Interleaved Multimodal Instruction-Tuning:** Building datasets for conversational agents handling multi-image document analysis, video keyframes, or side-by-side visual comparisons. ## License This dataset is distributed under the **Apache-2.0 License**. ## Citation ```bibtex @misc{prithivmlmods2026multiimagecaption, title = {MultiImage-Caption: A Dense Multi-Image Multimodal Dataset}, author = {prithivMLmods}, year = {2026}, publisher = {Hugging Face}, howpublished = {\url{https://huggingface.co/datasets/prithivMLmods/MultiImage-Caption}} } ```