Machine-learning-assisted materials discovery using failed experiments

Failed experiments are not useless. They even have a lot of value! Raccuglia et al. have published an article titled "Machine-learning-assisted materials discovery using failed experiments" (Nature 2016, 533, 73-76), in which they present how they exploited failed or unsuccessful attempts at synthesizing vanadium selenites to train a machine learning program to predict the outcomes of the syntheses of other vanadium selenites with never-tested organic building blocks. The authors also studied how the machine learning model made its predictions and revealed new hypotheses about the requirements for successful synthesis of templated vanadium selenites. Their methodology is summarized in the figure below.

Methodology used in this article

Contrary to scientific articles, which usually contain almost exclusively successful experiments, laboratory notebooks usually contains many failed experiments. However, an experiment that is a failure from a researcher's point of view (for example a reaction yield that is lower than expected or a main reaction product that is different from the desired one) may contain valuable information that can be used to train machine learning programs that will acquire predictive capacities. It is especially important for machine learning algorithms that they be trained on both successful and unsuccessful attempts, so that they learn to discriminate between the conditions that lead to success and the conditions that lead to failure.

Raccuglia et al. assembled a database of 4000 hydrothermal syntheseses of templated vanadium selenites, many of which were failures. Features were then automatically generated for each of these experiments, including physicochemical properties for organic reactants (eg. molecular weight and polar surface area), atomic properties for inorganic reactants (eg. electronegativity and atomic radius) and experimental conditions (eg. temperature and pH). From these experimental data, a Support Vector Machine (SVM) algorithm was trained to predict experimental outcomes for this class of syntheses. SVMs are widespread machine learning models that can either be used for classification problems or for regression problems. In the present case, the SVM was used as a classification algorithm: the aim was to predict if one given experiment would give no solid product (class 1), an amorphous solid (class 2), a polycrystalline solid (class 3) or a monocrystal (class 4).

Vanadium selenite structure

Then, they tested their trained SVM model to predict reaction outcomes for vanadium selenites syntheses with 34 commercially available diamines that were never used in this kind of syntheses, and that were consequently absent from the training dataset. The model reached a 89% prediction success rate, as shown in the figure below, significantly higher than the 78% success rate of human experts. Interestingly, the classification success rate was high even for amines that were quite different chemically from the amines of the training dataset (low similarity index).

Experimental outcomes

SVM models are "black box" models: it is very difficult to understand how they make their predictions simply by looking at the model's coefficients. To circumvent this limitation, feature selection was performed on the model to identify the features that had the largest influence on the classification result. It revealed that only 6 features (out of 273) had the largest influence on the predictions: three properties of the amine (van der Waals surface area, solvent-accessible surface area of positively charged atoms and number of hydrogen-bond donors) and three properties of the inorganic reactants (mean of the Pauling electronegativites of the metals, mole-weighted hardness and mean mole-weighted atomic radii).

In addition to that, the authors examined the model by making a "model of the model" as a decision tree, which is represented in a simplified form below. In the tree, ovals represent decision nodes, the numbers on the arrows are decision test values, rectangles are reaction outcomes (the first number inside the rectangle represents the outcome class, as explained above in this article, and the number between parenthesis is the number of experiments that have this outcome). The triangles represent subtrees that were cut from this simplified version of the decision tree (the full version of the tree is available in Suplementary Information).

Decision tree derived from the SVM model

This decision tree yielded three main hypotheses that can explain how the synthesis conditions lead or not to the formation of crystalline vanadium selenites, as depicted in the figure hereafter.

Hypotheses generated from the model

To sum up, Raccuglia et al. trained a machine learning classification algorithm to predict the outcome of vanadium selenites syntheses. For that, they used existing experimental data that contained many failed synthesis attempts. They tested their algorithm on new diamines and reached a higher prediction success rate than human experts (89% vs. 78%). They also built a decision tree in order to interpret the machine learning model and extract knowledge from it. Manually building a database from experimental results obviously requires a large effort, which is why the use of Electronic Laboratory Notebooks can be wise, when one anticipates to further use experimental data in machine learning projects.