Table of Contents
Fetching ...

MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking

Sathyanarayanan Ramamoorthy, Vishwa Shah, Simran Khanuja, Zaid Sheikh, Shan Jie, Ann Chia, Shearman Chua, Graham Neubig

TL;DR

MERLIN presents a novel multilingual multimodal entity linking benchmark built from BBC news titles paired with images across five languages. It formalizes MMEL, curates a 1,000-title-per-language dataset annotated via Prolific and INCEpTION, and provides baselines with mGENRE and GEMEL leveraging Llama-2 and Aya-23 encoders. Experiments demonstrate that visual context consistently improves linking accuracy, especially for ambiguous mentions and languages with limited multilingual training, with English translations offering additional gains. The 공개 데이터와 방법들은 멀티링구얼 멀티모달 EL 연구를 촉진하는 벤치마크로 활용될 수 있다.

Abstract

This paper introduces MERLIN, a novel testbed system for the task of Multilingual Multimodal Entity Linking. The created dataset includes BBC news article titles, paired with corresponding images, in five languages: Hindi, Japanese, Indonesian, Vietnamese, and Tamil, featuring over 7,000 named entity mentions linked to 2,500 unique Wikidata entities. We also include several benchmarks using multilingual and multimodal entity linking methods exploring different language models like LLaMa-2 and Aya-23. Our findings indicate that incorporating visual data improves the accuracy of entity linking, especially for entities where the textual context is ambiguous or insufficient, and particularly for models that do not have strong multilingual abilities. For the work, the dataset, methods are available here at https://github.com/rsathya4802/merlin

MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking

TL;DR

MERLIN presents a novel multilingual multimodal entity linking benchmark built from BBC news titles paired with images across five languages. It formalizes MMEL, curates a 1,000-title-per-language dataset annotated via Prolific and INCEpTION, and provides baselines with mGENRE and GEMEL leveraging Llama-2 and Aya-23 encoders. Experiments demonstrate that visual context consistently improves linking accuracy, especially for ambiguous mentions and languages with limited multilingual training, with English translations offering additional gains. The 공개 데이터와 방법들은 멀티링구얼 멀티모달 EL 연구를 촉진하는 벤치마크로 활용될 수 있다.

Abstract

This paper introduces MERLIN, a novel testbed system for the task of Multilingual Multimodal Entity Linking. The created dataset includes BBC news article titles, paired with corresponding images, in five languages: Hindi, Japanese, Indonesian, Vietnamese, and Tamil, featuring over 7,000 named entity mentions linked to 2,500 unique Wikidata entities. We also include several benchmarks using multilingual and multimodal entity linking methods exploring different language models like LLaMa-2 and Aya-23. Our findings indicate that incorporating visual data improves the accuracy of entity linking, especially for entities where the textual context is ambiguous or insufficient, and particularly for models that do not have strong multilingual abilities. For the work, the dataset, methods are available here at https://github.com/rsathya4802/merlin
Paper Structure (18 sections, 12 figures, 10 tables)

This paper contains 18 sections, 12 figures, 10 tables.

Figures (12)

  • Figure 1: Resolving Entity Ambiguities Using Contextual and Visual Cues. Entity disambiguation is challenging when multiple potential entities are associated with a single mention. Here, the "Master" films in different languages can each be linked to distinct IDs. Images serve as a vital tool allowing for correct linking of "Master" to its corresponding entity ID, thereby avoiding ambiguity.
  • Figure 2: Category wise distribution of entities
  • Figure 3: This figure illustrates examples of prompts used for mGENRE and GEMEL systems and how they are expected to resolve entity mentions in different languages by linking them to the correct entities
  • Figure 4: Impact of visual context in GEMEL. The table compares the GEMEL model's predicted wikipedia titles with and without images across four examples. Each example includes the article image, prompt with mention, golden wikipedia title, and the predictions made by GEMEL with and without images
  • Figure 5: Login interface for the Inception annotation tool.
  • ...and 7 more figures