paper-with-me

Papers

IDEL: In-Database Entity Linking with Neural Embeddings

2018-03-13 · Torsten Kilias, Alexander Löser, Felix A. Gers, Richard Koopmanschap, Ying Zhang, Martin Kersten

We present a novel architecture, In-Database Entity Linking (IDEL), in which we integrate the analytics-optimized RDBMS MonetDB with neural text mining abilities. Our system design abstracts core tasks of most neural entity linking systems for MonetDB. To the best of our knowledge, this is the first defacto implemented system integrating entity-linking in a database. We leverage the ability of MonetDB to support in-database-analytics with user defined functions (UDFs) implemented in Python. These functions call machine learning libraries for neural text mining, such as TensorFlow. The system achieves zero cost for data shipping and transformation by utilizing MonetDB's ability to embed Python processes in the database kernel and exchange data in NumPy arrays. IDEL represents text and relational data in a joint vector space with neural embeddings and can compensate errors with ambiguous entity representations. For detecting matching entities, we propose a novel similarity function based on joint neural embeddings which are learned via minimizing pairwise contrastive ranking loss. This function utilizes a high dimensional index structures for fast retrieval of matching entities. Our first implementation and experiments using the WebNLG corpus show the effectiveness and the potentials of IDEL.

📄 PDF Abstract BibTeX arXiv:1803.04884

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingRetrieval

Similar Papers 제목 키워드 기반

DBLPLink: An Entity Linker for the DBLP Scholarly Knowledge Graph

2023-09-14 · Debayan Banerjee, Arefa, Ricardo Usbeck, Chris Biemann

In this work, we present a web application named DBLPLink, which performs entity linking over the DBLP scholarly knowledge graph. DBLPLink uses text-to-text pre-trained language models, such as T5, to produce entity labe…

Entity EmbeddingsEntity Linking

Improving Entity Linking through Semantic Reinforced Entity Embeddings

2021-06-16 · ACL 2020 6 · Feng Hou, Ruili Wang, Jun He, Yi Zhou

Entity embeddings, which represent different aspects of each entity with a single vector like word embeddings, are a key component of neural entity linking models. Existing entity embeddings are learned from canonical Wi…

ArticlesEntity EmbeddingsEntity LinkingWord Embeddings

Get the Point! Graph Enhanced Candidate Retrieval for Zero-shot Entity Linking

2021-11-16 · ACL ARR November 2021 11 · Anonymous

For the retrieval phase of the zero-shot entity linking task, BERT has been widely used to represent the mentions and entities with the sentence embeddings. However, the sentence embeddings obtained by BERT are dominated…

Entity LinkingEntity RetrievalGraph Neural NetworkRetrieval+4

Linking Graph Entities with Multiplicity and Provenance

2019-08-13 · Jixue Liu, Selasi Kwashie, Jiuyong Li, Lin Liu 외

Entity linking and resolution is a fundamental database problem with applications in data integration, data cleansing, information retrieval, knowledge fusion, and knowledge-base population. It is the task of accurately …

AttributeData IntegrationEntity LinkingInformation Retrieval+3

Improving Entity Linking by Encoding Type Information into Entity Embeddings

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

“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 differen…

Entity EmbeddingsEntity LinkingVocal Bursts Type Prediction