Update GeoDE dataset card: add task category, GitHub link, and correct paper title/BibTeX

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -12
README.md CHANGED
@@ -1,18 +1,23 @@
1
- # Beyond web-scraping
 
 
 
2
 
3
- Original paper: [Beyond web-scraping: Crowd-sourcing a geographically diverse image dataset
4
- ](https://arxiv.org/abs/2301.02560)
 
5
 
6
  Homepage: https://geodiverse-data-collection.cs.princeton.edu/
7
- Test split obtained from the paper authors.
 
8
 
9
  Bibtex:
10
- ```
11
- @inproceedings{ramaswamy2022geode,
12
- author = {Vikram V. Ramaswamy and Sing Yu Lin and Dora Zhao and Aaron B. Adcock and Laurens van der Maaten and Deepti Ghadiyaram and
13
- Olga Russakovsky},
14
- title = {Beyond web-scraping: {C}rowd-sourcing a geodiverse dataset},
15
- booktitle = {arXiv preprint},
16
- year = {2023}
17
- }
18
  ```
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+ ---
5
 
6
+ # GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition
7
+
8
+ Original paper: [GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition](https://arxiv.org/abs/2301.02560)
9
 
10
  Homepage: https://geodiverse-data-collection.cs.princeton.edu/
11
+ Code: https://github.com/princetonvisualai/geode_dataset
12
+ Test split obtained from the paper authors.
13
 
14
  Bibtex:
15
+ ```bibtex
16
+ @inproceedings{ramaswamy2023geode,
17
+ author = {Vikram V. Ramaswamy and Sing Yu Lin and Dora Zhao and Aaron B. Adcock and Laurens van der Maaten
18
+ and Deepti Ghadiyaram and Olga Russakovsky},
19
+ title = {GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition},
20
+ booktitle = {NeurIPS Datasets and Benchmarks},
21
+ year = {2023}
22
+ }
23
  ```