paper-with-me

홈 › Papers

GraphCliff: Short-Long Range Gating for Modeling Critical Activity Changes Caused by Subtle Molecular Differences

2025-11-05 · Hajung Kim, Jueon Park, Junseok Choe, Sheunheun Baek, Hyeon Hwang, Jaewoo Kang arxiv

The quantitative structure-activity relationship assumes a smooth mapping between molecular structure and biological activity. However, activity cliffs, defined as pairs of structurally similar compounds with large potency differences, break this continuity. Recent activity cliff benchmarks show that machine learning models with extended connectivity fingerprints outperform graph neural networks. Our analysis shows that the embedding distances of conventional graph neural networks fail to reflect the activity differences, collapsing structurally similar yet functionally divergent molecules into nearly indistinguishable representations. To recover sensitivity to such local changes while preserving global molecular context, we propose GraphCliff, which integrates short and long range information at the node level through a locally conditioned gating mechanism. Experimental results demonstrate that GraphCliff consistently improves performance on both non-cliff and cliff compounds, with layer-wise embedding analyses attributing these gains to sharper discrimination of structurally similar molecules relative to strong baseline graph models.

📄 PDF Abstract BibTeX arXiv:2511.03170

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AF-MAT: Aspect-aware Flip-and-Fuse xLSTM for Aspect-based Sentiment Analysis

2025-07-01 · Adamu Lawan, Juhua Pu, Haruna Yunusa, Muhammad Lawan 외 arxiv

Aspect-based Sentiment Analysis (ABSA) is a crucial NLP task that extracts fine-grained opinions and sentiments from text, such as product reviews and customer feedback. Existing methods often trade off efficiency for pe…

Sentiment Analysis

Long-Short Range Context Neural Networks for Language Modeling

2017-08-22 · EMNLP 2016 11 · Youssef Oualil, Mittul Singh, Clayton Greenberg, Dietrich Klakow

The goal of language modeling techniques is to capture the statistical and structural properties of natural languages from training corpora. This task typically involves the learning of short range dependencies, which ge…

Language ModelingLanguage ModellingText Compression

Multi-range Reasoning for Machine Comprehension

2018-03-24 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui

We propose MRU (Multi-Range Reasoning Units), a new fast compositional encoder for machine comprehension (MC). Our proposed MRU encoders are characterized by multi-ranged gating, executing a series of parameterized contr…

Reading Comprehension

Towards Neural Mixture Recommender for Long Range Dependent User Sequences

2019-02-22 · Jiaxi Tang, Francois Belletti, Sagar Jain, Minmin Chen 외

Understanding temporal dynamics has proved to be highly valuable for accurate recommendation. Sequential recommenders have been successful in modeling the dynamics of users and items over time. However, while different m…

Sequential Recommendation

Hierarchically Gated Recurrent Neural Network for Sequence Modeling

2023-09-21 · NeurIPS 2023 11

Transformers have surpassed RNNs in popularity due to their superior abilities in parallel training and long-term dependency modeling. Recently, there has been a renewed interest in using linear RNNs for efficient sequen…