weikaih commited on
Commit
235eed4
Β·
verified Β·
1 Parent(s): ffd6989

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -117,14 +117,15 @@ configs:
117
  ---
118
 
119
  # Dataset Card for TaskMeAnything-v1-imageqa-random
120
- <h5 align="center">
121
 
122
- <!-- [[**πŸ“– Paper**]() ** | [**πŸ€— TaskMeAnything-v1-Random**]() | [**πŸ€— TaskMeAnything-DB**]() | [**πŸ€— TaskMeAnything-UI**]() -->
123
-
124
- </h5>
125
 
126
  ## TaskMeAnything-v1-Random
127
- [TaskMeAnything-v1-imageqa-random](https://huggingface.co/datasets/weikaih/TaskMeAnything-v1-imageqa-random) is a dataset which 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.
 
128
 
129
  ## Load TaskMeAnything-v1-Random ImageQA Dataset
130
  ```
@@ -135,6 +136,20 @@ dataset = datasets.load_dataset(dataset_name, split = TASK_GENERATOR_SPLIT)
135
  ```
136
  where `TASK_GENERATOR_SPLIT` is one of the task generators, eg, `random_2d_how_many`.
137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  ## Out-of-Scope Use
139
  This dataset should not be used for training models.
140
 
@@ -150,9 +165,12 @@ The project is not liable for any damages or losses resulting from the use of th
150
  - Jieyu Zhang: [email protected]
151
 
152
  ## Citation
153
-
154
  **BibTeX:**
155
-
156
  ```bibtex
157
-
 
 
 
 
 
158
  ```
 
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
  ```
 
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 task types
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
 
 
165
  - Jieyu Zhang: [email protected]
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
  ```