paper-with-me

Papers

Mapping Text to Knowledge Graph Entities using Multi-Sense LSTMs

2018-08-23 · EMNLP 2018 10 · Dimitri Kartsaklis, Mohammad Taher Pilehvar, Nigel Collier

This paper addresses the problem of mapping natural language text to knowledge base entities. The mapping process is approached as a composition of a phrase or a sentence into a point in a multi-dimensional entity space obtained from a knowledge graph. The compositional model is an LSTM equipped with a dynamic disambiguation mechanism on the input word embeddings (a Multi-Sense LSTM), addressing polysemy issues. Further, the knowledge base space is prepared by collecting random walks from a graph enhanced with textual features, which act as a set of semantic bridges between text and knowledge base entities. The ideas of this work are demonstrated on large-scale text-to-entity mapping and entity classification tasks, with state of the art results.

📄 PDF Abstract BibTeX arXiv:1808.07724

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Robust Disambiguation of Named Entities in Text

2011-07-01 · Johannes Hoffart, Mohamed Amir Yosef, Ilaria Bordino, Hagen Fürstenau 외

Disambiguating named entities in naturallanguage text maps mentions of ambiguous names onto canonical entities like people or places, registered in a knowledge base such as DBpedia or YAGO. This paper presents a robust m…

Entity DisambiguationEntity Linking

Unsupervised Knowledge Graph Alignment by Probabilistic Reasoning and Semantic Embedding

2021-05-12 · Zhiyuan Qi, Ziheng Zhang, Jiaoyan Chen, Xi Chen 외

Knowledge Graph (KG) alignment is to discover the mappings (i.e., equivalent entities, relations, and others) between two KGs. The existing methods can be divided into the embedding-based models, and the conventional rea…

Generating Knowledge Graph Paths from Textual Definitions using Sequence-to-Sequence Models

2019-04-05 · NAACL 2019 6 · Victor Prokhorov, Mohammad Taher Pilehvar, Nigel Collier

We present a novel method for mapping unrestricted text to knowledge graph entities by framing the task as a sequence-to-sequence problem. Specifically, given the encoded state of an input text, our decoder directly pred…

Decoder

Benchmarking Named Entity Disambiguation approaches for Streaming Graphs

2014-07-14 · Sutanay Choudhury, Chase Dowling

Named Entity Disambiaguation (NED) is a central task for applications dealing with natural language text. Assume that we have a graph based knowledge base (subsequently referred as Knowledge Graph) where nodes represent …

BenchmarkingEntity DisambiguationEntity LinkingKnowledge Base Population

NSEEN: Neural Semantic Embedding for Entity Normalization

2018-11-19 · Shobeir Fakhraei, Joel Mathew, Jose Luis Ambite

Much of human knowledge is encoded in text, available in scientific publications, books, and the web. Given the rapid growth of these resources, we need automated methods to extract such knowledge into machine-processabl…

Entity ResolutionKnowledge Graphs