paper-with-me

Papers

Open Event Extraction from Online Text using a Generative Adversarial Network

2019-08-25 · IJCNLP 2019 11 · Rui Wang, Deyu Zhou, Yulan He

To extract the structured representations of open-domain events, Bayesian graphical models have made some progress. However, these approaches typically assume that all words in a document are generated from a single event. While this may be true for short text such as tweets, such an assumption does not generally hold for long text such as news articles. Moreover, Bayesian graphical models often rely on Gibbs sampling for parameter inference which may take long time to converge. To address these limitations, we propose an event extraction model based on Generative Adversarial Nets, called Adversarial-neural Event Model (AEM). AEM models an event with a Dirichlet prior and uses a generator network to capture the patterns underlying latent events. A discriminator is used to distinguish documents reconstructed from the latent events and the original documents. A byproduct of the discriminator is that the features generated by the learned discriminator network allow the visualization of the extracted events. Our model has been evaluated on two Twitter datasets and a news article dataset. Experimental results show that our model outperforms the baseline approaches on all the datasets, with more significant improvements observed on the news article dataset where an increase of 15\% is observed in F-measure.

📄 PDF Abstract BibTeX arXiv:1908.09246

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesEvent ExtractionGenerative Adversarial Network

Similar Papers 제목 키워드 기반

Explicit, Implicit, and Scattered: Revisiting Event Extraction to Capture Complex Arguments

2024-10-04 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

Prior works formulate the extraction of event-specific arguments as a span extraction problem, where event arguments are explicit -- i.e. assumed to be contiguous spans of text in a document. In this study, we revisit th…

Event ExtractionText Generation

Title2Event: Benchmarking Open Event Extraction with a Large-scale Chinese Title Dataset

2022-11-02 · Haolin Deng, Yanan Zhang, Yangfan Zhang, Wangyang Ying 외

Event extraction (EE) is crucial to downstream tasks such as new aggregation and event knowledge graph construction. Most existing EE datasets manually define fixed event types and design specific schema for each of them…

BenchmarkingEvent Extractiongraph constructionSentence

OpenUE: An Open Toolkit of Universal Extraction from Text

2020-10-01 · EMNLP 2020 11 · Ningyu Zhang, Shumin Deng, Zhen Bi, Haiyang Yu 외

Natural language processing covers a wide variety of tasks with token-level or sentence-level understandings. In this paper, we provide a simple insight that most tasks can be represented in a single universal extraction…

Event ExtractionIntent DetectionJoint Entity and Relation ExtractionSentence

An overview of event extraction and its applications

2021-11-05 · Jiangwei Liu, Liangyu Min, Xiaohong Huang

With the rapid development of information technology, online platforms have produced enormous text resources. As a particular form of Information Extraction (IE), Event Extraction (EE) has gained increasing popularity du…

Event Extraction

A Multimodal Text- and Graph-Based Approach for Open-Domain Event Extraction from Documents

2026-04-23 · Praval Sharma arxiv

Event extraction is essential for event understanding and analysis. It supports tasks such as document summarization and decision-making in emergency scenarios. However, existing event extraction approaches have limitati…

Document SummarizationEvent Extraction