This repository contains baselines and experiments on the MERLIN (Multilingual Entity Recognition and Linking) dataset.
MERLIN is a multilingual dataset for entity linking that includes content in multiple languages with associated images. Each entry in the dataset contains:
{
"Article Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity Name": "अश्विनी चौबे",
"Wikidata ID": "Q16728021",
"English Wikipedia Title": "Ashwini Kumar Choubey",
"Image Name": "hindi_601.jpg"
}
Key features:
Our multilingual dataset spans 5 languages with comprehensive entity annotation coverage:
A modified version of GEMEL (Generative Multimodal Entity Linking), adapted for MERLIN dataset.
GEMEL Instructions are here
A modified version of GENRE (Generative ENtity REtrieval), adapted for MERLIN dataset.
mGENRE Instructions are here
We have hosted dataset in ZenoML, visit these links:
Please find the huggingface repo for MERLIN here
@misc{ramamoorthy2025merlintestbedmultilingualmultimodal,
title={MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking},
author={Sathyanarayanan Ramamoorthy and Vishwa Shah and Simran Khanuja and Zaid Sheikh and Shan Jie and Ann Chia and Shearman Chua and Graham Neubig},
year={2025},
eprint={2510.14307},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.14307},
}
If you use these baselines, please also cite the original works:
@article{shi2023generative,
title={Generative Multimodal Entity Linking},
author={Shi, Senbao and Xu, Zhenran and Hu, Baotian and Zhang, Min},
journal={arXiv preprint arXiv:2306.12725},
year={2023}
}
@inproceedings{decao2021autoregressive,
author = {Nicola {De Cao} and Gautier Izacard and Sebastian Riedel and Fabio Petroni},
title = {Autoregressive Entity Retrieval},
booktitle = {9th International Conference on Learning Representations, {ICLR} 2021},
year = {2021},
}
[To be added: License information]
19 commits
14 commits
Python
80.9%
Jupyter Notebook
13.2%
Shell
5.5%
This repository contains baselines and experiments on the MERLIN (Multilingual Entity Recognition and Linking) dataset.
MERLIN is a multilingual dataset for entity linking that includes content in multiple languages with associated images. Each entry in the dataset contains:
{
"Article Title": "बिहार: केंद्रीय मंत्री अश्विनी चौबे के बेटे अर्जित 'गिरफ्तार'",
"Entity Name": "अश्विनी चौबे",
"Wikidata ID": "Q16728021",
"English Wikipedia Title": "Ashwini Kumar Choubey",
"Image Name": "hindi_601.jpg"
}
Key features:
Our multilingual dataset spans 5 languages with comprehensive entity annotation coverage:
A modified version of GEMEL (Generative Multimodal Entity Linking), adapted for MERLIN dataset.
GEMEL Instructions are here
A modified version of GENRE (Generative ENtity REtrieval), adapted for MERLIN dataset.
mGENRE Instructions are here
We have hosted dataset in ZenoML, visit these links:
Please find the huggingface repo for MERLIN here
@misc{ramamoorthy2025merlintestbedmultilingualmultimodal,
title={MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking},
author={Sathyanarayanan Ramamoorthy and Vishwa Shah and Simran Khanuja and Zaid Sheikh and Shan Jie and Ann Chia and Shearman Chua and Graham Neubig},
year={2025},
eprint={2510.14307},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2510.14307},
}
If you use these baselines, please also cite the original works:
@article{shi2023generative,
title={Generative Multimodal Entity Linking},
author={Shi, Senbao and Xu, Zhenran and Hu, Baotian and Zhang, Min},
journal={arXiv preprint arXiv:2306.12725},
year={2023}
}
@inproceedings{decao2021autoregressive,
author = {Nicola {De Cao} and Gautier Izacard and Sebastian Riedel and Fabio Petroni},
title = {Autoregressive Entity Retrieval},
booktitle = {9th International Conference on Learning Representations, {ICLR} 2021},
year = {2021},
}
[To be added: License information]
19 commits
14 commits
Python
80.9%
Jupyter Notebook
13.2%
Shell
5.5%