Discourse-Level Event Temporal Ordering with Uncertainty-Guided Graph Completion

Abstract

Learning to order events at discourse-level is a crucial text understanding task. Despite many efforts for this task, the current state-of-the-art methods rely heavily on manually designed features, which are costly to produce and are often specific to tasks/domains/datasets. In this paper, we propose a new graph perspective on the task, which does not require complex feature engineering but can assimilate global features and learn inter-dependencies effectively. Specifically, in our approach, each document is considered as a temporal graph, in which the nodes and edges represent events and event-event relations respectively. In this sense, the temporal ordering task corresponds to constructing edges for an empty graph. To train our model, we design a graph mask pre-training mechanism, which can learn inter-dependencies of temporal relations by learning to recover a masked edge following graph topology. In the testing stage, we design an certain-first strategy based on model uncertainty, which can decide the prediction orders and reduce the risk of error propagation. The experimental results demonstrate that our approach outperforms previous methods consistently and can meanwhile maintain good global consistency.

Cite

Text

Liu et al. "Discourse-Level Event Temporal Ordering with Uncertainty-Guided Graph Completion." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/533

Markdown

[Liu et al. "Discourse-Level Event Temporal Ordering with Uncertainty-Guided Graph Completion." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/liu2021ijcai-discourse/) doi:10.24963/IJCAI.2021/533

BibTeX

@inproceedings{liu2021ijcai-discourse,
  title     = {{Discourse-Level Event Temporal Ordering with Uncertainty-Guided Graph Completion}},
  author    = {Liu, Jian and Xu, Jinan and Chen, Yufeng and Zhang, Yujie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {3871-3877},
  doi       = {10.24963/IJCAI.2021/533},
  url       = {https://mlanthology.org/ijcai/2021/liu2021ijcai-discourse/}
}