Molecular Property Prediction

124 papers with code • 18 benchmarks • 19 datasets

Molecular property prediction is the task of predicting the properties of a molecule from its structure.

Libraries

Use these libraries to find Molecular Property Prediction models and implementations

Most implemented papers

Path-Augmented Graph Transformer Network

benatorc/PA-Graph-Transformer 29 May 2019

Much of the recent work on learning molecular representations has been based on Graph Convolution Networks (GCN).

Molecular Property Prediction: A Multilevel Quantum Interactions Modeling Perspective

awslabs/dgl-lifesci 25 Jun 2019

In this paper, we propose a generalizable and transferable Multilevel Graph Convolutional neural Network (MGCN) for molecular property prediction.

Optimal Transport Graph Neural Networks

benatorc/OTGNN 8 Jun 2020

Current graph neural network (GNN) architectures naively average or sum node embeddings into an aggregated graph representation -- potentially losing structural or semantic information.

Quantitative Evaluation of Explainable Graph Neural Networks for Molecular Property Prediction

biomed-AI/MolRep 1 Jul 2021

Advances in machine learning have led to graph neural network-based methods for drug discovery, yielding promising results in molecular design, chemical synthesis planning, and molecular property prediction.

ChemBERTa-2: Towards Chemical Foundation Models

seyonechithrananda/bert-loves-chemistry 5 Sep 2022

Large pretrained models such as GPT-3 have had tremendous impact on modern natural language processing by leveraging self-supervised learning to learn salient representations that can be used to readily finetune on a wide variety of downstream tasks.

MUBen: Benchmarking the Uncertainty of Molecular Representation Models

Yinghao-Li/UncertaintyBenchmark 14 Jun 2023

While some studies have included UQ to improve molecular pre-trained models, the process of selecting suitable backbone and UQ methods for reliable molecular uncertainty estimation remains underexplored.

Lo-Hi: Practical ML Drug Discovery Benchmark

steshinss/lohi_splitter NeurIPS 2023

We analyzed modern benchmarks and showed that they are unrealistic and overoptimistic.

N-Gram Graph: Simple Unsupervised Representation for Graphs, with Applications to Molecules

chao1224/n_gram_graph NeurIPS 2019

This paper introduces the N-gram graph, a simple unsupervised representation for molecules.

Independent Vector Analysis for Data Fusion Prior to Molecular Property Prediction with Machine Learning

zoisboukouvalas/pyiva 1 Nov 2018

Due to its high computational speed and accuracy compared to ab-initio quantum chemistry and forcefield modeling, the prediction of molecular properties using machine learning has received great attention in the fields of materials design and drug discovery.

testRNN: Coverage-guided Testing on Recurrent Neural Networks

TrustAI/testRNN 20 Jun 2019

Recurrent neural networks (RNNs) have been widely applied to various sequential tasks such as text processing, video recognition, and molecular property prediction.