paper-with-me

Papers

Barack's Wife Hillary: Using Knowledge-Graphs for Fact-Aware Language Modeling

2019-06-17 · Robert L. Logan IV, Nelson F. Liu, Matthew E. Peters, Matt Gardner, Sameer Singh

Modeling human language requires the ability to not only generate fluent text but also encode factual knowledge. However, traditional language models are only capable of remembering facts seen at training time, and often have difficulty recalling them. To address this, we introduce the knowledge graph language model (KGLM), a neural language model with mechanisms for selecting and copying facts from a knowledge graph that are relevant to the context. These mechanisms enable the model to render information it has never seen before, as well as generate out-of-vocabulary tokens. We also introduce the Linked WikiText-2 dataset, a corpus of annotated text aligned to the Wikidata knowledge graph whose contents (roughly) match the popular WikiText-2 benchmark. In experiments, we demonstrate that the KGLM achieves significantly better performance than a strong baseline language model. We additionally compare different language model's ability to complete sentences requiring factual knowledge, showing that the KGLM outperforms even very large language models in generating facts.

📄 PDF Abstract BibTeX arXiv:1906.07241

Code (1)

rloganiv/kglm-model 공식 구현 pytorch

Tasks

Knowledge GraphsLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Barack's Wife Hillary: Using Knowledge Graphs for Fact-Aware Language Modeling

2019-07-01 · ACL 2019 7 · Robert Logan, Nelson F. Liu, Matthew E. Peters, Matt Gardner 외

Modeling human language requires the ability to not only generate fluent text but also encode factual knowledge. However, traditional language models are only capable of remembering facts seen at training time, and often…

Knowledge GraphsLanguage ModelingLanguage Modelling

Unsupervised Fact Checking by Counter-Weighted Positive and Negative Evidential Paths in A Knowledge Graph

2020-12-01 · COLING 2020 8 · Jiseong Kim, Key-Sun Choi

Misinformation spreads across media, community, and knowledge graphs in the Web by not only human agents but also information extraction algorithms that extract factual statements from unstructured textual data to popula…

Fact CheckingKnowledge GraphsMisinformation

Temporal Knowledge Graph Completion using a Linear Temporal Regularizer and Multivector Embeddings

2021-06-01 · NAACL 2021 4 · Chengjin Xu, Yung-Yu Chen, Mojtaba Nayyeri, Jens Lehmann

Representation learning approaches for knowledge graphs have been mostly designed for static data. However, many knowledge graphs involve evolving data, e.g., the fact (The President of the United States is Barack Obama)…

Knowledge Graph CompletionKnowledge GraphsLink PredictionRepresentation Learning+2

CaRe: Open Knowledge Graph Embeddings

2019-11-01 · IJCNLP 2019 11 · Swapnil Gupta, Sreyash Kenkre, Partha Talukdar

Open Information Extraction (OpenIE) methods are effective at extracting (noun phrase, relation phrase, noun phrase) triples from text, e.g., (Barack Obama, took birth in, Honolulu). Organization of such triples in the f…

Knowledge Graph EmbeddingsKnowledge GraphsLink PredictionOpen Information Extraction

Encoding Knowledge Graph Entity Aliases in Attentive Neural Network for Wikidata Entity Linking

2019-12-12 · Isaiah Onando Mulang, Kuldeep Singh, Akhilesh Vyas, Saeedeh Shekarpour 외

The collaborative knowledge graphs such as Wikidata excessively rely on the crowd to author the information. Since the crowd is not bound to a standard protocol for assigning entity titles, the knowledge graph is populat…

Entity LinkingKnowledge GraphsQuestion Answering