paper-with-me

Papers

BiScale-GTR: Fragment-Aware Graph Transformers for Multi-Scale Molecular Representation Learning

2026-04-07 · Yi Yang, Ovidiu Daescu arxiv

Graph Transformers have recently attracted attention for molecular property prediction by combining the inductive biases of graph neural networks (GNNs) with the global receptive field of Transformers. However, many existing hybrid architectures remain GNN-dominated, causing the resulting representations to remain heavily shaped by local message passing. Moreover, most existing methods operate at only a single structural granularity, limiting their ability to capture molecular patterns that span multiple molecular scales. We introduce BiScale-GTR, a unified framework for self-supervised molecular representation learning that combines chemically grounded fragment tokenization with adaptive multi-scale reasoning. Our method improves graph Byte Pair Encoding (BPE) tokenization to produce consistent, chemically valid, and high-coverage fragment tokens, which are used as fragment-level inputs to a parallel GNN-Transformer architecture. Architecturally, atom-level representations learned by a GNN are pooled into fragment-level embeddings and fused with fragment token embeddings before Transformer reasoning, enabling the model to jointly capture local chemical environments, substructure-level motifs, and long-range molecular dependencies. Experiments on MoleculeNet, PharmaBench, and the Long Range Graph Benchmark (LRGB) demonstrate state-of-the-art performance across both classification and regression tasks. Attribution analysis further shows that BiScale-GTR highlights chemically meaningful functional motifs, providing interpretable links between molecular structure and predicted properties. Code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2604.06336

Code (0)

등록된 구현이 없습니다.

Tasks

Molecular Property PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Are Transformers Able to Reason by Connecting Separated Knowledge in Training Data?

2025-01-27 · Yutong Yin, Zhaoran Wang

Humans exhibit remarkable compositional reasoning by integrating knowledge from various sources. For example, if someone learns ( B = f(A) ) from one source and ( C = g(B) ) from another, they can deduce ( C=g(B)=g(f(A))…

CRFR: Improving Conversational Recommender Systems via Flexible Fragments Reasoning on Knowledge Graphs

2021-11-01 · EMNLP 2021 11 · Jinfeng Zhou, Bo wang, Ruifang He, Yuexian Hou

Although paths of user interests shift in knowledge graphs (KGs) can benefit conversational recommender systems (CRS), explicit reasoning on KGs has not been well considered in CRS, due to the complex of high-order and i…

Knowledge GraphsRecommendation SystemsText Generation

MemGraphRAG: Memory-based Multi-Agent System for Graph Retrieval-Augmented Generation

2026-05-30 · Chuanjie Wu, Zhishang Xiang, Yunbo Tang, Zerui Chen 외 arxiv

Retrieval-Augmented Generation (RAG) has become an essential method for mitigating hallucinations in Large Language Models (LLMs) by leveraging external knowledge. Although effective for simple queries, traditional RAG s…

Knowledge Graphs

Drug Discovery with Dynamic Goal-aware Fragments

2023-10-02 · Seul Lee, Seanie Lee, Kenji Kawaguchi, Sung Ju Hwang

Fragment-based drug discovery is an effective strategy for discovering drug candidates in the vast chemical space, and has been widely employed in molecular generative models. However, many existing fragment extraction m…

Drug Discovery

FairGT: A Fairness-aware Graph Transformer

2024-04-26 · Renqiang Luo, Huafei Huang, Shuo Yu, Xiuzhen Zhang 외

The design of Graph Transformers (GTs) generally neglects considerations for fairness, resulting in biased outcomes against certain sensitive subgroups. Since GTs encode graph information without relying on message-passi…

Fairnessfeature selectionGraph Learning