Update README.md
Browse files
README.md
CHANGED
@@ -115,3 +115,67 @@ configs:
|
|
115 |
- split: sg_what_relation
|
116 |
path: data/sg_what_relation-*
|
117 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
- split: sg_what_relation
|
116 |
path: data/sg_what_relation-*
|
117 |
---
|
118 |
+
|
119 |
+
# Dataset Card for TaskMeAnything-v1-imageqa-random
|
120 |
+
<h2 align="center"> TaskMeAnything-v1-imageqa-random dataset</h2>
|
121 |
+
|
122 |
+
<h2 align="center"> <a href="https://www.task-me-anything.org/">π Website</a> | <a href="https://arxiv.org/abs/2406.11775">π Paper</a> | <a href="https://huggingface.co/collections/jieyuz2/taskmeanything-664ebf028ab2524c0380526a">π€ Huggingface</a> | <a href="https://huggingface.co/spaces/zixianma/TaskMeAnything-UI">π» Interface</a></h2>
|
123 |
+
|
124 |
+
<h5 align="center"> If you like our project, please give us a star β on GitHub for latest update. </h2>
|
125 |
+
|
126 |
+
## TaskMeAnything-v1-Random
|
127 |
+
[TaskMeAnything-v1-imageqa-random](https://huggingface.co/datasets/weikaih/TaskMeAnything-v1-imageqa-random) is a dataset which using
|
128 |
+
randomly sampled questions from TaskMeAnything-v1, including 5,700 ImageQA questions. The dataset contains 19 splits, while each splits contains 300 questions from a specific task generator in TaskMeAnything-v1. For each row of dataset, it includes: image, question, options, answer and its corresponding task plan.
|
129 |
+
|
130 |
+
## Load TaskMeAnything-v1-Random ImageQA Dataset
|
131 |
+
```
|
132 |
+
import datasets
|
133 |
+
|
134 |
+
dataset_name = 'weikaih/TaskMeAnything-v1-imageqa-random'
|
135 |
+
dataset = datasets.load_dataset(dataset_name, split = TASK_GENERATOR_SPLIT)
|
136 |
+
```
|
137 |
+
where `TASK_GENERATOR_SPLIT` is one of the task generators, eg, `random_2d_how_many`.
|
138 |
+
|
139 |
+
## Evaluation Results
|
140 |
+
|
141 |
+
### Overall
|
142 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cb0dcc4913057ac82a7a31/9x9dloN9fKRBj-VUJijXB.png)
|
143 |
+
|
144 |
+
### Breakdown performance on each scenarios
|
145 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cb0dcc4913057ac82a7a31/8gq7G9Ky228eooi9Mt4ep.png)
|
146 |
+
|
147 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cb0dcc4913057ac82a7a31/ux-4o12LCDdyqGSLFl2CX.png)
|
148 |
+
|
149 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cb0dcc4913057ac82a7a31/oVZlgtlqDVR_oQj32ZeEj.png)
|
150 |
+
|
151 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65cb0dcc4913057ac82a7a31/UEbtq1FIPfvvoYdk6UIf0.png)
|
152 |
+
|
153 |
+
## Out-of-Scope Use
|
154 |
+
This dataset should not be used for training models.
|
155 |
+
|
156 |
+
|
157 |
+
## Disclaimers
|
158 |
+
**TaskMeAnything** and its associated resources are provided for research and educational purposes only.
|
159 |
+
The authors and contributors make no warranties regarding the accuracy or reliability of the data and software.
|
160 |
+
Users are responsible for ensuring their use complies with applicable laws and regulations.
|
161 |
+
The project is not liable for any damages or losses resulting from the use of these resources.
|
162 |
+
|
163 |
+
## Contact
|
164 |
+
|
165 |
+
- Jieyu Zhang: jieyuz2@cs.washington.edu
|
166 |
+
|
167 |
+
## Citation
|
168 |
+
**BibTeX:**
|
169 |
+
```bibtex
|
170 |
+
@article{zhang2024task,
|
171 |
+
title={Task Me Anything},
|
172 |
+
author={Zhang, Jieyu and Huang, Weikai and Ma, Zixian and Michel, Oscar and He, Dong and Gupta, Tanmay and Ma, Wei-Chiu and Farhadi, Ali and Kembhavi, Aniruddha and Krishna, Ranjay},
|
173 |
+
journal={arXiv preprint arXiv:2406.11775},
|
174 |
+
year={2024}
|
175 |
+
}
|
176 |
+
```
|
177 |
+
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
|