paper-with-me

Papers

Gotta be SAFE: A New Framework for Molecular Design

2023-10-16 · Emmanuel Noutahi, Cristian Gabellini, Michael Craig, Jonathan S. C Lim, Prudencio Tossou

Traditional molecular string representations, such as SMILES, often pose challenges for AI-driven molecular design due to their non-sequential depiction of molecular substructures. To address this issue, we introduce Sequential Attachment-based Fragment Embedding (SAFE), a novel line notation for chemical structures. SAFE reimagines SMILES strings as an unordered sequence of interconnected fragment blocks while maintaining compatibility with existing SMILES parsers. It streamlines complex generative tasks, including scaffold decoration, fragment linking, polymer generation, and scaffold hopping, while facilitating autoregressive generation for fragment-constrained design, thereby eliminating the need for intricate decoding or graph-based models. We demonstrate the effectiveness of SAFE by training an 87-million-parameter GPT2-like model on a dataset containing 1.1 billion SAFE representations. Through targeted experimentation, we show that our SAFE-GPT model exhibits versatile and robust optimization performance. SAFE opens up new avenues for the rapid exploration of chemical space under various constraints, promising breakthroughs in AI-driven molecular design.

📄 PDF Abstract BibTeX arXiv:2310.10773

Code (2)

datamol-io/safe 공식 구현 pytorch
MorganCThomas/SMILES-RNN pytorch

Similar Papers 제목 키워드 기반

Gotta: Generative Few-shot Question Answering by Prompt-based Cloze Data Augmentation

2023-06-07 · Xiusi Chen, Yu Zhang, Jinliang Deng, Jyun-Yu Jiang 외

Few-shot question answering (QA) aims at precisely discovering answers to a set of questions from context passages while only a few training samples are available. Although existing studies have made some progress and ca…

Data AugmentationQuestion Answering

Temporal Memory-Aware Online Test-Time Adaptation on Dynamic Graphs

2026-08-28 · Bo Li, Xin Zheng, Ming Jin, Can Wang 외 arxiv

Test-time adaptation (TTA) on graphs aims to adapt a graph neural network (GNN) that is well-trained on the training graph to the test graph, which involves potential distribution shifts that may harm model generalizatio…

Test-time AdaptationGraph Neural Network

MolSafeEval: A Benchmark for Uncovering Safety Risks in AI-Generated Molecules

2026-07-01 · Tong Xu, Xinzhe Cao, Zhihui Zhu, Keyan Ding 외 arxiv

Current molecular generation benchmarks emphasize task complexity, molecule novelty, and property alignment; they largely overlook a critical concern: the potential safety risks of AI-generated molecules. In practice, ma…

GoTTA be Diverse: Rethinking Memory Policies for Test-Time Adaptation

2026-05-19 · Shyma Alhuwaider, Yasmeen Alsaedy, Merey Ramazanova, Silvio Giancola 외 arxiv

Test-time adaptation (TTA) enables a pre-trained model to adapt online to an unlabeled test stream under distribution shift. While most TTA research focuses on the adaptation objective, practical streams also depend crit…

Test-time Adaptation

GenMol: A Drug Discovery Generalist with Discrete Diffusion

2025-01-10 · Seul Lee, Karsten Kreis, Srimukh Prasad Veccham, Meng Liu 외

Drug discovery is a complex process that involves multiple scenarios and stages, such as fragment-constrained molecule generation, hit generation and lead optimization. However, existing molecular generative models can o…

Computational EfficiencyDrug Discoverymolecular representation