paper-with-me

Papers

Multimodal Knowledge Learning for Named Entity Disambiguation

2021-08-17 · ACL ARR August 2021 8 · Anonymous

With the popularity of online social medias in recent years, massive-scale multimodal information has brought new challenges to traditional Named Entity Disambiguation (NED) tasks. Recently, Multimodal Named Entity Disambiguation (MNED) is proposed to link ambiguous mentions with the textual and visual contexts to a predefined knowledge graph. Recent attempts handle these issues mainly by annotating multimodal mentions and adding multimodal features to traditional NED models. These methods still suffer from 1) lack of multimodal annotation data against the huge scale of unlabeled corpus and 2) failing to model multimodal information at knowledge level. In this paper, we explore a pioneer study on leveraging multimodal knowledge learning to address the MNED task. Specifically, we propose a knowledge-guided transfer learning strategy to extract unified representation from different modalities and enrich multimodal lnowledge in a Meta Learning way which is much easier than collecting ambiguous mention corpus. Then we propose an Interactive Multimodal Learning Network (IMN), which is capable of fully utilizing the multimodal information in both mention and knowledge side. To verify the validity of the proposed method, we implemented comparisons on a public large-scale MNED dataset based on Twitter KB. Experimental results show that our method is superior to the state-of-the-art multimodal methods

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity DisambiguationMeta-LearningTransfer Learning

Similar Papers 제목 키워드 기반

Multimodal Named Entity Disambiguation for Noisy Social Media Posts

2018-07-01 · ACL 2018 7 · Seungwhan Moon, Leonardo Neves, Vitor Carvalho

We introduce the new Multimodal Named Entity Disambiguation (MNED) task for multimodal social media posts such as Snapchat or Instagram captions, which are composed of short captions with accompanying images. Social medi…

Entity DisambiguationImage CaptioningKnowledge Graph EmbeddingsOpinion Mining

Knowledge-Enhanced Named Entity Disambiguation for Short Text

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Zhifan Feng, Qi Wang, Wenbin Jiang, Yajuan Lyu 외

Named entity disambiguation is an important task that plays the role of bridge between text and knowledge. However, the performance of existing methods drops dramatically for short text, which is widely used in actual ap…

Entity DisambiguationInformation RetrievalQuestion AnsweringRetrieval

A comparison of Named-Entity Disambiguation and Word Sense Disambiguation

2016-05-01 · LREC 2016 5 · Angel Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia-derived resources like DBpedia. This task is closely related to word-sense disambigu…

Entity DisambiguationWord Sense Disambiguation

Evaluating the word-expert approach for Named-Entity Disambiguation

2016-03-15 · Angel X. Chang, Valentin I. Spitkovsky, Christopher D. Manning, Eneko Agirre

Named Entity Disambiguation (NED) is the task of linking a named-entity mention to an instance in a knowledge-base, typically Wikipedia. This task is closely related to word-sense disambiguation (WSD), where the supervis…

Entity DisambiguationWord Sense Disambiguation

Bootleg: Chasing the Tail with Self-Supervised Named Entity Disambiguation

2020-10-20 · Laurel Orr, Megan Leszczynski, Simran Arora, Sen Wu 외

A challenge for named entity disambiguation (NED), the task of mapping textual mentions to entities in a knowledge base, is how to disambiguate entities that appear rarely in the training data, termed tail entities. Huma…

Entity DisambiguationRelation Extraction