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.

Most implemented papers

Local and Global Context-Based Pairwise Models for Sentence Ordering

ruskinmanku/pairwisemodels4so 8 Oct 2021

Analysis of the two proposed decoding strategies helps better explain error propagation in pairwise models.

Improving Graph-based Sentence Ordering with Iteratively Predicted Pairwise Orderings

deeplearnxmu/irseg EMNLP 2021

Dominant sentence ordering models can be classified into pairwise ordering models and set-to-sequence models.

PhysNLU: A Language Resource for Evaluating Natural Language Understanding and Explanation Coherence in Physics

jmeadows17/physnlu LREC 2022

In order for language models to aid physics research, they must first encode representations of mathematical and natural language discourse which lead to coherent explanations, with correct ordering and relevance of statements.

Positional Diffusion: Ordering Unordered Sets with Diffusion Probabilistic Models

IIT-PAVIS/Positional_Diffusion 20 Mar 2023

We present Positional Diffusion, a plug-and-play graph formulation with Diffusion Probabilistic Models to address positional reasoning.

Reading Order Matters: Information Extraction from Visually-rich Documents by Token Path Prediction

chongzhangfdu/tpp 17 Oct 2023

However, BIO-tagging scheme relies on the correct order of model inputs, which is not guaranteed in real-world NER on scanned VrDs where text are recognized and arranged by OCR systems.

Non-Autoregressive Sentence Ordering

steven640pixel/nonautoregressive-sentence-ordering 19 Oct 2023

Existing sentence ordering approaches generally employ encoder-decoder frameworks with the pointer net to recover the coherence by recurrently predicting each sentence step-by-step.

Are Large Language Models Temporally Grounded?

yfqiu-nlp/temporal-llms 14 Nov 2023

Instead, we provide LLMs with textual narratives and probe them with respect to their common-sense knowledge of the structure and duration of events, their ability to order events along a timeline, and self-consistency within their temporal model (e. g., temporal relations such as after and before are mutually exclusive for any pair of events).