paper-with-me

Papers

Improving Entity Linking by Encoding Type Information into Entity Embeddings

2021-08-01 · CCL 2021 8 · Li Tianran, Yang Erguang, Zhang Yujie, Chen Yufeng, Xu Jinan

“Entity Linking (EL) refers to the task of linking entity mentions in the text to the correct entities inthe Knowledge Base (KB) in which entity embeddings play a vital and challenging role because of the subtle differences between entities. However existing pre-trained entity embeddings onlylearn the underlying semantic information in texts yet the fine-grained entity type informationis ignored which causes the type of the linked entity is incompatible with the mention context.In order to solve this problem we propose to encode fine-grained type information into entity embeddings. We firstly pre-train word vectors to inject type information by embedding wordsand fine-grained entity types into the same vector space. Then we retrain entity embeddings withword vectors containing fine-grained type information. By applying our entity embeddings to twoexisting EL models our method respectively achieves 0.82% and 0.42% improvement on average F1 score of the test sets. Meanwhile our method is model-irrelevant which means it can helpother EL models.”

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsEntity LinkingVocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

Entity Linking via Joint Encoding of Types, Descriptions, and Context

2017-09-01 · EMNLP 2017 9 · Nitish Gupta, Sameer Singh, Dan Roth

For accurate entity linking, we need to capture various information aspects of an entity, such as its description in a KB, contexts in which it is mentioned, and structured knowledge. Additionally, a linking system shoul…

Entity Linking

Improving Zero-Shot Entity Linking Candidate Generation with Ultra-Fine Entity Type Information

2022-10-01 · COLING 2022 10 · Xuhui Sui, Ying Zhang, Kehui Song, Baohang Zhou 외

Entity linking, which aims at aligning ambiguous entity mentions to their referent entities in a knowledge base, plays a key role in multiple natural language processing tasks. Recently, zero-shot entity linking task has…

Entity LinkingEntity TypingVocal Bursts Type Prediction

Improving Entity Linking by Modeling Latent Entity Type Information

2020-01-06 · Shuang Chen, Jinpeng Wang, Feng Jiang, Chin-Yew Lin

Existing state of the art neural entity linking models employ attention-based bag-of-words context model and pre-trained entity embeddings bootstrapped from word embeddings to assess topic level context compatibility. Ho…

Entity DisambiguationEntity EmbeddingsEntity LinkingVocal Bursts Type Prediction+1

Improving Broad-Coverage Medical Entity Linking with Semantic Type Prediction and Large-Scale Datasets

2020-05-01 · Shikhar Vashishth, Denis Newman-Griffis, Rishabh Joshi, Ritam Dutt 외

Medical entity linking is the task of identifying and standardizing medical concepts referred to in an unstructured text. Most of the existing methods adopt a three-step approach of (1) detecting mentions, (2) generating…

Entity DisambiguationEntity LinkingTransfer LearningType prediction

LATTE: Latent Type Modeling for Biomedical Entity Linking

2019-11-21 · Ming Zhu, Busra Celikkaya, Parminder Bhatia, Chandan K. Reddy

Entity linking is the task of linking mentions of named entities in natural language text, to entities in a curated knowledge-base. This is of significant importance in the biomedical domain, where it could be used to se…

Entity DisambiguationEntity LinkingVocal Bursts Type Prediction