A New Sentence Ordering Method Using BERT Pretrained Model
Melika Golestani, Seyedeh Zahra Razavi, and Heshaam Faili

TL;DR
This paper introduces a novel sentence ordering method leveraging BERT embeddings and cosine similarity, which does not require training data and outperforms existing methods on coherence tasks.
Contribution
The proposed approach uses pre-trained BERT embeddings and cosine similarity for sentence ordering, eliminating the need for training and large corpora, and demonstrates superior performance.
Findings
Outperforms baseline methods on ROCStories dataset
Does not require training or large corpora
More efficient than neural network-based methods without extensive data
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Advanced Text Analysis Techniques
MethodsAttention Is All You Need · Linear Layer · Refunds@Expedia|||How do I get a full refund from Expedia? · Dropout · Adam · Weight Decay · Softmax · Residual Connection · WordPiece · Layer Normalization
