paper-with-me

홈 › Papers

Cross-lingual Structure Transfer for Zero-resource Event Extraction

2020-05-01 · LREC 2020 5 · Di Lu, Ananya Subburathinam, Heng Ji, Jonathan May, Shih-Fu Chang, Avi Sil, Clare Voss

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 structures (event trigger linked to multiple arguments with various roles) across languages. We develop a novel share-and-transfer framework to reach this goal with three steps: (1) Convert each sentence in any language to language-universal graph structures; in this paper we explore two approaches based on universal dependency parses and complete graphs, respectively. (2) Represent each node in the graph structure with a cross-lingual word embedding so that all sentences in multiple languages can be represented with one shared semantic space. (3) Using this common semantic space, train event extractors from English training data and apply them to languages that do not have any event annotations. Experimental results on three languages (Spanish, Russian and Ukrainian) without any annotations show this framework achieves comparable performance to a state-of-the-art supervised model trained from more than 1,500 manually annotated event mentions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferEvent ExtractionSentenceTransfer Learning

Similar Papers 제목 키워드 기반

Zero-shot Neural Transfer for Cross-lingual Entity Linking

2018-11-09 · Shruti Rijhwani, Jiateng Xie, Graham Neubig, Jaime Carbonell

Cross-lingual entity linking maps an entity mention in a source language to its corresponding entry in a structured knowledge base that is in a different (target) language. While previous work relies heavily on bilingual…

Cross-Lingual Entity LinkingEntity Linking

Meta-X_{NLG}: A Meta-Learning Approach Based on Language Clustering for Zero-Shot Cross-Lingual Transfer and Generation

2022-05-01 · Findings (ACL) 2022 5 · Kaushal Maurya, Maunendra Desarkar

Recently, the NLP community has witnessed a rapid advancement in multilingual and cross-lingual transfer research where the supervision is transferred from high-resource languages (HRLs) to low-resource languages (LRLs).…

Abstractive Text SummarizationCross-Lingual TransferMeta-LearningQuestion Generation+3

Meta-X$_{NLG}$: A Meta-Learning Approach Based on Language Clustering for Zero-Shot Cross-Lingual Transfer and Generation

2022-03-19 · Kaushal Kumar Maurya, Maunendra Sankar Desarkar

Recently, the NLP community has witnessed a rapid advancement in multilingual and cross-lingual transfer research where the supervision is transferred from high-resource languages (HRLs) to low-resource languages (LRLs).…

Abstractive Text SummarizationCross-Lingual TransferMeta-LearningQuestion Generation+3

Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings

2022-10-23 · Iker García-Ferrero, Rodrigo Agerri, German Rigau

Zero-resource cross-lingual transfer approaches aim to apply supervised models from a source language to unlabelled target languages. In this paper we perform an in-depth study of the two main techniques employed so far …

Cross-Lingual NERCross-Lingual TransferMachine TranslationTranslation

A Simple and Effective Method to Improve Zero-Shot Cross-Lingual Transfer Learning

2022-10-18 · COLING 2022 10 · Kunbo Ding, Weijie Liu, Yuejian Fang, Weiquan Mao 외

Existing zero-shot cross-lingual transfer methods rely on parallel corpora or bilingual dictionaries, which are expensive and impractical for low-resource languages. To disengage from these dependencies, researchers have…

Cross-Lingual Transfertext-classificationText ClassificationTransfer Learning+2