evendrow commited on
Commit
aae7cb4
1 Parent(s): ecf2cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -53,14 +53,28 @@ size_categories:
53
 
54
  # INQUIRE-Rerank
55
 
56
- <!-- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/CIFPqSwwkSSZo0zMoQOCr.jpeg) -->
 
 
57
  <!-- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/dQBEuQJz46CN5yM7Hz_pq.jpeg) -->
58
 
59
- **INQUIRE** is a text-to-image retrieval benchmark designed to challenge multimodal models with expert-level queries about the natural world.
60
 
61
- The **INQUIRE-Rerank** task fixes an initial ranking of 100 images per query using CLIP ViT-H-14 zero-shot retrieval on the entire 5 million image iNat24 dataset.
62
- This makes reranking evaluation consistent, and saves time from running the initial retrieval yourself. If you're interested in full-dataset retrieval,
63
- check out **INQUIRE-Fullrank**.
64
 
 
 
 
 
 
 
 
 
 
 
65
 
66
- <img src="https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/CIFPqSwwkSSZo0zMoQOCr.jpeg" style="width:100%;max-width:1000px"/>
 
 
 
53
 
54
  # INQUIRE-Rerank
55
 
56
+ **Please note that this is dataset is preliminary, and will be updated soon.**
57
+
58
+
59
  <!-- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/dQBEuQJz46CN5yM7Hz_pq.jpeg) -->
60
 
61
+ <!-- <img src="https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/CIFPqSwwkSSZo0zMoQOCr.jpeg" style="width:100%;max-width:1000px"/> -->
62
 
63
+ **INQUIRE: A Natural World Text-to-Image Retrieval Benchmark**
64
+
65
+ INQUIRE is a text-to-image retrieval benchmark designed to challenge multimodal models with expert-level queries about the natural world.
66
 
67
+ This dataset aims to emulate real world image retrieval and analysis problems faced by scientists working with large-scale image collections.
68
+ Therefore, we hope that INQUIRE will both encourage and track advancements in the real scientific utility of AI systems.
69
+
70
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/630b1e44cd26ad7f60d490e2/CIFPqSwwkSSZo0zMoQOCr.jpeg)
71
+
72
+ **Dataset Details**
73
+
74
+ The **INQUIRE-Rerank** task fixes an initial ranking of 100 images per query, obtained using CLIP ViT-H-14 zero-shot retrieval on the entire 5 million image iNat24 dataset.
75
+ This fixed starting point makes reranking evaluation consistent, and saves time from running the initial retrieval yourself. If you're interested in full-dataset retrieval,
76
+ check out **INQUIRE-Fullrank**.
77
 
78
+ **Dataset Sources**
79
+ - Website: [https://inquire-benchmark.github.io/](https://inquire-benchmark.github.io/)
80
+ - Repository: [https://github.com/inquire-benchmark/INQUIRE](https://github.com/inquire-benchmark/INQUIRE)