You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for extrapolation in materials property prediction as proposed in "Known Unknowns: Out-of-Distribution Property Prediction in Materials and Molecules".
Update hyperparameters in blt/configs/materials.yml.
Run the following command where path_to_dir is the parent directory of matex.
export PYTHONPATH="${PYTHONPATH}:path_to_dir"
Data
Run the following script to process the data. Raw data is provided in blt/data. Processed data will be saved under blt/data as pkl files.
bash data_modules/create_data.sh
Training and Evaluation
Run the following script to train, evaluate and save the model
cd blt
bash train_eval.sh
Run the following script to create and save distribution and correlation plots
python plot_maker/plots.py
Cite
If you use this code in your research, please consider citing
@inproceedings{segal2024known,
title={Known Unknowns: Out-of-Distribution Property Prediction in Materials and Molecules},
author={Segal, Nofit and Netanyahu, Aviv and Greenman, Kevin and Agrawal, Pulkit and Gómez-Bombarelli, Rafael},
booktitle={Workshop on AI for Accelerated Materials Design at Advances in Neural Information Processing Systems},
year={2024}
}
Research was sponsored by the Department of the Air Force Artificial Intelligence Accelerator and was accomplished under Cooperative Agreement Number FA8750-19-2-1000. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of the Department of the Air Force or the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints for Government purposes notwithstanding any copyright notation herein.
About
Code for extrapolation in materials property prediction as proposed in "Known Unknowns: Out-of-Distribution Property Prediction in Materials and Molecules".