CLOct 16, 2022

EventGraph: Event Extraction as Semantic Graph Parsing

arXiv:2210.08646v1290 citationsh-index: 11Has Code
Originality Highly original
AI Analysis

This work addresses event extraction for natural language processing, offering a novel joint approach that is competitive with state-of-the-art systems.

The paper tackles event extraction by proposing EventGraph, a joint framework that encodes events as semantic graphs, improving argument extraction results on the ACE2005 dataset.

Event extraction involves the detection and extraction of both the event triggers and corresponding event arguments. Existing systems often decompose event extraction into multiple subtasks, without considering their possible interactions. In this paper, we propose EventGraph, a joint framework for event extraction, which encodes events as graphs. We represent event triggers and arguments as nodes in a semantic graph. Event extraction therefore becomes a graph parsing problem, which provides the following advantages: 1) performing event detection and argument extraction jointly; 2) detecting and extracting multiple events from a piece of text; and 3) capturing the complicated interaction between event arguments and triggers. Experimental results on ACE2005 show that our model is competitive to state-of-the-art systems and has substantially improved the results on argument extraction. Additionally, we create two new datasets from ACE2005 where we keep the entire text spans for event arguments, instead of just the head word(s). Our code and models are released as open-source.

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