paper-with-me

Papers

Root-aligned SMILES: A Tight Representation for Chemical Reaction Prediction

2022-03-22 · Zipeng Zhong, Jie Song, Zunlei Feng, Tiantao Liu, Lingxiang Jia, Shaolun Yao, Min Wu, Tingjun Hou, Mingli Song

Chemical reaction prediction, involving forward synthesis and retrosynthesis prediction, is a fundamental problem in organic synthesis. A popular computational paradigm formulates synthesis prediction as a sequence-to-sequence translation problem, where the typical SMILES is adopted for molecule representations. However, the general-purpose SMILES neglects the characteristics of chemical reactions, where the molecular graph topology is largely unaltered from reactants to products, resulting in the suboptimal performance of SMILES if straightforwardly applied. In this article, we propose the root-aligned SMILES (R-SMILES), which specifies a tightly aligned one-to-one mapping between the product and the reactant SMILES for more efficient synthesis prediction. Due to the strict one-to-one mapping and reduced edit distance, the computational model is largely relieved from learning the complex syntax and dedicated to learning the chemical knowledge for reactions. We compare the proposed R-SMILES with various state-of-the-art baselines and show that it significantly outperforms them all, demonstrating the superiority of the proposed method.

📄 PDF Abstract BibTeX arXiv:2203.11444

Code (1)

otori-bird/retrosynthesis 공식 구현 pytorch

Tasks

Chemical Reaction PredictionPredictionRetrosynthesisSingle-step retrosynthesis

Similar Papers 제목 키워드 기반

Beyond Chemical 1D knowledge using Transformers

2020-10-02 · Ruud Van Deursen, Igor V. Tetko, Guillaume Godin

In the present paper we evaluated efficiency of the recent Transformer-CNN models to predict target properties based on the augmented stereochemical SMILES. We selected a well-known Cliff activity dataset as well as a Di…

VQ-Atom: Semantic Discretization of Local Atomic Environments for Molecular Representation Learning

2026-05-16 · Takayuki Kimura arxiv

Large language models succeed by combining large-scale pretraining with meaningful discrete tokens. In molecular machine learning, SMILES is widely used as a token representation, but it is primarily a linearization form…

Representation Learning

Infusing Linguistic Knowledge of SMILES into Chemical Language Models

2022-04-20 · Ingoo Lee, Hojung Nam

The simplified molecular-input line-entry system (SMILES) is the most popular representation of chemical compounds. Therefore, many SMILES-based molecular property prediction models have been developed. In particular, tr…

Molecular Property PredictionProperty PredictionSelf-Supervised Learning

Local-Global Multimodal Contrastive Learning for Molecular Property Prediction

2026-01-30 · Xiayu Liu, Zhengyi Lu, Yunhong Liao, Chan Fan 외 arxiv

Accurate molecular property prediction requires integrating complementary information from molecular structure and chemical semantics. In this work, we propose LGM-CL, a local-global multimodal contrastive learning frame…

Molecular Property PredictionRepresentation LearningContrastive Learning

CheMixNet: Mixed DNN Architectures for Predicting Chemical Properties using Multiple Molecular Representations

2018-11-14 · Arindam Paul, Dipendra Jha, Reda Al-Bahrani, Wei-keng Liao 외

SMILES is a linear representation of chemical structures which encodes the connection table, and the stereochemistry of a molecule as a line of text with a grammar structure denoting atoms, bonds, rings and chains, and t…

ClusteringDrug Discovery