xhorx commited on
Commit
236cfba
·
verified ·
1 Parent(s): cb10b00

Add citation

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -54,3 +54,17 @@ Each video is stored in its own directory:
54
  ## Loading the data and running evaluations
55
 
56
  See the [project repository](https://github.com/Ramblr-GmbH/BARISTA) for the dataset loader and the VLM benchmarking pipeline.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ## Loading the data and running evaluations
55
 
56
  See the [project repository](https://github.com/Ramblr-GmbH/BARISTA) for the dataset loader and the VLM benchmarking pipeline.
57
+
58
+ ## Citations
59
+
60
+ ```
61
+ @misc{knab2026barista,
62
+ title={BARISTA: A Multi-Task Egocentric Benchmark for Compositional Visual Understanding},
63
+ author={Patrick Knab and Orgest Xhelili and Inis Buzi and Drago Andres Guggiana Nilo and Mohd Saquib Khan and Lorenz Kolb and Manuel Scherzer and Kerem Yildirir and Christian Bartelt and Philipp Johannes Schubert},
64
+ year={2026},
65
+ eprint={2605.12074},
66
+ archivePrefix={arXiv},
67
+ primaryClass={cs.CV},
68
+ url={https://arxiv.org/abs/2605.12074},
69
+ }
70
+ ```