paper-with-me

홈 › Papers

Self-Attention Enhanced CNNs and Collaborative Curriculum Learning for Distantly Supervised Relation Extraction

2019-11-01 · IJCNLP 2019 11 · Yuyun Huang, Jinhua Du

Distance supervision is widely used in relation extraction tasks, particularly when large-scale manual annotations are virtually impossible to conduct. Although Distantly Supervised Relation Extraction (DSRE) benefits from automatic labelling, it suffers from serious mislabelling issues, i.e. some or all of the instances for an entity pair (head and tail entities) do not express the labelled relation. In this paper, we propose a novel model that employs a collaborative curriculum learning framework to reduce the effects of mislabelled data. Specifically, we firstly propose an internal self-attention mechanism between the convolution operations in convolutional neural networks (CNNs) to learn a better sentence representation from the noisy inputs. Then we define two sentence selection models as two relation extractors in order to collaboratively learn and regularise each other under a curriculum scheme to alleviate noisy effects, where the curriculum could be constructed by conflicts or small loss. Finally, experiments are conducted on a widely-used public dataset and the results indicate that the proposed model significantly outperforms baselines including the state-of-the-art in terms of P@N and PR curve metrics, thus evidencing its capability of reducing noisy effects for DSRE.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

FANCL: Feature-Guided Attention Network with Curriculum Learning for Brain Metastases Segmentation

2024-10-29 · Zijiang Liu, Xiaoyu Liu, Linhao Qu, Yonghong Shi

Accurate segmentation of brain metastases (BMs) in MR image is crucial for the diagnosis and follow-up of patients. Methods based on deep convolutional neural networks (CNNs) have achieved high segmentation performance. …

Segmentation

Locally Enhanced Self-Attention: Combining Self-Attention and Convolution as Local and Context Terms

2021-07-12 · Chenglin Yang, Siyuan Qiao, Adam Kortylewski, Alan Yuille

Self-Attention has become prevalent in computer vision models. Inspired by fully connected Conditional Random Fields (CRFs), we decompose self-attention into local and context terms. They correspond to the unary and bina…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Co-STAR: Collaborative Curriculum Self-Training with Adaptive Regularization for Source-Free Video Domain Adaptation

2025-04-15 · Amirhossein Dadashzadeh, Parsa Esmati, Majid Mirmehdi

Recent advances in Source-Free Unsupervised Video Domain Adaptation (SFUVDA) leverage vision-language models to enhance pseudo-label generation. However, challenges such as noisy pseudo-labels and over-confident predicti…

Domain AdaptationLanguage ModelingLanguage ModellingPseudo Label

Robust Collaborative Learning with Noisy Labels

2020-12-26 · Mengying Sun, Jing Xing, Bin Chen, Jiayu Zhou

Learning with curriculum has shown great effectiveness in tasks where the data contains noisy (corrupted) labels, since the curriculum can be used to re-weight or filter out noisy samples via proper design. However, obta…

Learning with noisy labelsSelection bias

CASPIANET++: A Multidimensional Channel-Spatial Asymmetric Attention Network with Noisy Student Curriculum Learning Paradigm for Brain Tumor Segmentation

2021-07-08 · Andrea Liew, Chun Cheng Lee, Boon Leong Lan, Maxine Tan

Convolutional neural networks (CNNs) have been used quite successfully for semantic segmentation of brain tumors. However, current CNNs and attention mechanisms are stochastic in nature and neglect the morphological indi…

Brain Tumor SegmentationGPUSegmentationSemantic Segmentation+1