CLLGJul 2, 2020

Detecting Ongoing Events Using Contextual Word and Sentence Embeddings

arXiv:2007.01379v21 citations
AI Analysis

This addresses the need for extracting structured information about current events from unstructured texts, but it is incremental as it builds on existing event detection methods.

The paper tackles the problem of detecting ongoing events in news texts by introducing the Ongoing Event Detection (OED) task and a manually labeled dataset, and it shows that a proposed RNN model using BERT embeddings outperforms baseline models.

This paper introduces the Ongoing Event Detection (OED) task, which is a specific Event Detection task where the goal is to detect ongoing event mentions only, as opposed to historical, future, hypothetical, or other forms or events that are neither fresh nor current. Any application that needs to extract structured information about ongoing events from unstructured texts can take advantage of an OED system. The main contribution of this paper are the following: (1) it introduces the OED task along with a dataset manually labeled for the task; (2) it presents the design and implementation of an RNN model for the task that uses BERT embeddings to define contextual word and contextual sentence embeddings as attributes, which to the best of our knowledge were never used before for detecting ongoing events in news; (3) it presents an extensive empirical evaluation that includes (i) the exploration of different architectures and hyperparameters, (ii) an ablation test to study the impact of each attribute, and (iii) a comparison with a replication of a state-of-the-art model. The results offer several insights into the importance of contextual embeddings and indicate that the proposed approach is effective in the OED task, outperforming the baseline models.

Foundations

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

Your Notes