paper-with-me

Papers

Know-Evolve: Deep Temporal Reasoning for Dynamic Knowledge Graphs

2017-05-16 · ICML 2017 8 · Rakshit Trivedi, Hanjun Dai, Yichen Wang, Le Song

The availability of large scale event data with time stamps has given rise to dynamically evolving knowledge graphs that contain temporal information for each edge. Reasoning over time in such dynamic knowledge graphs is not yet well understood. To this end, we present Know-Evolve, a novel deep evolutionary knowledge network that learns non-linearly evolving entity representations over time. The occurrence of a fact (edge) is modeled as a multivariate point process whose intensity function is modulated by the score for that fact computed based on the learned entity embeddings. We demonstrate significantly improved performance over various relational learning approaches on two large scale real-world datasets. Further, our method effectively predicts occurrence or recurrence time of a fact which is novel compared to prior reasoning approaches in multi-relational setting.

📄 PDF Abstract BibTeX arXiv:1705.05742

Code (2)

rstriv/Know-Evolve 공식 구현
INK-USC/RE-Net pytorch

Tasks

Entity EmbeddingsKnowledge GraphsRelational Reasoning

Similar Papers 제목 키워드 기반

Temporal Reasoning with Large Language Models Augmented by Evolving Knowledge Graphs

2025-09-18 · Junhong Lin, Song Wang, Xiaojie Guo, Julian Shun 외 arxiv

Large language models (LLMs) excel at many language understanding tasks but struggle to reason over knowledge that evolves. To address this, recent work has explored augmenting LLMs with knowledge graphs (KGs) to provide…

Question AnsweringKnowledge Graphs

When Facts Change: Probing LLMs on Evolving Knowledge with evolveQA

2025-10-22 · Nishanth Sridhar Nakshatri, Shamik Roy, Manoj Ghuhan Arivazhagan, Hanhan Zhou 외 arxiv

LLMs often fail to handle temporal knowledge conflicts--contradictions arising when facts evolve over time within their training data. Existing studies evaluate this phenomenon through benchmarks built on structured know…

TLogic: Temporal Logical Rules for Explainable Link Forecasting on Temporal Knowledge Graphs

2021-12-15 · Yushan Liu, Yunpu Ma, Marcel Hildebrandt, Mitchell Joblin 외

Conventional static knowledge graphs model entities in relational data as nodes, connected by edges of specific relation types. However, information and knowledge evolve continuously, and temporal dynamics emerge, which …

Knowledge GraphsLink Prediction

PerCaM-Health: Personalized Dynamic Causal Graphs for Healthcare Reasoning

2026-05-08 · Elahe Khatibi, Ziyu Wang, Saba A. Farahani, Di Huang 외 arxiv

Personalized healthcare decisions require reasoning about how physiological and behavioral variables influence an individual patient over time. Existing temporal causal discovery methods are poorly matched to this settin…

Large Language Models-guided Dynamic Adaptation for Temporal Knowledge Graph Reasoning

2024-05-23 · Jiapu Wang, Kai Sun, Linhao Luo, Wei Wei 외

Temporal Knowledge Graph Reasoning (TKGR) is the process of utilizing temporal information to capture complex relations within a Temporal Knowledge Graph (TKG) to infer new knowledge. Conventional methods in TKGR typical…