Spaces:
Sleeping
Sleeping
citation
Browse files- src/about.py +6 -0
src/about.py
CHANGED
@@ -90,4 +90,10 @@ Make sure to include the following information in your submission:
|
|
90 |
|
91 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
92 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
"""
|
|
|
90 |
|
91 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
92 |
CITATION_BUTTON_TEXT = r"""
|
93 |
+
@article{sterz2024dare,
|
94 |
+
title={DARE: Diverse Visual Question Answering with Robustness Evaluation},
|
95 |
+
author={Sterz, Hannah and Pfeiffer, Jonas and Vuli{\'c}, Ivan},
|
96 |
+
journal={arXiv preprint arXiv:2409.18023},
|
97 |
+
year={2024}
|
98 |
+
}
|
99 |
"""
|