Update README.md
Browse files
README.md
CHANGED
|
@@ -21,11 +21,13 @@ Welcome to IBM's series of large foundation models for sustainable materials. Ou
|
|
| 21 |
|
| 22 |
GitHub: [GitHub Link](https://github.com/IBM/materials/tree/main)
|
| 23 |
|
| 24 |
-
Paper: [arXiv:2407.20267](https://arxiv.org/abs/2407.20267)
|
|
|
|
|
|
|
| 25 |
|
| 26 |
# SMILES-based Transformer Encoder-Decoder (SMI-TED)
|
| 27 |
|
| 28 |
-

|
| 23 |
|
| 24 |
+
Paper (pre-print): [arXiv:2407.20267](https://arxiv.org/abs/2407.20267)
|
| 25 |
+
|
| 26 |
+
Paper: [Communications Chemistry](https://rdcu.be/eujAk)
|
| 27 |
|
| 28 |
# SMILES-based Transformer Encoder-Decoder (SMI-TED)
|
| 29 |
|
| 30 |
+

|
| 31 |
|
| 32 |
This repository provides PyTorch source code associated with our publication, "A Large Encoder-Decoder Family of Foundation Models for Chemical Language".
|
| 33 |
|
|
|
|
| 176 |
|
| 177 |
## Citations
|
| 178 |
|
| 179 |
+
```
|
| 180 |
+
@article{soares2025open,
|
| 181 |
+
title = {An open-source family of large encoder-decoder foundation models for chemistry},
|
| 182 |
+
author = {Soares, Eduardo and Vital Brazil, Emilio and Shirasuna, Victor and Zubarev, Dmitry and Cerqueira, Renato and Schmidt, Kristin},
|
| 183 |
+
journal = {Communications Chemistry},
|
| 184 |
+
volume = {8},
|
| 185 |
+
pages = {193},
|
| 186 |
+
year = {2025},
|
| 187 |
+
publisher = {Nature Portfolio},
|
| 188 |
+
doi = {10.1038/s42004-025-01585-0},
|
| 189 |
+
url = {https://doi.org/10.1038/s42004-025-01585-0}
|
| 190 |
+
}
|
| 191 |
+
```
|
| 192 |
```
|
| 193 |
@misc{soares2024largeencoderdecoderfamilyfoundation,
|
| 194 |
title={A Large Encoder-Decoder Family of Foundation Models For Chemical Language},
|
|
|
|
| 199 |
primaryClass={cs.LG},
|
| 200 |
url={https://arxiv.org/abs/2407.20267},
|
| 201 |
}
|
|
|
|
| 202 |
```
|