Molecular properties are often governed by a small number of local substructures, or motifs, whose topologies can vary drastically across molecules. Existing molecular representation learning approaches typically embed all motifs into a single Euclidean or fixed-curvature space, which fails to capture the motif-level topological heterogeneity and leads to geometric mismatch, impairing property prediction. To address this challenge, we propose a geometry-adaptive Riemannian framework for molecular representation learning, which explicitly models motifs as the basic units and learns their embeddings across multiple constant-curvature spaces. Each motif is adaptively aligned with the geometric space that best fits its intrinsic topology, enabling simultaneous modeling of cyclic, hierarchical, and tree-like structures. Motif embeddings are then aggregated into molecule-level representations, emphasizing functional substructures while suppressing irrelevant background. Extensive experiments on benchmark molecular property prediction datasets demonstrate that our approach outperforms state-of-the-art baselines, shows strong generalization under distribution shifts, and provides interpretable motif-level insights, offering a general and scalable framework for scientific molecular modeling. Our code is available at https://github.com/qimuya/mo-mi-r.
Fei Liu, Wen-Kai Lu, Feilong Wang et al.· Proceedings of the 32nd ACM...· 0 citations
Relational databases (RDBs) play an essential role in real-world scenarios, such as e-commerce, social media, and industry. Recently, with the rapid development of Large Language Models (LLMs), using LLMs to exploit RDBs has become a significant trend. Plenty of works have been proposed to use natural language to describe RDBs or use graph neural networks~(GNNs) to embed relations in RDBs before applying LLMs to them. Despite the achieved progress, existing works still suffer from inevitable weaknesses. For one thing, using natural language to describe RDBs not only causes excessive context length, but also leads to the loss of critical structural information. For another, using GNNs to capture complex structural dependencies requires extensive human-labeled data for supervised fine-tuning, limiting their scalability. Therefore, one important question remains unsolved: '' How to leverage the capability of LLMs to realize robust relational reasoning in RDBs? '' In response, we propose a novel self-supervised framework (ZeroRel) for relational reasoning over RDBs. ZeroRel treats context sparsity as a controllable curriculum variable and leverages it to induce a progressive shift from semantic-dominant inference to structure-aware relational reasoning. Specifically, ZeroRel contains two key modules: Graph-guided Prompt Alignment (GrPA) and Progressive Sparsity-based Context Refinement (PSCR). GrPA uses a heterogeneous GNN to encode multi-table relational structures and projects the resulting structural embeddings into the semantic space of LLMs. PSCR gradually reduces visible attribute context and acts as an information bottleneck, forcing the model to internalize cross-table dependencies rather than relying on superficial semantic shortcuts. Finally, extensive experiments over 7 datasets and 12 downstream tasks demonstrate the superiority of ZeroRel. Furthermore, ZeroRel trained without any task-specific labels achieves an average improvement of 6.24% over models trained with supervised labels.
Yujie Tian, Kun Zhang, Qiuyuan Li et al.· Proceedings of the 32nd ACM...· 0 citations