| { | |
| "name": "Flickr8k", | |
| "release_date": "2026-05-25", | |
| "subsets": { | |
| "main": { | |
| "language": [ | |
| "en" | |
| ], | |
| "modalities": [ | |
| "single_image_start" | |
| ], | |
| "task_type": "captioning", | |
| "prompt_template": "<image>Provide a one-sentence caption for the provided image.", | |
| "mapping_from_source": { | |
| "media": { | |
| "from": "image", | |
| "type": "list", | |
| "min_items": 1, | |
| "max_items": 1 | |
| }, | |
| "id": { | |
| "from": "id" | |
| }, | |
| "answer": { | |
| "from": "answer", | |
| "optional": true | |
| }, | |
| "source": { | |
| "format": "huggingface", | |
| "url": { | |
| "train": "https://huggingface.co/datasets/jxie/flickr8k", | |
| "validation": "https://huggingface.co/datasets/jxie/flickr8k", | |
| "test": "https://huggingface.co/datasets/jxie/flickr8k" | |
| } | |
| } | |
| }, | |
| "prompt_template_source": { | |
| "origin": "official", | |
| "reference": "https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_caption.py (ImageCaptionDataset canonical caption prompt)", | |
| "notes": "Tier 3: VLMEvalKit ImageCaptionDataset canonical Flickr8k captioning prompt." | |
| } | |
| } | |
| } | |
| } |