Update README.md
#4
by
DominikM198 - opened
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: cc-by-4.0
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# LoRA-Ensemble: Uncertainty Modelling for Self-attention Networks
|
| 6 |
-
Michelle Halbheer, Dominik J. Mühlematter, Alexander Becker, Dominik Narnhofer, Helge Aasen, Konrad Schindler and Mehmet Ozgur Turkoglu -
|
| 7 |
|
| 8 |
[[Paper on ArXiv]](https://arxiv.org/abs/2405.14438)
|
| 9 |
|
|
@@ -19,11 +19,13 @@ Alongside our pre-trained models we release the base models we used for our mode
|
|
| 19 |
## Citation
|
| 20 |
If you find our work useful or interesting or use our code, please cite our paper as follows
|
| 21 |
```latex
|
| 22 |
-
@
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
```
|
| 29 |
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# LoRA-Ensemble: Uncertainty Modelling for Self-attention Networks
|
| 6 |
+
Michelle Halbheer, Dominik J. Mühlematter, Alexander Becker, Dominik Narnhofer, Helge Aasen, Konrad Schindler and Mehmet Ozgur Turkoglu - Transactions on Machine Learning Research, 2026
|
| 7 |
|
| 8 |
[[Paper on ArXiv]](https://arxiv.org/abs/2405.14438)
|
| 9 |
|
|
|
|
| 19 |
## Citation
|
| 20 |
If you find our work useful or interesting or use our code, please cite our paper as follows
|
| 21 |
```latex
|
| 22 |
+
@article{
|
| 23 |
+
muehlematter2026loraensemble,
|
| 24 |
+
title={Lo{RA}-Ensemble: Efficient Uncertainty Modelling for Self-Attention Networks},
|
| 25 |
+
author={Dominik J. M{\"u}hlematter and Michelle Halbheer and Alexander Becker and Dominik Narnhofer and Helge Aasen and Konrad Schindler and Mehmet Ozgur Turkoglu},
|
| 26 |
+
journal={Transactions on Machine Learning Research},
|
| 27 |
+
issn={2835-8856},
|
| 28 |
+
year={2026},
|
| 29 |
}
|
| 30 |
```
|
| 31 |
|