21 comments

[ 4.5 ms ] story [ 49.2 ms ] thread
Do the authors have a draft pdf available?
Is the novel part the application to materials science? I can't get to the nature paper on mobile but the analysis in the other resources linked here looks pretty thorough.

Is there anything new methodology wise in the nature version?

For the lazy, the doi is 10.1038/s41586-019-1335-8 if you want to add it to your bibliographies. Obviously, don't use the doi for any illegal purposes, such as getting around the paywall.
This is certainly a nice paper, but it is also a bit puzzling that this was noteworthy enough to be published in Nature.
> an unsupervised method can recommend materials for functional applications several years before their discovery

It is probably hype, but if that sentence is taken literally it would be huge.

The limits on human innovation have historically been chemical/materials science related rather than a lack of imagination. Anything that allows search to be deployed on things that don't even exist would be ... well, big.

> It is probably hype, but if that sentence is taken literally it would be huge.

It's not really that hype but it's also neither that novel and results in this type of domain still have to be verified through other means. $foo2vec papers have been doing this for several domains, framed as text retrieval and link prediction / knowledge base completion, for a few years now.

very puzzling indeed that it's Nature worthy. The authors used Gensin word2vec to extract embeddings from a custom corpora. Well I did that twice last week for my application.
Should it have been published in Nurture instead?
Furthermore, we demonstrate that an unsupervised method can recommend materials for functional applications several years before their discovery. This suggests that latent knowledge regarding future discoveries is to a large extent embedded in past publications.
5-years old discovery, nothing spectacular (as of 2019). On the other hand, a good example of publishing: code, corpora and materials are available for everyone to reproduce it.
Between this and the UMAP paper on cancer publishing in Nature, I'm convinced that my next publication will be in the sample place that Isaac Newton published in
Summary: Given abstracts of materials science papers they were able to predict that certain materials would have desirable/interesting properties before these materials were actually examined for those properties. This was confirmed by "holding out" recent years of data and then seeing if predictions from say 2009 would have held up today. They also have made predictions which have yet to be confirmed / refuted.

Interesting points on future work:

- This was only using abstracts. Using full papers could yield significant improvements.

- Uses word2vec and not Bert / Elmo, so there's likely to be another jump in performance there.

We published something similar in spirit recently (although it ended up as a conference paper and not in Nature)... Notably, we did our study with much fewer data - instead of millions of patents we had the text of a few thousand patents and the text of a few hundred conference papers. We had a specific focus and we wanted to focus on texts about energetic materials (explosives and propellants).

We showed how chemical-application & chemical-property relations are captured by word2vec and GloVe. For instance we found rocket fuels where the chemicals appearing closest to “rocket” while materials used in air bags appeared closest to “air bag”. We were able to filter to chemical names using ChemDataExtractor and further to likely energetic chemicals by obtaining SMILES strings from PubChem and using a classifier to classify them as likely energetics or not.

You can find our work here : https://arxiv.org/pdf/1903.00415.pdf .