English

A New Sentence Ordering Method Using BERT Pretrained Model

Computation and Language 2021-08-30 v1 Artificial Intelligence

Abstract

Building systems with capability of natural language understanding (NLU) has been one of the oldest areas of AI. An essential component of NLU is to detect logical succession of events contained in a text. The task of sentence ordering is proposed to learn succession of events with applications in AI tasks. The performance of previous works employing statistical methods is poor, while the neural networks-based approaches are in serious need of large corpora for model learning. In this paper, we propose a method for sentence ordering which does not need a training phase and consequently a large corpus for learning. To this end, we generate sentence embedding using BERT pre-trained model and measure sentence similarity using cosine similarity score. We suggest this score as an indicator of sequential events' level of coherence. We finally sort the sentences through brute-force search to maximize overall similarities of the sequenced sentences. Our proposed method outperformed other baselines on ROCStories, a corpus of 5-sentence human-made stories. The method is specifically more efficient than neural network-based methods when no huge corpus is available. Among other advantages of this method are its interpretability and needlessness to linguistic knowledge.

Keywords

Cite

@article{arxiv.2108.11994,
  title  = {A New Sentence Ordering Method Using BERT Pretrained Model},
  author = {Melika Golestani and Seyedeh Zahra Razavi and Heshaam Faili},
  journal= {arXiv preprint arXiv:2108.11994},
  year   = {2021}
}

Comments

7 pages, 4 figures, 2020 11th International Conference on Information and Knowledge Technology (IKT)

R2 v1 2026-06-24T05:27:13.362Z