Files changed (1) hide show
  1. README.md +8 -6
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 - 2024
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
- @misc{
23
- title = {LoRA-Ensemble: Uncertainty Modelling for Self-attention Networks},
24
- author = {Halbheer, Michelle and M\"uhlematter, Dominik Jan and Becker, Alexander and Narnhofer, Dominik and Aasen, Helge and Schindler, Konrad and Turkoglu, Mehmet Ozgur}
25
- year = {2024}
26
- note = {arXiv: 2405.14438}
 
 
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