From 0ee557c2fb1bf5f73e2370b9d7be4ca2d47b4ab5 Mon Sep 17 00:00:00 2001
From: Kai Norman Clasen <k.clasen@tu-berlin.de>
Date: Mon, 8 Jul 2024 11:52:48 +0200
Subject: [PATCH] docs: add citation information

---
 README.md | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e98631f..a6360d2 100644
--- a/README.md
+++ b/README.md
@@ -118,10 +118,18 @@ model = BigEarthNetv2_0_ImageClassifier.from_pretrained("BIFOLD-BigEarthNetv2-0/
 
 [arxiv]: https://arxiv.com
 
-If you use any of these models in your research, please cite the following papers:
+If you use this work, please cite:
 
-```bibtex
-CITATION FOR DATASET PAPER
+```{bibtex}
+@article{clasen2024refinedbigearthnet,
+  title={reBEN: Refined BigEarthNet Dataset for Remote Sensing Image Analysis},
+  author={Clasen, Kai Norman and Hackel, Leonard and Burgert, Tom and Sumbul, Gencer and Demir, Beg{\"u}m and Markl, Volker},
+  year={2024},
+  eprint={2407.03653},
+  archivePrefix={arXiv},
+  primaryClass={cs.CV},
+  url={https://arxiv.org/abs/2407.03653},
+}
 ```
 
 ```bibtex
@@ -134,4 +142,4 @@ CITATION FOR DATASET PAPER
   year={2024},
   publisher={Elsevier}
 }
-```
\ No newline at end of file
+```
-- 
GitLab