paper-with-me

홈 › Papers

Cross-lingual Structure Transfer for Relation and Event Extraction

2019-11-01 · IJCNLP 2019 11 · Ananya Subburathinam, Di Lu, Heng Ji, Jonathan May, Shih-Fu Chang, Avirup Sil, Clare Voss

The identification of complex semantic structures such as events and entity relations, already a challenging Information Extraction task, is doubly difficult from sources written in under-resourced and under-annotated languages. We investigate the suitability of cross-lingual structure transfer techniques for these tasks. We exploit relation- and event-relevant language-universal features, leveraging both symbolic (including part-of-speech and dependency path) and distributional (including type representation and contextualized representation) information. By representing all entity mentions, event triggers, and contexts into this complex and structured multilingual common space, using graph convolutional networks, we can train a relation or event extractor from source language annotations and apply it to the target language. Extensive experiments on cross-lingual relation and event transfer among English, Chinese, and Arabic demonstrate that our approach achieves performance comparable to state-of-the-art supervised models trained on up to 3,000 manually annotated mentions: up to 62.6{\%} F-score for Relation Extraction, and 63.1{\%} F-score for Event Argument Role Labeling. The event argument role labeling model transferred from English to Chinese achieves similar performance as the model trained from Chinese. We thus find that language-universal symbolic and distributional representations are complementary for cross-lingual structure transfer.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Event ExtractionRelationRelation Extraction

Similar Papers 제목 키워드 기반

Improving Cross-Lingual Transfer for Event Argument Extraction with Language-Universal Sentence Structures

2021-04-01 · EACL (WANLP) 2021 4 · Minh Van Nguyen, Thien Huu Nguyen

We study the problem of Cross-lingual Event Argument Extraction (CEAE). The task aims to predict argument roles of entity mentions for events in text, whose language is different from the language that a predictive model…

Cross-Lingual TransferEvent Argument ExtractionRepresentation LearningSemantic Similarity+2

Cross-lingual Structure Transfer for Zero-resource Event Extraction

2020-05-01 · LREC 2020 5 · Di Lu, Ananya Subburathinam, Heng Ji, Jonathan May 외

Most of the current cross-lingual transfer learning methods for Information Extraction (IE) have been only applied to name tagging. To tackle more complex tasks such as event extraction we need to transfer graph structur…

Cross-Lingual TransferEvent ExtractionSentenceTransfer Learning

Multilingual Generative Language Models for Zero-Shot Cross-Lingual Event Argument Extraction

2022-03-15 · ACL 2022 5 · Kuan-Hao Huang, I-Hung Hsu, Premkumar Natarajan, Kai-Wei Chang 외

We present a study on leveraging multilingual pre-trained generative language models for zero-shot cross-lingual event argument extraction (EAE). By formulating EAE as a language generation task, our method effectively e…

Cross-Lingual TransferEvent Argument ExtractionText GenerationZero-Shot Cross-Lingual Transfer

Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning

2024-03-05 · Zhitao He, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

Event Causality Identification (ECI) refers to the detection of causal relations between events in texts. However, most existing studies focus on sentence-level ECI with high-resource languages, leaving more challenging …

Event Causality IdentificationFew-Shot LearningSentenceTransfer Learning

GATE: Graph Attention Transformer Encoder for Cross-lingual Relation and Event Extraction

2020-10-06 · Wasi Uddin Ahmad, Nanyun Peng, Kai-Wei Chang

Recent progress in cross-lingual relation and event extraction use graph convolutional networks (GCNs) with universal dependency parses to learn language-agnostic sentence representations such that models trained on one …

Event ExtractionGraph AttentionRelationSentence