paper-with-me

홈 › Papers

Time in a Box: Advancing Knowledge Graph Completion with Temporal Scopes

2021-11-12 · Ling Cai, Krzysztof Janowic, Bo Yan, Rui Zhu, Gengchen Mai

Almost all statements in knowledge bases have a temporal scope during which they are valid. Hence, knowledge base completion (KBC) on temporal knowledge bases (TKB), where each statement \textit{may} be associated with a temporal scope, has attracted growing attention. Prior works assume that each statement in a TKB \textit{must} be associated with a temporal scope. This ignores the fact that the scoping information is commonly missing in a KB. Thus prior work is typically incapable of handling generic use cases where a TKB is composed of temporal statements with/without a known temporal scope. In order to address this issue, we establish a new knowledge base embedding framework, called TIME2BOX, that can deal with atemporal and temporal statements of different types simultaneously. Our main insight is that answers to a temporal query always belong to a subset of answers to a time-agnostic counterpart. Put differently, time is a filter that helps pick out answers to be correct during certain periods. We introduce boxes to represent a set of answer entities to a time-agnostic query. The filtering functionality of time is modeled by intersections over these boxes. In addition, we generalize current evaluation protocols on time interval prediction. We describe experiments on two datasets and show that the proposed method outperforms state-of-the-art (SOTA) methods on both link prediction and time prediction.

📄 PDF Abstract BibTeX arXiv:2111.06854

Code (1)

ling-cai/time2box 공식 구현 pytorch

Tasks

Knowledge Base CompletionKnowledge Graph CompletionLink PredictionTime-interval Predictionvalid

Similar Papers 제목 키워드 기반

TempCaps: A Capsule Network-based Embedding Model for Temporal Knowledge Graph Completion

2022-05-01 · spnlp (ACL) 2022 5 · Guirong Fu, Zhao Meng, Zhen Han, Zifeng Ding 외

Temporal knowledge graphs store the dynamics of entities and relations during a time period. However, typical temporal knowledge graphs often suffer from incomplete dynamics with missing facts in real-world scenarios. He…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion

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

Temporal Knowledge Graph Completion using Box Embeddings

2021-09-18 · Johannes Messner, Ralph Abboud, İsmail İlkan Ceylan

Knowledge graph completion is the task of inferring missing facts based on existing data in a knowledge graph. Temporal knowledge graph completion (TKGC) is an extension of this task to temporal knowledge graphs, where e…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1

Towards Time-Aware Knowledge Graph Completion

2016-12-01 · COLING 2016 12 · Tingsong Jiang, Tianyu Liu, Tao Ge, Lei Sha 외

Knowledge graph (KG) completion adds new facts to a KG by making inferences from existing facts. Most existing methods ignore the time information and only learn from time-unknown fact triples. In dynamic environments th…

Knowledge Graph CompletionKnowledge GraphsQuestion AnsweringRelation Extraction+1

A Temporal Knowledge Graph Completion Method Based on Balanced Timestamp Distribution

2021-08-30 · Kangzheng Liu, Yuhong Zhang

Completion through the embedding representation of the knowledge graph (KGE) has been a research hotspot in recent years. Realistic knowledge graphs are mostly related to time, while most of the existing KGE algorithms i…

Knowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion