EMNLP 2021main13 citations

STaCK: Sentence Ordering with Temporal Commonsense Knowledge

Deepanway Ghosal, Navonil Majumder, Rada Mihalcea, Soujanya Poria

Abstract

Sentence order prediction is the task of finding the correct order of sentences in a randomly ordered document. Correctly ordering the sentences requires an understanding of coherence with respect to the chronological sequence of events described in the text. Document-level contextual understanding and commonsense knowledge centered around these events are often essential in uncovering this coherence and predicting the exact chronological order. In this paper, we introduce STaCK — a framework based on graph neural networks and temporal commonsense knowledge to model global information and predict the relative order of sentences. Our graph network accumulates temporal evidence using knowledge of ‘past’ and ‘future’ and formulates sentence ordering as a constrained edge classification problem. We report results on five different datasets, and empirically show that the proposed method is naturally suitable for order prediction. The implementation of this work is available at: https://github.com/declare-lab/sentence-ordering.

BibTeX
@inproceedings{ghosal-etal-2021-stack,
    title = "{ST}a{CK}: Sentence Ordering with Temporal Commonsense Knowledge",
    author = "Ghosal, Deepanway  and
      Majumder, Navonil  and
      Mihalcea, Rada  and
      Poria, Soujanya",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.683/",
    doi = "10.18653/v1/2021.emnlp-main.683",
    pages = "8676--8686"
}