paper-with-me

Papers

Generative Multimodal Entity Linking

2023-06-22 · Senbao Shi, Zhenran Xu, Baotian Hu, Min Zhang

Multimodal Entity Linking (MEL) is the task of mapping mentions with multimodal contexts to the referent entities from a knowledge base. Existing MEL methods mainly focus on designing complex multimodal interaction mechanisms and require fine-tuning all model parameters, which can be prohibitively costly and difficult to scale in the era of Large Language Models (LLMs). In this work, we propose GEMEL, a Generative Multimodal Entity Linking framework based on LLMs, which directly generates target entity names. We keep the vision and language model frozen and only train a feature mapper to enable cross-modality interactions. To adapt LLMs to the MEL task, we leverage the in-context learning capability of LLMs by retrieving multimodal instances as demonstrations. Extensive experiments show that, with only ~0.3% of the model parameters fine-tuned, GEMEL achieves state-of-the-art results on two well-established MEL datasets (7.7% accuracy gains on WikiDiverse and 8.8% accuracy gains on WikiMEL). The performance gain stems from mitigating the popularity bias of LLM predictions and disambiguating less common entities effectively. Further analysis verifies the generality and scalability of GEMEL. Our framework is compatible with any off-the-shelf language model, paving the way towards an efficient and general solution for utilizing LLMs in the MEL task. Our code is available at https://github.com/HITsz-TMG/GEMEL.

📄 PDF Abstract BibTeX arXiv:2306.12725

Code (1)

hitsz-tmg/gemel 공식 구현 pytorch

Tasks

Entity LinkingIn-Context LearningLanguage ModelingLanguage Modellingmultimodal interaction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BASE 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

PGMEL: Policy Gradient-based Generative Adversarial Network for Multimodal Entity Linking

2025-10-03 · KM Pooja, Cheng Long, Aixin Sun arxiv

The task of entity linking, which involves associating mentions with their respective entities in a knowledge graph, has received significant attention due to its numerous potential applications. Recently, various multim…

Representation LearningMetric LearningEntity Linking

AMELI: Enhancing Multimodal Entity Linking with Fine-Grained Attributes

2023-05-24 · Barry Menglong Yao, Yu Chen, Qifan Wang, Sijia Wang 외

We propose attribute-aware multimodal entity linking, where the input is a mention described with a text and image, and the goal is to predict the corresponding target entity from a multimodal knowledge base (KB) where e…

AttributeEntity Linking

MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking

2025-10-16 · Sathyanarayanan Ramamoorthy, Vishwa Shah, Simran Khanuja, Zaid Sheikh 외 arxiv

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: Hind…

Entity Linking

A Dual-way Enhanced Framework from Text Matching Point of View for Multimodal Entity Linking

2023-12-19 · Shezheng Song, Shan Zhao, Chengyu Wang, Tianwei Yan 외

Multimodal Entity Linking (MEL) aims at linking ambiguous mentions with multimodal information to entity in Knowledge Graph (KG) such as Wikipedia, which plays a key role in many applications. However, existing methods s…

Entity LinkingText Matching

Benchmarking Diverse-Modal Entity Linking with Generative Models

2023-05-27 · Sijia Wang, Alexander Hanbo Li, Henry Zhu, Sheng Zhang 외

Entities can be expressed in diverse formats, such as texts, images, or column names and cell values in tables. While existing entity linking (EL) models work well on per modality configuration, such as text-only EL, vis…

BenchmarkingDecoderEntity LinkingVisual Grounding