paper-with-me

Papers

Knowledge-aware Attention Network for Protein-Protein Interaction Extraction

2020-01-07 · Huiwei Zhou, Zhuang Liu1, Shixian Ning, Chengkun Lang, Yingyu Lin, Lei Du

Protein-protein interaction (PPI) extraction from published scientific literature provides additional support for precision medicine efforts. However, many of the current PPI extraction methods need extensive feature engineering and cannot make full use of the prior knowledge in knowledge bases (KB). KBs contain huge amounts of structured information about entities and relationships, therefore plays a pivotal role in PPI extraction. This paper proposes a knowledge-aware attention network (KAN) to fuse prior knowledge about protein-protein pairs and context information for PPI extraction. The proposed model first adopts a diagonal-disabled multi-head attention mechanism to encode context sequence along with knowledge representations learned from KB. Then a novel multi-dimensional attention mechanism is used to select the features that can best describe the encoded context. Experiment results on the BioCreative VI PPI dataset show that the proposed approach could acquire knowledge-aware dependencies between different words in a sequence and lead to a new state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2001.02091

Code (1)

zhuango/KAN 공식 구현 pytorch

Tasks

Feature Engineering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

MKGR: Multimodal Knowledge-Graph Representation Learning for Cold-Start Protein-Protein Interaction Prediction

2026-07-02 · Wenbo Zhang arxiv

Accurate protein-protein interaction (PPI) prediction is central to functional genomics, disease mechanism discovery, and drug development. A difficult setting arises when candidate interactions include proteins that hav…

Graph Representation LearningKnowledge GraphsGraph Learning

Prompt-Guided Injection of Conformation to Pre-trained Protein Model

2022-02-07 · Qiang Zhang, Zeyuan Wang, Yuqiang Han, Haoran Yu 외

Pre-trained protein models (PTPMs) represent a protein with one fixed embedding and thus are not capable for diverse tasks. For example, protein structures can shift, namely protein folding, between several conformations…

Language ModelingLanguage ModellingMasked Language ModelingProtein Folding

Docking-Aware Attention: Dynamic Protein Representations through Molecular Context Integration

2025-02-03 · Amitay Sicherman, Kira Radinsky

Computational prediction of enzymatic reactions represents a crucial challenge in sustainable chemical synthesis across various scientific domains, ranging from drug discovery to materials science and green chemistry. Th…

Drug DiscoveryMolecular DockingPrediction

Improving Neural Protein-Protein Interaction Extraction with Knowledge Selection

2019-12-11 · Huiwei Zhou, Xuefei Li, Weihong Yao, Zhuang Liu 외

Protein-protein interaction (PPI) extraction from published scientific literature provides additional support for precision medicine efforts. Meanwhile, knowledge bases (KBs) contain huge amounts of structured informatio…

Relation

OntoProtein: Protein Pretraining With Gene Ontology Embedding

2022-01-23 · ICLR 2022 4 · Ningyu Zhang, Zhen Bi, Xiaozhuan Liang, Siyuan Cheng 외

Self-supervised protein language models have proved their effectiveness in learning the proteins representations. With the increasing computational power, current protein language models pre-trained with millions of dive…

Contrastive LearningKnowledge GraphsOntology EmbeddingProtein Function Prediction