vix.ing · top · new · best · stats · spec

A Graph Enhanced BERT Model for Event Prediction

2022/05/22 by Li Du, Du, Li, Xiao Ding +9
Computer Science · Decision Sciences · #Advanced Graph Neural Networks #Artificial Intelligence (cs.AI) #Computation and Language (cs.CL) #Data Quality and Management #FOS: Computer and information sciences #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2205.10822

openalex publication_date 2022/05/22 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Predicting the subsequent event for an existing event context is an important but challenging task, as it requires understanding the underlying relationship between events. Previous methods propose to retrieve relational features from event graph to enhance the modeling of event correlation. However, the sparsity of event graph may restrict the acquisition of relevant graph information, and hence influence the model performance. To address this issue, we consider automatically building of event graph using a BERT model. To this end, we incorporate an additional structured variable into BERT to learn to predict the event connections in the training process. Hence, in the test process, the connection relationship for unseen events can be predicted by the structured variable. Results on two event prediction tasks: script event prediction and story ending prediction, show that our approach can outperform state-of-the-art baseline methods.

Related