CLAIDec 16, 2022

Rich Event Modeling for Script Event Prediction

arXiv:2212.08287v111 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work addresses the need for more precise and flexible event modeling in natural language processing, but it is incremental as it builds on existing methods by adding richer information and a more adaptable encoder.

The paper tackles the problem of script event prediction by proposing a Rich Event Prediction (REP) framework that enriches event descriptions with verb senses, extra semantic roles, and participant types, and uses a transformer-based encoder to handle variable arguments, showing effectiveness on the Gigaword Corpus.

Script is a kind of structured knowledge extracted from texts, which contains a sequence of events. Based on such knowledge, script event prediction aims to predict the subsequent event. To do so, two aspects should be considered for events, namely, event description (i.e., what the events should contain) and event encoding (i.e., how they should be encoded). Most existing methods describe an event by a verb together with only a few core arguments (i.e., subject, object, and indirect object), which are not precise. In addition, existing event encoders are limited to a fixed number of arguments, which are not flexible to deal with extra information. Thus, in this paper, we propose the Rich Event Prediction (REP) framework for script event prediction. Fundamentally, it is based on the proposed rich event description, which enriches the existing ones with three kinds of important information, namely, the senses of verbs, extra semantic roles, and types of participants. REP contains an event extractor to extract such information from texts. Based on the extracted rich information, a predictor then selects the most probable subsequent event. The core component of the predictor is a transformer-based event encoder to flexibly deal with an arbitrary number of arguments. Experimental results on the widely used Gigaword Corpus show the effectiveness of the proposed framework.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes