Accelerating Drug Safety Assessment using Bidirectional-LSTM for SMILES Data
K. Venkateswara Rao, Kunjam Nageswara Rao, G. Sita Ratnam

TL;DR
This paper introduces a bidirectional LSTM model for predicting toxicity and solubility of drug compounds from SMILES data, significantly improving accuracy over previous methods in drug safety assessment.
Contribution
The study presents a novel sequence-based BiLSTM approach for SMILES data that outperforms existing models in toxicity and solubility prediction tasks.
Findings
Achieved ROC of 0.96 on ClinTox dataset
Reduced RMSE to 1.22 in solubility prediction
Outperformed previous models like Trimnet and GNN
Abstract
Computational methods are useful in accelerating the pace of drug discovery. Drug discovery carries several steps such as target identification and validation, lead discovery, and lead optimisation etc., In the phase of lead optimisation, the absorption, distribution, metabolism, excretion, and toxicity properties of lead compounds are assessed. To address the issue of predicting toxicity and solubility in the lead compounds, represented in Simplified Molecular Input Line Entry System (SMILES) notation. Among the different approaches that work on SMILES data, the proposed model was built using a sequence-based approach. The proposed Bi-Directional Long Short Term Memory (BiLSTM) is a variant of Recurrent Neural Network (RNN) that processes input molecular sequences for the comprehensive examination of the structural features of molecules from both forward and backward directions. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Machine Learning in Healthcare
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM
