English

GenTKG: Generative Forecasting on Temporal Knowledge Graph with Large Language Models

Computation and Language 2024-04-18 v5 Artificial Intelligence Machine Learning

Abstract

The rapid advancements in large language models (LLMs) have ignited interest in the temporal knowledge graph (tKG) domain, where conventional embedding-based and rule-based methods dominate. The question remains open of whether pre-trained LLMs can understand structured temporal relational data and replace them as the foundation model for temporal relational forecasting. Therefore, we bring temporal knowledge forecasting into the generative setting. However, challenges occur in the huge chasms between complex temporal graph data structure and sequential natural expressions LLMs can handle, and between the enormous data sizes of tKGs and heavy computation costs of finetuning LLMs. To address these challenges, we propose a novel retrieval-augmented generation framework named GenTKG combining a temporal logical rule-based retrieval strategy and few-shot parameter-efficient instruction tuning to solve the above challenges, respectively. Extensive experiments have shown that GenTKG outperforms conventional methods of temporal relational forecasting with low computation resources using extremely limited training data as few as 16 samples. GenTKG also highlights remarkable cross-domain generalizability with outperforming performance on unseen datasets without re-training, and in-domain generalizability regardless of time split in the same dataset. Our work reveals the huge potential of LLMs in the tKG domain and opens a new frontier for generative forecasting on tKGs. Code and data are released here: https://github.com/mayhugotong/GenTKG.

Keywords

Cite

@article{arxiv.2310.07793,
  title  = {GenTKG: Generative Forecasting on Temporal Knowledge Graph with Large Language Models},
  author = {Ruotong Liao and Xu Jia and Yangzhe Li and Yunpu Ma and Volker Tresp},
  journal= {arXiv preprint arXiv:2310.07793},
  year   = {2024}
}

Comments

14 pages, Findings of NAACL 2024, Spotlight on TGL@NeurIPS2023

R2 v1 2026-06-28T12:47:48.694Z