paper-with-me

Papers

Distantly Supervised Relation Extraction in Federated Settings

2020-08-12 · Findings (EMNLP) 2021 11 · Dianbo Sui, Yubo Chen, Kang Liu, Jun Zhao

This paper investigates distantly supervised relation extraction in federated settings. Previous studies focus on distant supervision under the assumption of centralized training, which requires collecting texts from different platforms and storing them on one machine. However, centralized training is challenged by two issues, namely, data barriers and privacy protection, which make it almost impossible or cost-prohibitive to centralize data from multiple platforms. Therefore, it is worthy to investigate distant supervision in the federated learning paradigm, which decouples the model training from the need for direct access to the raw data. Overcoming label noise of distant supervision, however, becomes more difficult in federated settings, since the sentences containing the same entity pair may scatter around different platforms. In this paper, we propose a federated denoising framework to suppress label noise in federated settings. The core of this framework is a multiple instance learning based denoising method that is able to select reliable instances via cross-platform collaboration. Various experimental results on New York Times dataset and miRNA gene regulation relation dataset demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2008.05049

Code (1)

DianboWork/FedDS 공식 구현 pytorch

Tasks

DenoisingFederated LearningMultiple Instance LearningRelationRelation Extraction

Similar Papers 제목 키워드 기반

Improving Supervised Drug-Protein Relation Extraction with Distantly Supervised Models

2022-05-01 · BioNLP (ACL) 2022 5 · Naoki Iinuma, Makoto Miwa, Yutaka Sasaki

This paper proposes novel drug-protein relation extraction models that indirectly utilize distant supervision data. Concretely, instead of adding distant supervision data to the manually annotated training data, our mode…

DrugProtRelationRelation Extraction

Bootstrapping Distantly Supervised IE using Joint Learning and Small Well-structured Corpora

2016-06-10 · Lidong Bing, Bhuwan Dhingra, Kathryn Mazaitis, Jong Hyuk Park 외

We propose a framework to improve performance of distantly-supervised relation extraction, by jointly learning to solve two related tasks: concept-instance extraction and relation extraction. We combine this with a novel…

RelationRelation Extraction

Active Testing: An Unbiased Evaluation Method for Distantly Supervised Relation Extraction

2020-10-17 · Findings of the Association for Computational Linguistics 2020 · Pengshuai Li, Xinsong Zhang, Weijia Jia, Wei Zhao

Distant supervision has been a widely used method for neural relation extraction for its convenience of automatically labeling datasets. However, existing works on distantly supervised relation extraction suffer from the…

RelationRelation Extraction

Combining Distantly Supervised Models with In Context Learning for Monolingual and Cross-Lingual Relation Extraction

2025-10-21 · Vipul Rathore, Malik Hammad Faisal, Parag Singla, Mausam arxiv

Distantly Supervised Relation Extraction (DSRE) remains a long-standing challenge in NLP, where models must learn from noisy bag-level annotations while making sentence-level predictions. While existing state-of-the-art …

Relation Extraction

RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

2018-12-11 · EMNLP 2018 10 · Shikhar Vashishth, Rishabh Joshi, Sai Suman Prayaga, Chiranjib Bhattacharyya 외

Distantly-supervised Relation Extraction (RE) methods train an extractor by automatically aligning relation instances in a Knowledge Base (KB) with unstructured text. In addition to relation instances, KBs often contain …

RelationRelation ExtractionRelationship Extraction (Distant Supervised)