COLING 2020main35 citations

Heterogeneous Graph Neural Networks to Predict What Happen Next

Jianming Zheng, Fei Cai, Yanxiang Ling, Honghui Chen

Abstract

Given an incomplete event chain, script learning aims to predict the missing event, which can support a series of NLP applications. Existing work cannot well represent the heterogeneous relations and capture the discontinuous event segments that are common in the event chain. To address these issues, we introduce a heterogeneous-event (HeterEvent) graph network. In particular, we employ each unique word and individual event as nodes in the graph, and explore three kinds of edges based on realistic relations (e.g., the relations of word-and-word, word-and-event, event-and-event). We also design a message passing process to realize information interactions among homo or heterogeneous nodes. And the discontinuous event segments could be explicitly modeled by finding the specific path between corresponding nodes in the graph. The experimental results on one-step and multi-step inference tasks demonstrate that our ensemble model HeterEvent[W+E] can outperform existing baselines.

BibTeX
@inproceedings{zheng-etal-2020-heterogeneous,
    title = "Heterogeneous Graph Neural Networks to Predict What Happen Next",
    author = "Zheng, Jianming  and
      Cai, Fei  and
      Ling, Yanxiang  and
      Chen, Honghui",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.29/",
    doi = "10.18653/v1/2020.coling-main.29",
    pages = "328--338"
}