Sentence Ordering

20 papers with code • 0 benchmarks • 1 datasets

Sentence ordering task deals with finding the correct order of sentences given a randomly ordered paragraph.

Neural Sentence Ordering Based on Constraint Graphs

DaoD/ConstraintGraph4NSO 27 Jan 2021

Our experiments on five benchmark datasets show that our method outperforms all the existing baselines significantly, achieving a new state-of-the-art performance.

23
27 Jan 2021

On Losses for Modern Language Models

StephAO/olfmlm EMNLP 2020

BERT set many state-of-the-art results over varied NLU benchmarks by pre-training over two tasks: masked language modelling (MLM) and next sentence prediction (NSP), the latter of which has been highly criticized.

18
04 Oct 2020

Topological Sort for Sentence Ordering

shrimai/Topological-Sort-for-Sentence-Ordering ACL 2020

Sentence ordering is the task of arranging the sentences of a given text in the correct order.

46
01 May 2020

Graph-based Neural Sentence Ordering

DeepLearnXMU/NSEG 16 Dec 2019

Sentence ordering is to restore the original paragraph from a set of sentences.

29
16 Dec 2019

Partially Shuffling the Training Data to Improve Language Models

ofirpress/PartialShuffle arXiv 2019

Although SGD requires shuffling the training data between epochs, currently none of the word-level language modeling systems do this.

14
11 Mar 2019

Text Coherence Analysis Based on Deep Neural Network

geekSiddharth/DeepCoherence 21 Oct 2017

In this paper, we propose a novel deep coherence model (DCM) using a convolutional neural network architecture to capture the text coherence.

24
21 Oct 2017

Sentence Ordering and Coherence Modeling using Recurrent Neural Networks

shrimai/Topological-Sort-for-Sentence-Ordering 8 Nov 2016

Modeling the structure of coherent texts is a key NLP problem.

46
08 Nov 2016