Papers › IGLUE: A Benchmark for Transfer Learning across Modalities, Tasks, and Languages

IGLUE: A Benchmark for Transfer Learning across Modalities, Tasks, and Languages

27 Jan 2022arXiv:2201.11732archive 2025-07-28

Emanuele Bugliarello, Fangyu Liu, Jonas Pfeiffer, Siva Reddy, Desmond Elliott, Edoardo Maria Ponti, Ivan Vulić

Reliable evaluation benchmarks designed for replicability and comprehensiveness have driven progress in machine learning. Due to the lack of a multilingual benchmark, however, vision-and-language research has mostly focused on English language tasks. To fill this gap, we introduce the Image-Grounded Language Understanding Evaluation benchmark. IGLUE brings together - by both aggregating pre-existing datasets and creating new ones - visual question answering, cross-modal retrieval, grounded reasoning, and grounded entailment tasks across 20 diverse languages. Our benchmark enables the evaluation of multilingual multimodal models for transfer learning, not only in a zero-shot setting, but also in newly defined few-shot learning setups. Based on the evaluation of the available state-of-the-art models, we find that translate-test transfer is superior to zero-shot transfer and that few-shot learning is hard to harness for many tasks. Moreover, downstream performance is partially explained by the amount of available unlabelled textual data for pretraining, and only weakly by the typological distance of target-source languages. We hope to encourage future research efforts in this area by releasing the benchmark to the community.

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="2201.11732")

Code

Syntology Ran 8 of 21 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 1 ran · fixture could not drive it.

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

e-bug/iglue officialmentioned in papermentioned on GitHubpytorchMIT report
e-bug/volta officialmentioned in papermentioned on GitHubpytorchMIT report
shin-ee-chen/bla mentioned on GitHubpytorchMIT 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

21 samples harvested; 8 ran; 2 honoured the contract we drafted; 13 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.

2ran · honoured contract
5ran · our draft was wrong
1ran · fixture could not drive it
13unverified

Licence: 0 of the 21 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

swish e-bug/volta/volta/encoders.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
Embedding e-bug/volta/volta/m3p_transformer.py official repository ran · fixture could not drive it MIT (permissive) · a3e27bd1e8b628ed · report
Linear e-bug/volta/volta/m3p_transformer.py official repository ran · our draft was wrong MIT (permissive) · b5254f10aa821ab8 · report
create_position_ids_from_input_ids e-bug/volta/volta/embeddings.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d4903874fdec3763 · report
gelu e-bug/volta/volta/encoders.py official repository ran · honoured contract fingerprinted MIT (permissive) · fdc64f4c72036ae4 · report
gelu e-bug/volta/volta/m3p_transformer.py official repository ran · honoured contract fingerprinted MIT (permissive) · 66c21a3911091d29 · report
resume e-bug/volta/volta/train_utils.py official repository ran · our draft was wrong MIT (permissive) · 64fe66e56c74b1f6 · report
url_to_filename e-bug/volta/volta/utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 5eff22fa0a651276 · report
ForwardModelsVal e-bug/volta/volta/task_utils.py official repository unverified MIT (permissive) · 07cb4167108cab0b · report
LoadLoss e-bug/volta/volta/task_utils.py official repository unverified MIT (permissive) · 085e162f35b24d79 · report
cached_path e-bug/volta/volta/utils.py official repository unverified MIT (permissive) · 1873b62b661f9fda · report
collate_fn e-bug/iglue/features_extraction/detectron2_proposal_maxnms.py official repository unverified MIT (permissive) · 4c2f89511d326a22 · report
coordinate_embeddings e-bug/volta/volta/embeddings.py official repository unverified MIT (permissive) · 58c8b6cbad44801a · report
filename_to_url e-bug/volta/volta/utils.py official repository unverified MIT (permissive) · 82874b46e206faf3 · report
iou e-bug/volta/volta/datasets/concept_cap_dataset.py official repository unverified MIT (permissive) · 9499ed1255d97132 · report
kl_1601 e-bug/volta/volta/losses.py official repository unverified MIT (permissive) · a2faafba33358747 · report
load_obj_tsv e-bug/iglue/features_extraction/tsv_to_h5.py official repository unverified MIT (permissive) · fd48f6a6c3aa0b29 · report
load_tf_weights_in_bert e-bug/volta/volta/encoders.py official repository unverified MIT (permissive) · baa5766f4566aafc · report
mse_2048 e-bug/volta/volta/losses.py official repository unverified MIT (permissive) · 1adf127958517c64 · report
nce_2048 e-bug/volta/volta/losses.py official repository unverified MIT (permissive) · 60cab169db54e986 · report
triplet_loss e-bug/volta/volta/task_utils.py official repository unverified MIT (permissive) · b8c86cabecffbff9 · report

Tasks

Cross-Modal RetrievalFew-Shot LearningImage-to-Text RetrievalQuestion AnsweringRetrievalTransfer LearningVisual Question AnsweringVisual Question Answering (VQA)

Datasets

Introduced by this paper, per the archive.

IGLUE

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