penfever commited on
Commit
86c2401
1 Parent(s): 05c034f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -3,4 +3,27 @@ task_categories:
3
  - zero-shot-classification
4
  size_categories:
5
  - 1M<n<10M
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - zero-shot-classification
4
  size_categories:
5
  - 1M<n<10M
6
+ ---
7
+
8
+ This repository hosts the JANuS (Joint Annotations and Names) dataset introduced in the 2023 paper Distributionally Robust Classification on a Data Budget.
9
+
10
+ As of this writing, ours is the only public dataset which is both fully annotated with ground-truth labels and fully captioned with web-scraped captions.
11
+
12
+ It is designed to be used for controlled experiments with vision-language models.
13
+
14
+ For more details on our dataset, please refer to the accompanying paper.
15
+
16
+ If you find our dataset useful, please cite our paper --
17
+
18
+ ```
19
+ @article{
20
+ feuer2023distributionally,
21
+ title={Distributionally Robust Classification on a Data Budget},
22
+ author={Benjamin Feuer and Ameya Joshi and Minh Pham and Chinmay Hegde},
23
+ journal={Transactions on Machine Learning Research},
24
+ issn={2835-8856},
25
+ year={2023},
26
+ url={https://openreview.net/forum?id=D5Z2E8CNsD},
27
+ note={}
28
+ }
29
+ ```