Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

12.5%25.0%37.5%50.0% · May 199419922001200920182026
48 results for chemical interactions

CASTER predicts drug interactions using chemical substructures.

problem Identifying potential drug-drug interactions during drug design.
method CASTER uses sequential pattern mining, auto-encoding, and dictionary learning to predict DDIs.
result CASTER outperformed state-of-the-art models and provided interpretable predictions.

STNN-DDI predicts drug interactions using substructure-aware neural networks.

problem Predicting drug-drug interactions (DDIs) to avoid side effects in poly-drug treatments.
method Designing a novel Substructure-ware Tensor Neural Network (STNN-DDI) that learns a 3-D tensor of substructure-substructure interactions.
result Significant improvement in AUC, AUPR, Accuracy, and Precision compared to state-of-the-art models.

HiGraphDTI learns drug and target representations from molecular graphs to predict DTIs.

problem Inaccurate drug-target interaction prediction due to insufficient chemical information extraction.
method Hierarchical graph representation learning to extract chemical information from atoms, motifs, and molecules.
result HiGraphDTI outperforms state-of-the-art methods in DTI prediction and interaction interpretation.

MuLFA predicts drug interactions more accurately than existing methods.

problem Improving drug safety by predicting drug interactions.
method Proposes MuLFA, a factorization autoencoder that models nonlinear interactions between drug pairs.
result MuLFA outperforms state-of-the-art methods in predicting drug interactions.

ChemBoost predicts protein-ligand binding affinity using SMILES syntax.

problem Predicting high affinity drug-target interactions from sequence similarity alone.
method ChemBoost uses SMILES syntax to represent ligands as documents and proteins as sequences or ligand-centric features. It learns chemical word embeddings and predicts affinities using eXtreme Gradient Boosting.
result ChemBoost outperforms state-of-the-art systems in predicting protein-ligand affinities.

Novel ML model predicts solvation free energies from atom interactions.

problem Predicting solvation free energies from atomistic interactions.
method Two encoding functions extract atomic feature vectors, interactions calculated by inner product.
result Outstanding performance and transferability on 6,493 experimental measurements.

InteractionNet models noncovalent protein-ligand interactions with GNNs and explains predictions.

problem Modeling noncovalent protein-ligand interactions with graph neural networks.
method InteractionNet uses a GNN architecture with separated covalent and noncovalent convolution layers and layer-wise relevance propagation for explainability.
result InteractionNet successfully predicts noncovalent protein-ligand interactions with chemical relevance.

SchNet models quantum interactions using continuous filters, outperforming traditional methods.

problem Capturing continuous atomic positions in molecules without losing physical information.
method Continuous-filter convolutional neural network architecture in SchNet.
result SchNet models both total energy and interatomic forces with rotationally invariant predictions and a smooth potential energy surface.

Geometric approach to thermodynamics of chemical reaction networks.

problem Thermodynamics of chemical reaction networks with non-ideal behavior.
method Information geometry, Riemannian geometry, Cramer-Rao bound, absolute sensitivity.
result Absolute sensitivity is a projection operator onto the tangent bundle of the equilibrium manifold.

Framework separates chemical and structural contributions to aqueous solubility.

problem Merging chemical and structural information in solubility models obscures their relative importance.
method Additive MLP-GNN framework with separate chemical and structural branches.
result Framework reveals distinct roles of chemical and structural information in solubility.

A framework separates chemical and structural contributions to aqueous solubility.

problem Merging chemical and structural information in solubility models obscures their relative contributions.
method Additive MLP-GNN framework with separate chemical and structural branches.
result Framework reveals distinct roles of chemical and structural information in solubility.

A new graph model HMG and neural network HMGNN improve molecule property predictions.

problem Predicting quantum mechanical properties of molecules with limited consideration of many-body interactions.
method Introducing heterogeneous molecular graphs (HMG) and building HMGNN on neural message passing scheme.
result HMGNN achieves state-of-the-art performance in 9 out of 12 tasks on the QM9 dataset.

Improved atomistic model predicts molecular properties using weighted skip-connections.

problem Understanding the relative importance of interactions in molecular property prediction.
method Extended SchNet architecture with weighted skip-connections to analyze molecule properties.
result Relative weighting of interaction blocks depends on molecule's chemical composition and configurational degrees of freedom.

We introduce multiscale invariant dictionaries to estimate quantum chemical energies of organic molecules, from training databases. Molecular energies are invariant to isometric atomic displacements, and are Lipschitz continuous to molecular deformations. Similarly to density functional theory (DFT), the molecule is re…

2016-05-16abs ↗pdf ↗

CardiGraphormer uses SSL and GNNs to improve drug discovery.

problem Challenges in drug discovery due to combinatorial chemical space and limited approved drugs.
method Combines self-supervised learning, Graph Neural Networks, and Cardinality Preserving Attention.
result Enhanced predictive performance and interpretability in drug discovery.

We present chemlambda (or the chemical concrete machine), an artificial chemistry with the following properties: (a) is Turing complete, (b) has a model of decentralized, distributed computing associated to it, (c) works at the level of individual (artificial) molecules, subject of reversible, but otherwise determinist…

2014-03-31abs ↗pdf ↗

New model predicts protein-ligand binding affinity from atomic coordinates.

problem Predicting protein-ligand binding affinity using empirical scoring functions.
method Developed atomic convolutional neural network to learn chemical interactions directly from atomic coordinates.
result Atomic convolutional networks outperform or compete with cheminformatics methods in predicting binding free energy.

The paper develops a Gaussian process model for predicting chemical efficacy.

problem Statistical methodologies for analyzing chemical databases are limited.
method Conditional Gaussian process models with Tanimoto distance and a scaling parameter.
result Predictive performance improves when accounting for chemical space correlation.

Safe offline RL for chemical reactors using input convex neural networks.

problem Safe control of exothermic polymerization reactors using historical data.
method Gymnasium-compatible simulation, behaviour cloning, implicit Q-learning, input convex neural networks (PICNNs).
result Offline RL with convex action correction outperforms traditional control approaches.

Neural networks predict substructures from mass spectra to identify chemical threats.

problem Identifying unknown chemical threats from mass spectra and formulas.
method Data-driven approach using neural networks to rank and match substructures.
result Substructure classifiers achieve over 90% micro F1-score and correctly identify structures in 88-71% of cases.

Machine learning models simulate molecular spectra and reactions in solvents.

problem Accurate simulation of molecular spectra and reactions in solvent environments.
method Introduced FieldSchNet, a deep neural network for modeling molecular interactions with external fields.
result Demonstrated significant lowering of Claisen rearrangement reaction activation barrier using FieldSchNet.

TeaNet uses GCNs to model complex atomic interactions inspired by electronic relaxation.

problem Creating a universal interatomic potential for all elements.
method Tensor-embedded atom network (TeaNet) using graph convolutional neural networks (GCNs).
result TeaNet achieves good performance (19 meV/atom) for structures and reactions involving elements from H to Ar.

This review discusses challenges and solutions for AI in chemical engineering.

problem Challenges in applying classical machine learning to chemical engineering data.
method Identifying four data characteristics and discussing their applications and solutions.
result Current research extends data science and machine learning to handle chemical engineering data challenges.

SMILES2Vec learns chemical properties from SMILES strings without feature engineering.

problem Predicting chemical properties from SMILES strings without manual feature engineering.
method Deep RNN (SMILES2Vec) learns features from SMILES strings, optimized using Bayesian optimization.
result Optimized SMILES2Vec outperforms MLP neural networks and achieves 88% accuracy in predicting solubility.

GraphAF generates chemically valid molecules efficiently and accurately.

problem Generating chemically valid molecular structures while optimizing chemical properties.
method Flow-based autoregressive model combining autoregressive and flow-based approaches.
result GraphAF generates 68% chemically valid molecules without chemical knowledge rules and 100% with rules, achieving state-of-the-art performance.

ASLA learns atomic structures using neural networks and reinforcement learning.

problem Designing materials and drugs with desired properties.
method Atomistic structure learning algorithm (ASLA) using a convolutional neural network and reinforcement learning.
result ASLA can predict optimal structural arrangements of atoms for various target properties.

Automated method simplifies stochastic chemical reaction network analysis.

problem Analyzing complex stochastic chemical reaction networks is computationally expensive.
method Uses deep learning to create a discrete-time process from a CTMC, optimizing neural network architecture.
result Automated method improves computational efficiency and accuracy for various CRNs.

MEGAN models chemical reactions as graph edits, improving synthesis planning.

problem Generating and predicting chemical reactions under constraints.
method End-to-end encoder-decoder neural model inspired by arrow pushing formalism.
result State-of-the-art accuracy in standard benchmarks for retrosynthesis prediction.

CRNN discovers chemical reaction pathways from data.

problem Challenging to infer reaction pathways for complex systems.
method Neural network approach that satisfies fundamental physics laws.
result CRNN autonomously discovers reaction pathways from species concentration data.

New method explains complex fuel compound classifications.

problem Understanding complex quantitative structure-activity relationship models.
method Locally Interpretable Machine-Agnostic Explanations (LIME) applied to 2-D chemical structures.
result Replicates chemical intuition, allowing direct acceptance/rejection of decisions.

Chemical networks outperform spiking neural networks in classification tasks.

problem Learning tasks with spiking neural networks require hidden layers, which are computationally expensive.
method Used deterministic mass-action kinetics to prove chemical reaction networks without hidden layers can solve tasks previously solved by spiking neural networks.
result A chemical reaction network without hidden layers outperforms a spiking neural network with hidden layers in a handwritten digit classification task.

AI system synthesizes chemical plant operation procedures for efficiency and stability.

problem Developing efficient and stable operation procedures for complex chemical plants.
method Integrates automated reasoning, deep reinforcement learning, and dynamic simulation with external knowledge.
result Synthesized procedure achieves faster recovery from malfunctions compared to standard PID control.

MoFlow generates chemically valid molecular graphs from latent representations.

problem Generating chemically valid molecular graphs from latent representations is challenging.
method MoFlow uses a flow-based approach with Glow for bond generation and a novel graph conditional flow for atom generation, ensuring chemical validity and efficiency.
result MoFlow achieves state-of-the-art performance in molecular graph generation and optimization.

Machine learning speeds up chemical equilibrium calculations in reactive transport simulations.

problem High computational cost of chemical equilibrium calculations in reactive transport models.
method Machine learning method to quickly estimate new equilibrium states based on previous calculations.
result Achieved almost two orders of magnitude speedup in equilibrium calculations.