paper-with-me

홈 › Papers

Synergistic Anchored Contrastive Pre-training for Few-Shot Relation Extraction

2023-12-19 · Da Luo, Yanglei Gan, Rui Hou, Run Lin, Qiao Liu, Yuxiang Cai, Wannian Gao

Few-shot Relation Extraction (FSRE) aims to extract relational facts from a sparse set of labeled corpora. Recent studies have shown promising results in FSRE by employing Pre-trained Language Models (PLMs) within the framework of supervised contrastive learning, which considers both instances and label facts. However, how to effectively harness massive instance-label pairs to encompass the learned representation with semantic richness in this learning paradigm is not fully explored. To address this gap, we introduce a novel synergistic anchored contrastive pre-training framework. This framework is motivated by the insight that the diverse viewpoints conveyed through instance-label pairs capture incomplete yet complementary intrinsic textual semantics. Specifically, our framework involves a symmetrical contrastive objective that encompasses both sentence-anchored and label-anchored contrastive losses. By combining these two losses, the model establishes a robust and uniform representation space. This space effectively captures the reciprocal alignment of feature distributions among instances and relational facts, simultaneously enhancing the maximization of mutual information across diverse perspectives within the same relation. Experimental results demonstrate that our framework achieves significant performance enhancements compared to baseline models in downstream FSRE tasks. Furthermore, our approach exhibits superior adaptability to handle the challenges of domain shift and zero-shot relation extraction. Our code is available online at https://github.com/AONE-NLP/FSRE-SaCon.

📄 PDF Abstract BibTeX arXiv:2312.12021

Code (1)

aone-nlp/fsre-sacon 공식 구현 pytorch

Tasks

Contrastive LearningRelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CARE What Fails: Contrastive Anchored-REflection for Verifiable Multimodal Reasoning

2025-12-22 · Yongxin Wang, Zhicheng Yang, Meng Cao, Mingfei Han 외 arxiv

Group-relative reinforcement learning with verifiable rewards (RLVR) often wastes the most informative data it already has the failures. When all rollouts are wrong, gradients stall; when one happens to be correct, the u…

Reinforcement LearningMultimodal Reasoning

Synergistic Information Disentanglement for Omni-modal Slide Representation Learning in Computational Pathology

2026-09-02 · Mingxin Liu, Chengfei Cai, Anwen Lu, Pengbo Xu 외 arxiv

In computational pathology (CPath), developing omni-modal self-supervised learning (SSL) models that integrate histology, genomics, and clinical reports enables transferable representation learning for whole slide images…

Self-Supervised LearningRepresentation Learning

Label Anchored Contrastive Learning for Language Understanding

2022-04-26 · NAACL 2022 7 · Zhenyu Zhang, Yuming Zhao, Meng Chen, Xiaodong He

Contrastive learning (CL) has achieved astonishing progress in computer vision, speech, and natural language processing fields recently with self-supervised learning. However, CL approach to the supervised setting is not…

BenchmarkingContrastive LearningData AugmentationNatural Language Understanding+1

Bridging Generative and Discriminative Learning: Few-Shot Relation Extraction via Two-Stage Knowledge-Guided Pre-training

2025-05-18 · Quanjiang Guo, Jinchuan Zhang, Sijie Wang, Ling Tian 외

Few-Shot Relation Extraction (FSRE) remains a challenging task due to the scarcity of annotated data and the limited generalization capabilities of existing models. Although large language models (LLMs) have demonstrated…

Contrastive LearningIn-Context LearningLanguage ModelingLanguage Modelling+3

A Doeblin-Anchored Contrastive Chart for Learning Markov Transition Kernels

2026-06-01 · Ao Xu arxiv

Learning a Markov transition model is not merely conditional density estimation: the learned object must be a valid transition kernel before it is iterated in downstream dynamics. This paper introduces a Doeblin-anchored…

Density Estimation