SOTAVerified

Adversarial Training for Weakly Supervised Event Detection

2019-06-01NAACL 2019Code Available0· sign in to hype

Xiaozhi Wang, Xu Han, Zhiyuan Liu, Maosong Sun, Peng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Modern weakly supervised methods for event detection (ED) avoid time-consuming human annotation and achieve promising results by learning from auto-labeled data. However, these methods typically rely on sophisticated pre-defined rules as well as existing instances in knowledge bases for automatic annotation and thus suffer from low coverage, topic bias, and data noise. To address these issues, we build a large event-related candidate set with good coverage and then apply an adversarial training mechanism to iteratively identify those informative instances from the candidate set and filter out those noisy ones. The experiments on two real-world datasets show that our candidate selection and adversarial training can cooperate together to obtain more diverse and accurate training data for ED, and significantly outperform the state-of-the-art methods in various weakly supervised scenarios. The datasets and source code can be obtained from https://github.com/thunlp/Adv-ED.

Tasks

Reproductions