nielsr HF Staff commited on
Commit
d4d18ec
·
verified ·
1 Parent(s): d1a7ad2

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

Browse files

This PR improves the dataset card for the GeoDE dataset by:
- Adding `task_categories: ['image-classification']` to the metadata, improving discoverability on the Hugging Face Hub.
- Updating the main title of the dataset card to `# GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition` for better clarity.
- Updating the displayed paper title within the content to `GeoDE: a Geographically Diverse Evaluation Dataset for Object Recognition` while retaining the existing arXiv link as per instructions.
- Adding a link to the GitHub repository: `https://github.com/princetonvisualai/geode_dataset`.
- Updating the BibTeX entry to the official NeurIPS version found in the GitHub README.

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
  ```