Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics 2020
DOI: 10.18653/v1/2020.acl-main.248
|View full text |Cite
|
Sign up to set email alerts
|

Topological Sort for Sentence Ordering

Abstract: Sentence ordering is the task of arranging the sentences of a given text in the correct order. Recent work using deep neural networks for this task has framed it as a sequence prediction problem. In this paper, we propose a new framing of this task as a constraint solving problem and introduce a new technique to solve it. Additionally, we propose a human evaluation for this task. The results on both automatic and human metrics across four different datasets show that this new technique is better at capturing c… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
41
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 37 publications
(41 citation statements)
references
References 19 publications
0
41
0
Order By: Relevance
“…With the advent of deep learning, researchers leveraged distributed sentence representations learned through recurrent neural networks (Li and Hovy, 2014). Recent works adopted rankingbased algorithms to solve the task Kumar et al, 2020;Prabhumoye et al, 2020).…”
Section: Shuffled Inputmentioning
confidence: 99%
See 1 more Smart Citation
“…With the advent of deep learning, researchers leveraged distributed sentence representations learned through recurrent neural networks (Li and Hovy, 2014). Recent works adopted rankingbased algorithms to solve the task Kumar et al, 2020;Prabhumoye et al, 2020).…”
Section: Shuffled Inputmentioning
confidence: 99%
“…HAN (Wang and Wan, 2019) and TGCM (Oh et al, 2019) used an attention based pointer network for decoding. B-TSort (Prabhumoye et al, 2020) uses topological sorting to retrieve the final order from sentence pairs. Zhu et al ( 2021) encode sentence-level relationships as constraint graphs to enrich sentence representations.…”
Section: Related Workmentioning
confidence: 99%
“…Additionally, we analyze the displacement of sentences in the predicted orders by calculating the percentage of sentences whose predicted location is within one, two or three positions from their original location (Prabhumoye et al, 2020). The higher score is better, which denotes less displacement of sentences.…”
Section: Sentence Displacement Analysismentioning
confidence: 99%
“…Pairwise Model adopts a pairwise ranking algorithm to learn the relative order of each sentence pair. B-TSort (Prabhumoye et al, 2020) predicts the constraint between two sentences and uses the topological sort technique to find the ordering.…”
Section: Introductionmentioning
confidence: 99%
“…Recently, inspired by the great success of deep learning in other NLP tasks, researchers have resorted to neural sentence ordering models, which can be classified into: pairwise ordering models Agrawal et al, 2016;Li and Jurafsky, 2017;Moon et al, 2019;Kumar et al, 2020;Prabhumoye et al, 2020;Zhu et al, 2021) and set-to-sequence models (Gong et al, 2016;Nguyen and Joty, 2017;Logeswaran et al, 2018;Mohiuddin et al, 2018;Cui et al, 2018;Yin et al, 2019;Oh et al, 2019;Yin et al, 2020;Cui et al, 2020;Yin et al, 2021). Generally, the former predicts the relative orderings between pairwise sentences, which are then leveraged to produce the final ordered sentence sequence.…”
Section: Introductionmentioning
confidence: 99%