NIST license; published paper

#5
by krenek - opened
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -32,22 +32,20 @@ successfully learned molecular structure rules and the relationship between atom
32
  for subsequent finetuning.
33
 
34
  We suggest to finetune the model further on experimental data (NIST, Wiley) to reach the performance reported in our [preprint]. Though we can not
35
- make the final model available, since it was finetuned on a proprietary dataset (NIST). If youhave purchased the NIST GC-EI-MS license, you can
36
- either fine-tune the model yourself using the code in [our GitHub repository] or contact us with a proof of the license and we will share the final
37
- model with you. The code we used for the data processing, finetuning, evaluation, model comparison and more can also be found in [our GitHub repository].
38
 
39
  Our [preprint] provides more information about the task background, the final finetuned model, and the experiments.
40
 
41
  How to cite:
42
  ```text
43
- @misc{hájek2025spectusspectraltranslatorunknown,
44
- title={SpecTUS: Spectral Translator for Unknown Structures annotation from EI-MS spectra},
45
- author={Adam Hájek and Helge Hecht and Elliott J. Price and Aleš Křenek},
46
- year={2025},
47
- eprint={2502.05114},
48
- archivePrefix={arXiv},
49
- primaryClass={cs.LG},
50
- url={https://arxiv.org/abs/2502.05114},
51
  }
52
  ```
53
 
 
32
  for subsequent finetuning.
33
 
34
  We suggest to finetune the model further on experimental data (NIST, Wiley) to reach the performance reported in our [preprint]. Though we can not
35
+ make the final model available, since it was finetuned on a proprietary dataset (NIST). If you have purchased the NIST GC-EI-MS license, you can
36
+ fine-tune the model yourself using the code in [our GitHub repository]. The code we used for the data processing, finetuning, evaluation, model comparison and more can also be found in [our GitHub repository].
 
37
 
38
  Our [preprint] provides more information about the task background, the final finetuned model, and the experiments.
39
 
40
  How to cite:
41
  ```text
42
+ @article{doi:10.1021/acs.analchem.6c02423,
43
+ author = {Hájek, Adam and Starý, Michal and Price, Elliott and Jozefov, Filip and Hecht, Helge and Křenek, Aleš},
44
+ title = {SpecTUS: Spectral Translator for Unknown Structures Annotation from EI-MS Spectra},
45
+ journal = {Analytical Chemistry},
46
+ doi = {10.1021/acs.analchem.6c02423},
47
+ note ={PMID: 42441797},
48
+ url = {https://doi.org/10.1021/acs.analchem.6c02423},
 
49
  }
50
  ```
51