paper-with-me

홈 › Papers

CLEVE: Contrastive Pre-training for Event Extraction

2021-05-30 · ACL 2021 5 · Ziqi Wang, Xiaozhi Wang, Xu Han, Yankai Lin, Lei Hou, Zhiyuan Liu, Peng Li, Juanzi Li, Jie zhou

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 EE models cannot take full advantage of large-scale unsupervised data. To this end, we propose CLEVE, a contrastive pre-training framework for EE to better learn event knowledge from large unsupervised data and their semantic structures (e.g. AMR) obtained with automatic parsers. CLEVE contains a text encoder to learn event semantics and a graph encoder to learn event structures respectively. Specifically, the text encoder learns event semantic representations by self-supervised contrastive learning to represent the words of the same events closer than those unrelated words; the graph encoder learns event structure representations by graph contrastive pre-training on parsed event-related semantic structures. The two complementary representations then work together to improve both the conventional supervised EE and the unsupervised "liberal" EE, which requires jointly extracting events and discovering event schemata without any annotated data. Experiments on ACE 2005 and MAVEN datasets show that CLEVE achieves significant improvements, especially in the challenging unsupervised setting. The source code and pre-trained checkpoints can be obtained from https://github.com/THU-KEG/CLEVE.

📄 PDF Abstract BibTeX arXiv:2105.14485

Code (1)

THU-KEG/CLEVE 공식 구현 pytorch

Tasks

Contrastive LearningEvent Extraction

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Contrastive Learning Via Equivariant Representation

2024-06-01 · Sifan Song, Jinfeng Wang, Qiaochu Zhao, Xiang Li 외

Invariant Contrastive Learning (ICL) methods have achieved impressive performance across various domains. However, the absence of latent space representation for distortion (augmentation)-related information in the laten…

Contrastive Learning

Visually Grounded Commonsense Knowledge Acquisition

2022-11-22 · Yuan YAO, Tianyu Yu, Ao Zhang, Mengdi Li 외

Large-scale commonsense knowledge bases empower a broad range of AI applications, where the automatic extraction of commonsense knowledge (CKE) is a fundamental and challenging problem. CKE from text is known for sufferi…

Language Modelling

COFFEE: A Contrastive Oracle-Free Framework for Event Extraction

2023-03-25 · Meiru Zhang, Yixuan Su, Zaiqiao Meng, Zihao Fu 외

Event extraction is a complex information extraction task that involves extracting events from unstructured text. Prior classification-based methods require comprehensive entity annotations for joint training, while newe…

Event Extraction

DICE: Data-Efficient Clinical Event Extraction with Generative Models

2022-08-16 · Mingyu Derek Ma, Alexander K. Taylor, Wei Wang, Nanyun Peng

Event extraction for the clinical domain is an under-explored research area. The lack of training data along with the high volume of domain-specific terminologies with vague entity boundaries makes the task especially ch…

Contrastive LearningEvent Extraction

CLEVER: Stream-based Active Learning for Robust Semantic Perception from Human Instructions

2025-07-21 · Jongseok Lee, Timo Birr, Rudolph Triebel, Tamim Asfour arxiv

We propose CLEVER, an active learning system for robust semantic perception with Deep Neural Networks (DNNs). For data arriving in streams, our system seeks human support when encountering failures and adapts DNNs online…

Active Learning