paper-with-me

Papers

Learning Dual Retrieval Module for Semi-supervised Relation Extraction

2019-02-20 · Hongtao Lin, Jun Yan, Meng Qu, Xiang Ren

Relation extraction is an important task in structuring content of text data, and becomes especially challenging when learning with weak supervision---where only a limited number of labeled sentences are given and a large number of unlabeled sentences are available. Most existing work exploits unlabeled data based on the ideas of self-training (i.e., bootstrapping a model) and multi-view learning (e.g., ensembling multiple model variants). However, these methods either suffer from the issue of semantic drift, or do not fully capture the problem characteristics of relation extraction. In this paper, we leverage a key insight that retrieving sentences expressing a relation is a dual task of predicting relation label for a given sentence---two tasks are complementary to each other and can be optimized jointly for mutual enhancement. To model this intuition, we propose DualRE, a principled framework that introduces a retrieval module which is jointly trained with the original relation prediction module. In this way, high-quality samples selected by retrieval module from unlabeled data can be used to improve prediction module, and vice versa. Experimental results\footnote{\small Code and data can be found at \url{https://github.com/INK-USC/DualRE}.} on two public datasets as well as case studies demonstrate the effectiveness of the DualRE approach.

📄 PDF Abstract BibTeX arXiv:1902.07814

Code (1)

INK-USC/DualRE 공식 구현 pytorch

Tasks

MULTI-VIEW LEARNINGRelationRelation ExtractionRelation PredictionRetrievalSentence

Similar Papers 제목 키워드 기반

DualRel: Semi-Supervised Mitochondria Segmentation From a Prototype Perspective

2023-01-01 · CVPR 2023 1 · Huayu Mai, Rui Sun, Tianzhu Zhang, Zhiwei Xiong 외

Automatic mitochondria segmentation enjoys great popularity with the development of deep learning. However, existing methods rely heavily on the labor-intensive manual gathering by experienced domain experts. And nai…

Prototype SelectionSegmentation

Correlation-Aware Mutual Learning for Semi-supervised Medical Image Segmentation

2023-07-12 · Shengbo Gao, Ziji Zhang, Jiechao Ma, Zihao Li 외

Semi-supervised learning has become increasingly popular in medical image segmentation due to its ability to leverage large amounts of unlabeled data to extract additional information. However, most existing semi-supervi…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

More Photos are All You Need: Semi-Supervised Learning for Fine-Grained Sketch Based Image Retrieval

2021-03-25 · CVPR 2021 1 · Ayan Kumar Bhunia, Pinaki Nath Chowdhury, Aneeshan Sain, Yongxin Yang 외

A fundamental challenge faced by existing Fine-Grained Sketch-Based Image Retrieval (FG-SBIR) models is the data scarcity -- model performances are largely bottlenecked by the lack of sketch-photo pairs. Whilst the numbe…

AllCross-Modal RetrievalImage RetrievalRetrieval+2

FPCR-Net: Feature Pyramidal Correlation and Residual Reconstruction for Optical Flow Estimation

2020-01-17 · Xiaolin Song, Yuyang Zhao, Jingyu Yang, Cuiling Lan 외

Optical flow estimation is an important yet challenging problem in the field of video analytics. The features of different semantics levels/layers of a convolutional neural network can provide information of different gr…

Optical Flow Estimation

Learning from Semi-Factuals: A Debiased and Semantic-Aware Framework for Generalized Relation Discovery

2024-01-12 · Jiaxin Wang, Lingling Zhang, Jun Liu, Tianlin Guo 외

We introduce a novel task, called Generalized Relation Discovery (GRD), for open-world relation extraction. GRD aims to identify unlabeled instances in existing pre-defined relations or discover novel relations by assign…

RelationRelation ExtractionSelf-Supervised LearningSentence