CLJun 23, 2021

Reinforcement Learning-based Dialogue Guided Event Extraction to Exploit Argument Relations

arXiv:2106.12384v232 citations
Originality Highly original
AI Analysis

This work addresses a key bottleneck in natural language processing for event extraction by leveraging argument relations, though it is incremental in improving existing methods.

The paper tackles the challenge of event extraction by explicitly modeling relationships between event arguments, which are often context-dependent and ignored by existing methods, and achieves consistent performance improvements over seven state-of-the-art methods in event classification and argument role identification.

Event extraction is a fundamental task for natural language processing. Finding the roles of event arguments like event participants is essential for event extraction. However, doing so for real-life event descriptions is challenging because an argument's role often varies in different contexts. While the relationship and interactions between multiple arguments are useful for settling the argument roles, such information is largely ignored by existing approaches. This paper presents a better approach for event extraction by explicitly utilizing the relationships of event arguments. We achieve this through a carefully designed task-oriented dialogue system. To model the argument relation, we employ reinforcement learning and incremental learning to extract multiple arguments via a multi-turned, iterative process. Our approach leverages knowledge of the already extracted arguments of the same sentence to determine the role of arguments that would be difficult to decide individually. It then uses the newly obtained information to improve the decisions of previously extracted arguments. This two-way feedback process allows us to exploit the argument relations to effectively settle argument roles, leading to better sentence understanding and event extraction. Experimental results show that our approach consistently outperforms seven state-of-the-art event extraction methods for the classification of events and argument role and argument identification.

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