paper-with-me

홈 › Papers

Transfer Learning for Relation Extraction via Relation-Gated Adversarial Learning

2019-08-22 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Jiaoyan Chen, Wei zhang, Huajun Chen

Relation extraction aims to extract relational facts from sentences. Previous models mainly rely on manually labeled datasets, seed instances or human-crafted patterns, and distant supervision. However, the human annotation is expensive, while human-crafted patterns suffer from semantic drift and distant supervision samples are usually noisy. Domain adaptation methods enable leveraging labeled data from a different but related domain. However, different domains usually have various textual relation descriptions and different label space (the source label space is usually a superset of the target label space). To solve these problems, we propose a novel model of relation-gated adversarial learning for relation extraction, which extends the adversarial based domain adaptation. Experimental results have shown that the proposed approach outperforms previous domain adaptation methods regarding partial domain adaptation and can improve the accuracy of distance supervised relation extraction through fine-tuning.

📄 PDF Abstract BibTeX arXiv:1908.08507

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationPartial Domain AdaptationRelationRelation ExtractionTransfer Learning

Similar Papers 제목 키워드 기반

Relation Adversarial Network for Low Resource Knowledge Graph Completion

2019-11-08 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Jiaoayan Chen 외

Knowledge Graph Completion (KGC) has been proposed to improve Knowledge Graphs by filling in missing connections via link prediction or relation extraction. One of the main difficulties for KGC is a low resource problem.…

Domain AdaptationKnowledge Graph CompletionKnowledge GraphsLink Prediction+3

Relation Extraction from Biomedical and Clinical Text: Unified Multitask Learning Framework

2020-09-20 · Shweta Yadav, Srivatsa Ramesh, Sriparna Saha, Asif Ekbal

To minimize the accelerating amount of time invested in the biomedical literature search, numerous approaches for automated knowledge extraction have been proposed. Relation extraction is one such task where semantic rel…

Multi-Task LearningRelationRelation Extraction

TPN: Transferable Proto-Learning Network towards Few-shot Document-Level Relation Extraction

2024-10-01 · Yu Zhang, Zhao Kang

Few-shot document-level relation extraction suffers from poor performance due to the challenging cross-domain transferability of NOTA (none-of-the-above) relation representation. In this paper, we introduce a Transferabl…

Document-level Relation ExtractionRelationRelation Extraction

Syntactically Meaningful and Transferable Recursive Neural Networks for Aspect and Opinion Extraction

2019-12-01 · CL 2019 12 · Wenya Wang, Sinno Jialin Pan

In fine-grained opinion mining, extracting aspect terms (a.k.a. opinion targets) and opinion terms (a.k.a. opinion expressions) from user-generated texts is the most fundamental task in order to generate structured opini…

Opinion MiningOpinion SummarizationSentenceTransfer Learning

Adversarial Training for Relation Extraction

2017-09-01 · EMNLP 2017 9 · Yi Wu, David Bamman, Stuart Russell

Adversarial training is a mean of regularizing classification algorithms by generating adversarial noise to the training data. We apply adversarial training in relation extraction within the multi-instance multi-label le…

General ClassificationImage ClassificationMulti-Label LearningRelation+2