Create README.md
Browse filesinit dataset card
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- question-answering
|
| 4 |
+
- zero-shot-classification
|
| 5 |
+
pretty_name: I Don't Know Visual Question Answering
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# I Don't Know Visual Question Answering - IDKVQA dataset - ICCV 25
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 11 |
+
|
| 12 |
+
We introduce IDKVQA, an embodied dataset specifically designed and annotated for visual question answering using the agent’s observations during navigation,
|
| 13 |
+
where the answer includes not only ```Yes``` and ```No```, but also ```I don’t know```.
|
| 14 |
+
## Dataset Details
|
| 15 |
+
Please see our ICCV 25 accepted paper: [```Collaborative Instance Object Navigation: Leveraging Uncertainty-Awareness to Minimize Human-Agent Dialogues.```](https://arxiv.org/abs/2412.01250)
|
| 16 |
+
|
| 17 |
+
For more information, visit our [Github repo.](https://github.com/intelligolabs/CoIN)
|
| 18 |
+
|
| 19 |
+
### Dataset Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Curated by:** [Francesco Taioli](https://francescotaioli.github.io/) and Edoardo Zorzi.
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
<!-- ## Uses -->
|
| 29 |
+
|
| 30 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
<!-- ## Dataset Structure -->
|
| 34 |
+
|
| 35 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 36 |
+
|
| 37 |
+
<!-- [More Information Needed] -->
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
|
| 41 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 42 |
+
|
| 43 |
+
**BibTeX:**
|
| 44 |
+
```
|
| 45 |
+
@misc{taioli2025collaborativeinstanceobjectnavigation,
|
| 46 |
+
title={Collaborative Instance Object Navigation: Leveraging Uncertainty-Awareness to Minimize Human-Agent Dialogues},
|
| 47 |
+
author={Francesco Taioli and Edoardo Zorzi and Gianni Franchi and Alberto Castellini and Alessandro Farinelli and Marco Cristani and Yiming Wang},
|
| 48 |
+
year={2025},
|
| 49 |
+
eprint={2412.01250},
|
| 50 |
+
archivePrefix={arXiv},
|
| 51 |
+
primaryClass={cs.AI},
|
| 52 |
+
url={https://arxiv.org/abs/2412.01250},
|
| 53 |
+
}
|
| 54 |
+
```
|