paper-with-me

Papers

Predicting Chemical Properties using Self-Attention Multi-task Learning based on SMILES Representation

2020-10-19 · Sangrak Lim, Yong Oh Lee

In the computational prediction of chemical compound properties, molecular descriptors and fingerprints encoded to low dimensional vectors are used. The selection of proper molecular descriptors and fingerprints is both important and challenging as the performance of such models is highly dependent on descriptors. To overcome this challenge, natural language processing models that utilize simplified molecular input line-entry system as input were studied, and several transformer-variant models achieved superior results when compared with conventional methods. In this study, we explored the structural differences of the transformer-variant model and proposed a new self-attention based model. The representation learning performance of the self-attention module was evaluated in a multi-task learning environment using imbalanced chemical datasets. The experiment results showed that our model achieved competitive outcomes on several benchmark datasets. The source code of our experiment is available at https://github.com/arwhirang/sa-mtl and the dataset is available from the same URL.

📄 PDF Abstract BibTeX arXiv:2010.11272

Code (1)

arwhirang/sa-mtl 공식 구현 tf

Tasks

Multi-Task LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Transferable Multi-level Attention Neural Network for Accurate Prediction of Quantum Chemistry Properties via Multi-task Learning

2020-06-30 · Liqiang Lin, Qingqing Jia, Zheng Cheng, Yanyan Jiang 외

The development of efficient models for predicting specific properties through machine learning is of great importance for the innovation of chemistry and material science. However, predicting electronic structure proper…

Drug DiscoveryFormation EnergyMulti-Task Learning

Ligandformer: A Graph Neural Network for Predicting Compound Property with Robust Interpretation

2022-02-21 · Jinjiang Guo, Qi Liu, Han Guo, Xi Lu

Robust and efficient interpretation of QSAR methods is quite useful to validate AI prediction rationales with subjective opinion (chemist or biologist expertise), understand sophisticated chemical or biological process m…

Graph Neural NetworkPrediction

Transformers are efficient hierarchical chemical graph learners

2023-10-02 · Zihan Pengmei, Zimu Li, Chih-chan Tien, Risi Kondor 외

Transformers, adapted from natural language processing, are emerging as a leading approach for graph representation learning. Contemporary graph transformers often treat nodes or edges as separate tokens. This approach l…

Graph Representation LearningRepresentation Learning

SMILES-Mamba: Chemical Mamba Foundation Models for Drug ADMET Prediction

2024-08-11 · Bohao Xu, Yingzhou Lu, Chenhao Li, Ling Yue 외

In drug discovery, predicting the absorption, distribution, metabolism, excretion, and toxicity (ADMET) properties of small-molecule drugs is critical for ensuring safety and efficacy. However, the process of accurately …

Drug DiscoveryMambaMolecular Property PredictionProperty Prediction+1

Generative Chemical Transformer: Neural Machine Learning of Molecular Geometric Structures from Chemical Language via Attention

2021-02-27 · Hyunseung Kim, Jonggeol Na, Won Bo Lee

Discovering new materials better suited to specific purposes is an important issue in improving the quality of human life. Here, a neural network that creates molecules that meet some desired conditions based on a deep u…