paper-with-me

홈 › Papers

BioNCERE: Non-Contrastive Enhancement For Relation Extraction In Biomedical Texts

2024-10-31 · Farshad Noravesh

State-of-the-art models for relation extraction (RE) in the biomedical domain consider finetuning BioBERT using classification, but they may suffer from the anisotropy problem. Contrastive learning methods can reduce this anisotropy phenomena, and also help to avoid class collapse in any classification problem. In the present paper, a new training method called biological non-contrastive relation extraction (BioNCERE) is introduced for relation extraction without using any named entity labels for training to reduce annotation costs. BioNCERE uses transfer learning and non-contrastive learning to avoid full or dimensional collapse as well as bypass overfitting. It resolves RE in three stages by leveraging transfer learning two times. By freezing the weights learned in previous stages in the proposed pipeline and by leveraging non-contrastive learning in the second stage, the model predicts relations without any knowledge of named entities. Experiments have been done on SemMedDB that are almost similar to State-of-the-art performance on RE without using the information of named entities.

📄 PDF Abstract BibTeX arXiv:2410.23583

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRelationRelation ExtractionTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Improving BERT Model Using Contrastive Learning for Biomedical Relation Extraction

2021-04-28 · NAACL (BioNLP) 2021 6 · Peng Su, Yifan Peng, K. Vijay-Shanker

Contrastive learning has been used to learn a high-quality representation of the image in computer vision. However, contrastive learning is not widely utilized in natural language processing due to the lack of a general …

Contrastive LearningData AugmentationRelationRelation Extraction

Node-based Knowledge Graph Contrastive Learning for Medical Relationship Prediction

2023-10-16 · Zhiguang Fan, Yuedong Yang, Mingyuan Xu, Hongming Chen

The embedding of Biomedical Knowledge Graphs (BKGs) generates robust representations, valuable for a variety of artificial intelligence applications, including predicting drug combinations and reasoning disease-drug rela…

Contrastive LearningGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Comparing Encoder-Only and Encoder-Decoder Transformers for Relation Extraction from Biomedical Texts: An Empirical Study on Ten Benchmark Datasets

2022-05-01 · BioNLP (ACL) 2022 5 · Mourad Sarrouti, Carson Tao, Yoann Mamy Randriamihaja

Biomedical relation extraction, aiming to automatically discover high-quality and semantic relations between the entities from free text, is becoming a vital step for automated knowledge discovery. Pretrained language mo…

DecoderMulti-Task LearningRelationRelation Extraction

Benchingmaking Large Langage Models in Biomedical Triple Extraction

2023-10-27 · Mingchen Li, Huixue Zhou, Rui Zhang

Biomedical triple extraction systems aim to automatically extract biomedical entities and relations between entities. The exploration of applying large language models (LLM) to triple extraction is still relatively unexp…

Language ModellingLarge Language ModelRelationRetrieval+1

Entangled Relations: Leveraging NLI and Meta-analysis to Enhance Biomedical Relation Extraction

2024-05-31 · William Hogan, Jingbo Shang

Recent research efforts have explored the potential of leveraging natural language inference (NLI) techniques to enhance relation extraction (RE). In this vein, we introduce MetaEntail-RE, a novel adaptation method that …

Multi-class ClassificationNatural Language InferenceRelationRelation Extraction