Spaces:
Running
Running
Commit Β·
64dabcb
1
Parent(s): 499bf3b
Add comprehensive documentation for RamanBench dataset mirror and introduce metadata file
Browse files
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
|
| 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 |
-
@
|
| 36 |
-
title
|
| 37 |
-
author
|
| 38 |
-
|
| 39 |
-
|
| 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 |
```
|