Conditional Generation of Temporally-ordered Event Sequences
Shih-Ting Lin, Nathanael Chambers, Greg Durrett

TL;DR
This paper introduces a BART-based model capable of ordering and infilling events in narratives, trained as a denoising autoencoder, and outperforms existing models in temporal sequence tasks without needing explicit temporal labels.
Contribution
The proposed model unifies temporal ordering and event infilling tasks using a single BART-based framework trained as a denoising autoencoder, demonstrating superior performance.
Findings
Outperforms BERT-based models in event sequence unscrambling
Generates more temporally coherent events than GPT-2 in human evaluations
Learns temporal inference without explicit labeled data
Abstract
Models of narrative schema knowledge have proven useful for a range of event-related tasks, but they typically do not capture the temporal relationships between events. We propose a single model that addresses both temporal ordering, sorting given events into the order they occurred, and event infilling, predicting new events which fit into an existing temporally-ordered sequence. We use a BART-based conditional generation model that can capture both temporality and common event co-occurrence, meaning it can be flexibly applied to different tasks in this space. Our model is trained as a denoising autoencoder: we take temporally-ordered event sequences, shuffle them, delete some events, and then attempt to recover the original event sequence. This task teaches the model to make inferences given incomplete knowledge about the events in an underlying scenario. On the temporal ordering…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
MethodsLinear Layer · Cosine Annealing · Weight Decay · Dropout · Discriminative Fine-Tuning · Softmax · Dense Connections · Attention Dropout · Linear Warmup With Cosine Annealing · Attention Is All You Need
