COLING 2024main4 citations

Temporal Knowledge Graph Reasoning with Dynamic Hypergraph Embedding

Xinyue Liu, Jianan Zhang, Chi Ma, Wenxin Liang, Bo Xu, Linlin Zong

Abstract

Reasoning over the Temporal Knowledge Graph (TKG) that predicts facts in the future has received much attention. Most previous works attempt to model temporal dynamics with knowledge graphs and graph convolution networks. However, these methods lack the consideration of high-order interactions between objects in TKG, which is an important factor to predict future facts. To address this problem, we introduce dynamic hypergraph embedding for temporal knowledge graph reasoning. Specifically, we obtain high-order interactions by constructing hypergraphs based on temporal knowledge graphs at different timestamps. Besides, we integrate the differences caused by time into the hypergraph representation in order to fit TKG. Then, we adapt dynamic meta-embedding for temporal hypergraph representation that allows our model to choose the appropriate high-order interactions for downstream reasoning. Experimental results on public TKG datasets show that our method outperforms the baselines. Furthermore, the analysis part demonstrates that the proposed method brings good interpretation for the predicted results.

BibTeX
@inproceedings{liu-etal-2024-temporal,
    title = "Temporal Knowledge Graph Reasoning with Dynamic Hypergraph Embedding",
    author = "Liu, Xinyue  and
      Zhang, Jianan  and
      Ma, Chi  and
      Liang, Wenxin  and
      Xu, Bo  and
      Zong, Linlin",
    editor = "Calzolari, Nicoletta  and
      Kan, Min-Yen  and
      Hoste, Veronique  and
      Lenci, Alessandro  and
      Sakti, Sakriani  and
      Xue, Nianwen",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
    month = may,
    year = "2024",
    address = "Torino, Italia",
    publisher = "ELRA and ICCL",
    url = "https://aclanthology.org/2024.lrec-main.1367/",
    pages = "15742--15751"
}