Summary
The paper proposes a technique for representation learning on Crystallographic Information Files (CIFs) inspired by word2vec called CIFSemantics. The paper first introduces and motivates the challenge of materials property prediction using machine learning and the proceeds to describe the potential application of NLP techniques to learning material representations based on CIF files, which are text-like documents. The introduction describes details related to learning the embeddings themselves as well as how downstream tasks can be useful in that process.
Next, the paper describes the general methodology, including the dataset (Materials Project) and property preprocessing, tokenization procedure, embedding based pretraining using Skip-gram and the training of an LSTM model based on the embeddings. The experiments section of the paper first provides a t_SNE based analysis of the learned embeddings showing some clustering and intermingling, followed by results on materials property prediction based on Materials Project. The paper provides an analysis of multiple regression and classification tasks and compares to relevant baselines for those tasks, including GNN-based methods and some embedding based methods. The final part of the experiments section describes using the CIFSemantics embeddings with an XGBoost model to try to better understand the utility of the embeddings.
Strengths
The paper presents has the following strengths:
* A novel technique for text-based embeddings of materials systems directly from CIF files that is similar to word2vec. If successful, this technique could be used for a variety of use cases in materials science (originality).
* A new tokenization and processing approach for CIF files that could be useful for additional representation learning of materials systems (originality, significance)
Weaknesses
While the paper presents an interesting idea, it has some major weaknesses in clarity and depth of the experimental results presented:
* The analysis is currently limited to one dataset (Materials Project), while other options exists - some of which the paper mentions in the related work section including OQMD [1], NOMAD [2].
* The paper does not describe related work in materials modeling such as the OpenCatalyst Dataset [3], the Open MatSci ML Toolkit [4] as well as work in materials science language modeling, such as MatBERT [5], MatSciBERT [6], MatSci-NLP [7]. This is relevant context that is missing in the current version.
* The experimental results are limited to just one dataset and one model architecture (LSTM). It would be good to have additional architectures (e.g., MLP, RNN, Transformer) in the analysis to understand the effects of those on performance.
* In order to understand the goodness of the proposed CIFSemantics embeddings, it would be good to have a comparison to other language model based embeddings including those from MatBERT, MatSciBERT and HoneyBee [8] as an example. This would give a better sense of how good the CIFSemantics are in comparison to other options.
* The tables are generally presented in a confusing way that is difficult to read, making it hard to understand the significance of the results.
[1] Kirklin, S., Saal, J.E., Meredig, B., Thompson, A., Doak, J.W., Aykol, M., Rühl, S. and Wolverton, C., 2015. The Open Quantum Materials Database (OQMD): assessing the accuracy of DFT formation energies. npj Computational Materials, 1(1), pp.1-15.
[2] Draxl, C. and Scheffler, M., 2019. The NOMAD laboratory: from data sharing to artificial intelligence. Journal of Physics: Materials, 2(3), p.036001.
[3] Chanussot, Lowik, et al. "Open catalyst 2020 (OC20) dataset and community challenges." Acs Catalysis 11.10 (2021): 6059-6072.
[4] Miret, Santiago, et al. "The open MatSci ML toolkit: A flexible framework for machine learning in materials science." Transaction on Machine Learning Research (2023).
[5] Trewartha, Amalie, et al. "Quantifying the advantage of domain-specific pre-training on named entity recognition tasks in materials science." Patterns 3.4 (2022).
[6] Gupta, Tanishq, et al. "MatSciBERT: A materials domain language model for text mining and information extraction." npj Computational Materials 8.1 (2022): 102.
[7] MatSci-NLP: Evaluating Scientific Language Models on Materials Science Language Tasks Using Text-to-Schema Modeling](https://aclanthology.org/2023.acl-long.201) (Song et al., ACL 2023).
[8] Song, Yu, et al. "HoneyBee: Progressive Instruction Finetuning of Large Language Models for Materials Science." arXiv preprint arXiv:2310.08511 (2023).
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.