paper-with-me

홈 › Papers

Prompt-based Graph Model for Joint Liberal Event Extraction and Event Schema Induction

2024-03-19 · Haochen Li, Di Geng

Events are essential components of speech and texts, describing the changes in the state of entities. The event extraction task aims to identify and classify events and find their participants according to event schemas. Manually predefined event schemas have limited coverage and are hard to migrate across domains. Therefore, the researchers propose Liberal Event Extraction (LEE), which aims to extract events and discover event schemas simultaneously. However, existing LEE models rely heavily on external language knowledge bases and require the manual development of numerous rules for noise removal and knowledge alignment, which is complex and laborious. To this end, we propose a Prompt-based Graph Model for Liberal Event Extraction (PGLEE). Specifically, we use a prompt-based model to obtain candidate triggers and arguments, and then build heterogeneous event graphs to encode the structures within and between events. Experimental results prove that our approach achieves excellent performance with or without predefined event schemas, while the automatically detected event schemas are proven high quality.

📄 PDF Abstract BibTeX arXiv:2403.12526

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Similar Papers 제목 키워드 기반

Liberal Event Extraction and Event Schema Induction

2016-08-01 · ACL 2016 8 · Lifu Huang, Taylor Cassidy, Xiaocheng Feng, Heng Ji 외
ClusteringEvent Extraction

CLEVE: Contrastive Pre-training for Event Extraction

2021-05-30 · ACL 2021 5 · Ziqi Wang, Xiaozhi Wang, Xu Han, Yankai Lin 외

Event extraction (EE) has considerably benefited from pre-trained language models (PLMs) by fine-tuning. However, existing pre-training methods have not involved modeling event characteristics, resulting in the developed…

Contrastive LearningEvent Extraction

EventGraph: Event Extraction as Semantic Graph Parsing

2022-10-16 · Huiling You, David Samuel, Samia Touileb, Lilja Øvrelid

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 pos…

Event DetectionEvent Extraction

JSEEGraph: Joint Structured Event Extraction as Graph Parsing

2023-06-26 · Huiling You, Samia Touileb, Lilja Øvrelid

We propose a graph-based event extraction framework JSEEGraph that approaches the task of event extraction as general graph parsing in the tradition of Meaning Representation Parsing. It explicitly encodes entities and e…

Event Argument ExtractionEvent Extraction

GraphERE: Jointly Multiple Event-Event Relation Extraction via Graph-Enhanced Event Embeddings

2024-03-19 · Haochen Li, Di Geng

Events describe the state changes of entities. In a document, multiple events are connected by various relations (e.g., Coreference, Temporal, Causal, and Subevent). Therefore, obtaining the connections between events th…

Event Relation ExtractionMulti-Task LearningRelationRelation Extraction