Papers › WorldCuisines: A Massive-Scale Benchmark for Multilingual and Multicultural Visual...

WorldCuisines: A Massive-Scale Benchmark for Multilingual and Multicultural Visual Question Answering on Global Cuisines

16 Oct 2024arXiv:2410.12705archive 2025-07-28

Genta Indra Winata, Frederikus Hudi, Patrick Amadeus Irawan, David Anugraha, Rifki Afina Putri, Yutong Wang, Adam Nohejl, Ubaidillah Ariq Prathama, Nedjma Ousidhoum, Afifa Amriani, Anar Rzayev, Anirban Das, Ashmari Pramodya, Aulia Adila, Bryan Wilie, Candy Olivia Mawalim, Ching Lam Cheng, Daud Abolade, Emmanuele Chersoni, Enrico Santus, Fariz Ikhwantri, Garry Kuwanto, Hanyang Zhao, Haryo Akbarianto Wibowo, Holy Lovenia, Jan Christian Blaise Cruz, Jan Wira Gotama Putra, Junho Myung, Lucky Susanto, Maria Angelica Riera Machin, Marina Zhukova, Michael Anugraha, Muhammad Farid Adilazuarda, Natasha Santosa, Peerat Limkonchotiwat, Raj Dabre, Rio Alexander Audino, Samuel Cahyawijaya, Shi-Xiong Zhang, Stephanie Yulia Salim, Yi Zhou, Yinxuan Gui, David Ifeoluwa Adelani, En-Shiun Annie Lee, Shogo Okada, Ayu Purwarianti, Alham Fikri Aji, Taro Watanabe, Derry Tanti Wijaya, Alice Oh, Chong-Wah Ngo

Vision Language Models (VLMs) often struggle with culture-specific knowledge, particularly in languages other than English and in underrepresented cultural contexts. To evaluate their understanding of such knowledge, we introduce WorldCuisines, a massive-scale benchmark for multilingual and multicultural, visually grounded language understanding. This benchmark includes a visual question answering (VQA) dataset with text-image pairs across 30 languages and dialects, spanning 9 language families and featuring over 1 million data points, making it the largest multicultural VQA benchmark to date. It includes tasks for identifying dish names and their origins. We provide evaluation datasets in two sizes (12k and 60k instances) alongside a training dataset (1 million instances). Our findings show that while VLMs perform better with correct location context, they struggle with adversarial contexts and predicting specific regional cuisines and languages. To support future research, we release a knowledge base with annotated food entries and images along with the VQA data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.12705")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 9 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

worldcuisines/worldcuisines officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 9 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

9ran
8unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from worldcuisines/worldcuisines. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

eval_instance worldcuisines/worldcuisines/evaluation/src/aria.py official repository ran Apache-2.0 (permissive) · c4227ba3d818e9d5 · report
eval_instance worldcuisines/worldcuisines/evaluation/src/llama.py official repository ran Apache-2.0 (permissive) · 884a4e29f634f7da · report
eval_instance worldcuisines/worldcuisines/evaluation/src/llava.py official repository ran Apache-2.0 (permissive) · ef2279719389627b · report
final_cat_mapping worldcuisines/worldcuisines/evaluation/score/score.py official repository ran Apache-2.0 (permissive) · 8fb75acb8c7ec039 · report
get_unique_filename worldcuisines/worldcuisines/evaluation/src/base_model.py official repository ran fingerprinted Apache-2.0 (permissive) · 92244c7286cce0f9 · report
get_url_jpg_map worldcuisines/worldcuisines/evaluation/src/base_model.py official repository ran Apache-2.0 (permissive) · c5c29786001f4200 · report
load_jsonl worldcuisines/worldcuisines/evaluation/score/score.py official repository ran Apache-2.0 (permissive) · bf44cfc1771f959a · report
load_model_processor worldcuisines/worldcuisines/evaluation/src/molmo.py official repository ran Apache-2.0 (permissive) · 1af4a289b725ad56 · report
load_uploaded_files worldcuisines/worldcuisines/evaluation/gemini.py official repository ran fingerprinted Apache-2.0 (permissive) · 3acf8494948af533 · report
eval_instance worldcuisines/worldcuisines/evaluation/src/molmo.py official repository unverified Apache-2.0 (permissive) · 4423a1422aa933d1 · report
get_image worldcuisines/worldcuisines/evaluation/gemini.py official repository unverified Apache-2.0 (permissive) · 59daa7bc4cd39ffa · report
get_vqa_from_hf worldcuisines/worldcuisines/evaluation/generate_openai_batch_api.py official repository unverified Apache-2.0 (permissive) · ad4fdc995ecb91f4 · report
get_vqa_from_hf worldcuisines/worldcuisines/evaluation/src/base_model.py official repository unverified Apache-2.0 (permissive) · e57f7366380e2537 · report
load_model_processor worldcuisines/worldcuisines/evaluation/src/aria.py official repository unverified Apache-2.0 (permissive) · cb78c8e64d7b0e3a · report
load_model_processor worldcuisines/worldcuisines/evaluation/src/llama.py official repository unverified Apache-2.0 (permissive) · d3cf62ea670a86f0 · report
load_model_processor worldcuisines/worldcuisines/evaluation/src/llava.py official repository unverified Apache-2.0 (permissive) · b981a004699d96c8 · report
load_result worldcuisines/worldcuisines/evaluation/score/score.py official repository unverified Apache-2.0 (permissive) · d2fb3f56c8a5c3b4 · report

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Datasets

Introduced by this paper, per the archive.

WorldCuisines

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections