paper-with-me

Papers

Generating Temporally-ordered Event Sequences via Event Optimal Transport

2022-10-01 · COLING 2022 10 · Bo Zhou, Yubo Chen, Kang Liu, Jun Zhao, Jiexin Xu, XiaoJian Jiang, Qiuxia Li

Generating temporally-ordered event sequences in texts is important to natural language processing. Two emerging tasks in this direction are temporal event ordering (rearranging the set of events to correct order) and event infilling (generating an event at a specified position). To tackle the two related tasks, the existing method adopts a vanilla sequence-to-sequence model via maximum likelihood estimation (MLE). However, applying this approach to these tasks will cause two issues. One issue is that the MLE loss emphasizes strict local alignment and ignores the global semantics of the event. The other issue is that the model adopts a word-level objective to model events in texts, failing to evaluate the predicted results of the model from the perspective of event sequence. To alleviate these issues, we present a novel model to tackle the generation of temporally-ordered event sequences via Event Optimal Transport (EOT). First, we treat the events in the sequence as modeling units and explicitly extract the semantics of the events. Second, to provide event sequence-level evaluation of the predicted results of the model, we directly match events in sequences. Extensive experimental results show that our approach outperforms previous models on all evaluation datasets. In particular, the accuracy is improved by 7.7%, and the Macro F1 is improved by 7.2% on one of the datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conditional Generation of Temporally-ordered Event Sequences

2020-12-31 · ACL 2021 5 · Shih-ting Lin, Nathanael Chambers, Greg Durrett

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 tempo…

DenoisingStory Completion

Mind the Time: Temporally-Controlled Multi-Event Video Generation

2024-12-06 · CVPR 2025 1 · Ziyi Wu, Aliaksandr Siarohin, Willi Menapace, Ivan Skorokhodov 외

Real-world videos consist of sequences of events. Generating such sequences with precise temporal control is infeasible with existing video generators that rely on a single paragraph of text as input. When tasked with ge…

Video Generation

DyG-RAG: Dynamic Graph Retrieval-Augmented Generation with Event-Centric Reasoning

2025-07-16 · Qingyun Sun, Jiaqi Yuan, Shan He, Xiao Guan 외 arxiv

Graph Retrieval-Augmented Generation has emerged as a powerful paradigm for grounding large language models with external structured knowledge. However, existing Graph RAG methods struggle with temporal reasoning, due to…

Answer Generation

What do Large Language Models Learn about Scripts?

2021-12-27 · *SEM (NAACL) 2022 7 · Abhilasha Sancheti, Rachel Rudinger

Script Knowledge (Schank and Abelson, 1975) has long been recognized as crucial for language understanding as it can help in filling in unstated information in a narrative. However, such knowledge is expensive to produce…

Classification Models for Partially Ordered Sequences

2021-01-31 · Stephanie Ger, Diego Klabjan, Jean Utke

Many models such as Long Short Term Memory (LSTMs), Gated Recurrent Units (GRUs) and transformers have been developed to classify time series data with the assumption that events in a sequence are ordered. On the other h…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis