imagesworldcuisines/vqavqamultilingualmultimodalvision-languagebenchmarkfoodculturalnaacl2025image-textevaluation
WorldCuisines VQA — Multilingual Multicultural Visual QA on Global Cuisines
About this data
Massive-scale multilingual, multicultural VQA benchmark covering global cuisines across 30 languages. NAACL 2025 Best Theme Paper. Images + text questions/answers for vision-language evaluation and fine-tuning.
Schema
| Name | Type | Description |
|---|---|---|
| qa_id | VARCHAR | Unique identifier for each question-answer pair |
| lang | VARCHAR | ISO 639-1 language code of the question and answer |
| food_id | VARCHAR | Unique identifier for the food/dish |
| prompt_id | VARCHAR | Identifier for the prompt template used |
| prompt_type | VARCHAR | Numeric code indicating the type of question format |
| multi_choice_prompt | VARCHAR | Multiple-choice question text with 5 options in target language |
| open_ended_prompt | VARCHAR | Open-ended question text in target language |
| image_url | VARCHAR | HTTP URL to the food image on external hosting |
| answer | VARCHAR | Ground-truth answer text in target language |
| multi_choice_answer | BIGINT | Correct option index (1-5) for multiple-choice format |
| task | VARCHAR | VQA task category identifier (e.g. small_task2) |
| lang_status | VARCHAR | Data completeness status for the language version |
| image_path | VARCHAR | Local file path to the cached food image |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "WorldCuisines VQA — Multilingu" })
// Found: 471e5a27-2e40-4269-a63d-af295dbcecd0
get_download_url({ dataset_id: "471e5a27-2e40-4269-a63d-af295dbcecd0" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/471e5a27-2e40-4269-a63d-af295dbcecd0/download-url