Koddenbrock commited on
Commit
64dabcb
Β·
1 Parent(s): 499bf3b

Add comprehensive documentation for RamanBench dataset mirror and introduce metadata file

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -26,21 +26,16 @@ We compare **28 models**, from the domain standard PLS to modern tabular foundat
26
 
27
  - πŸ“¦ Package: [github.com/ml-lab-htw/RamanBench](https://github.com/ml-lab-htw/RamanBench) β€” `pip install raman-bench`
28
  - πŸ—‚οΈ Datasets: [github.com/ml-lab-htw/raman_data](https://github.com/ml-lab-htw/raman_data) β€” `pip install raman-data`
29
- - πŸ“„ Paper (under review): [arxiv.org/abs/2605.02003](https://arxiv.org/abs/2605.02003)
30
  - ✏️ Suggest a dataset: [PROPOSED_DATASETS.md](https://github.com/ml-lab-htw/RamanBench/blob/main/PROPOSED_DATASETS.md) β€” community queue for the next benchmark release
31
 
32
  ## Citation
33
 
34
  ```bibtex
35
- @misc{koddenbrock2026ramanbench,
36
- title = {{RamanBench}: A Large-Scale Benchmark for Machine Learning on Raman Spectroscopy},
37
- author = {Koddenbrock, Mario and Lange, Christoph and Legner, Robin and Jaeger, Martin
38
- and K{\"o}gler, Martin and Cruz Bournazou, Mariano N. and Neubauer, Peter
39
- and Bie{\ss}mann, Felix and Rodner, Erik},
40
- year = {2026},
41
- eprint = {2605.02003},
42
- archivePrefix = {arXiv},
43
- primaryClass = {cs.LG},
44
- url = {https://arxiv.org/abs/2605.02003}
45
  }
46
  ```
 
26
 
27
  - πŸ“¦ Package: [github.com/ml-lab-htw/RamanBench](https://github.com/ml-lab-htw/RamanBench) β€” `pip install raman-bench`
28
  - πŸ—‚οΈ Datasets: [github.com/ml-lab-htw/raman_data](https://github.com/ml-lab-htw/raman_data) β€” `pip install raman-data`
29
+ - πŸ“„ Paper: [arXiv:2605.02003](https://arxiv.org/abs/2605.02003)
30
  - ✏️ Suggest a dataset: [PROPOSED_DATASETS.md](https://github.com/ml-lab-htw/RamanBench/blob/main/PROPOSED_DATASETS.md) β€” community queue for the next benchmark release
31
 
32
  ## Citation
33
 
34
  ```bibtex
35
+ @article{koddenbrock2026ramanbench,
36
+ title={RamanBench: A Large-Scale Benchmark for Machine Learning on Raman Spectroscopy},
37
+ author={Koddenbrock, Mario and Lange, Christoph and Legner, Robin and J{\"a}ger, Martin and K{\"o}gler, Martin and Bournazou, Mariano N Cruz and Neubauer, Peter and Biessmann, Felix and Rodner, Erik},
38
+ journal={arXiv preprint arXiv:2605.02003},
39
+ year={2026}
 
 
 
 
 
40
  }
41
  ```