MERLIN (Multilingual Entity Recognition and Linking) is a test dataset for evaluating multilingual entity linking systems with multimodal inputs. It consists of BBC news article titles in multiple languages, each paired with an associated image and entity annotations. The dataset contains 7,287 entity mentions linked to 2,480 unique Wikidata entities, covering a wide range of categories (persons, locations, organizations, events, etc.).
Each instance in the dataset contains:
{
"Article_Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity_Name": "अश्विनी चौबे",
"Wikidata_ID": "Q16728021",
"English_Wikipedia_Title": "Ashwini Kumar Choubey",
"Image_Name": "<GCS_URL>"
}
{
"Article_Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity_Name": "अश्विनी चौबे",
"Wikidata_ID": "Q16728021",
"English_Wikipedia_Title": "Ashwini Kumar Choubey",
"Image_Name": "<GCS_URL>"
}
MERLIN was created to provide the first multilingual multimodal entity linking benchmark, addressing the gap where existing datasets are either monolingual or text-only. It enables studying how images can resolve ambiguity in entity mentions, especially in low-resource languages.
If you use MERLIN, cite:
Ramamoorthy, S., Shah, V., Khanuja, S., Sheikh, Z., Jie, S., Chia, A., Chua, S., & Neubig, G. (2025). MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking. Transactions of the Association for Computational Linguistics.
Community contributions can be made via the MERLIN GitHub repo.
This dataset can be benchmarked with:
11 commits
MERLIN (Multilingual Entity Recognition and Linking) is a test dataset for evaluating multilingual entity linking systems with multimodal inputs. It consists of BBC news article titles in multiple languages, each paired with an associated image and entity annotations. The dataset contains 7,287 entity mentions linked to 2,480 unique Wikidata entities, covering a wide range of categories (persons, locations, organizations, events, etc.).
Each instance in the dataset contains:
{
"Article_Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity_Name": "अश्विनी चौबे",
"Wikidata_ID": "Q16728021",
"English_Wikipedia_Title": "Ashwini Kumar Choubey",
"Image_Name": "<GCS_URL>"
}
{
"Article_Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity_Name": "अश्विनी चौबे",
"Wikidata_ID": "Q16728021",
"English_Wikipedia_Title": "Ashwini Kumar Choubey",
"Image_Name": "<GCS_URL>"
}
MERLIN was created to provide the first multilingual multimodal entity linking benchmark, addressing the gap where existing datasets are either monolingual or text-only. It enables studying how images can resolve ambiguity in entity mentions, especially in low-resource languages.
If you use MERLIN, cite:
Ramamoorthy, S., Shah, V., Khanuja, S., Sheikh, Z., Jie, S., Chia, A., Chua, S., & Neubig, G. (2025). MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking. Transactions of the Association for Computational Linguistics.
Community contributions can be made via the MERLIN GitHub repo.
This dataset can be benchmarked with:
11 commits