paper-with-me

Papers

Relation-aware graph structure embedding with co-contrastive learning for drug-drug interaction prediction

2023-07-04 · Mengying Jiang, Guizhong Liu, Biao Zhao, Yuanchao Su, Weiqiang Jin

Relation-aware graph structure embedding is promising for predicting multi-relational drug-drug interactions (DDIs). Typically, most existing methods begin by constructing a multi-relational DDI graph and then learning relation-aware graph structure embeddings (RaGSEs) of drugs from the DDI graph. Nevertheless, most existing approaches are usually limited in learning RaGSEs of new drugs, leading to serious over-fitting when the test DDIs involve such drugs. To alleviate this issue, we propose a novel DDI prediction method based on relation-aware graph structure embedding with co-contrastive learning, RaGSECo. The proposed RaGSECo constructs two heterogeneous drug graphs: a multi-relational DDI graph and a multi-attribute drug-drug similarity (DDS) graph. The two graphs are used respectively for learning and propagating the RaGSEs of drugs, aiming to ensure all drugs, including new ones, can possess effective RaGSEs. Additionally, we present a novel co-contrastive learning module to learn drug-pairs (DPs) representations. This mechanism learns DP representations from two distinct views (interaction and similarity views) and encourages these views to supervise each other collaboratively to obtain more discriminative DP representations. We evaluate the effectiveness of our RaGSECo on three different tasks using two real datasets. The experimental results demonstrate that RaGSECo outperforms existing state-of-the-art prediction methods.

📄 PDF Abstract BibTeX arXiv:2307.01507

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeContrastive LearningRelation

Similar Papers 제목 키워드 기반

Imposing Relation Structure in Language-Model Embeddings Using Contrastive Learning

2021-09-02 · CoNLL (EMNLP) 2021 11 · Christos Theodoropoulos, James Henderson, Andrei C. Coman, Marie-Francine Moens

Though language model text embeddings have revolutionized NLP research, their ability to capture high-level semantic information, such as relations between entities in text, is limited. In this paper, we propose a novel …

Contrastive LearningLanguage ModelingLanguage Modellingnamed-entity-recognition+6

Multi-hop Relational Contrastive Learning: Extending Spatial Contrastive Pre-training Beyond Pairwise Relations

2026-05-15 · Sheikh Tanvir Ahmed, Md. Tanvir Raihan arxiv

Understanding how objects relate to each other in space is fundamental to scene understanding, yet most contrastive pre-training approaches only model pairwise relationships, leaving richer compositional and multi-hop in…

Contrastive LearningScene UnderstandingQuestion Answering

Contrastive Learning Using Graph Embeddings for Domain Adaptation of Language Models in the Process Industry

2025-10-06 · Anastasia Zhukova, Jonas Lührs, Christian E. Lobmüller, Bela Gipp arxiv

Recent trends in NLP utilize knowledge graphs (KGs) to enhance pretrained language models by incorporating additional knowledge from the graph structures to learn domain-specific terminology or relationships between docu…

Contrastive LearningDomain AdaptationKnowledge Graphs

RHCO: A Relation-aware Heterogeneous Graph Neural Network with Contrastive Learning for Large-scale Graphs

2022-11-20 · Ziming Wan, Deqing Wang, Xuehua Ming, Fuzhen Zhuang 외

Heterogeneous graph neural networks (HGNNs) have been widely applied in heterogeneous information network tasks, while most HGNNs suffer from poor scalability or weak representation when they are applied to large-scale h…

Contrastive LearningGraph Neural NetworkGraph Representation LearningRelation+1

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