nielsr HF Staff commited on
Commit
1c86b4a
·
verified ·
1 Parent(s): b1bd32b

Update task category and add relevant tags for MMInA dataset

Browse files

This PR updates the `task_categories` metadata to `image-text-to-text` to better reflect the multimodal nature of the MMInA dataset, which involves processing both image and text inputs for web agent tasks.

Additionally, relevant tags (`web-agent`, `multihop`, `multimodal`, `web-navigation`, `benchmark`) have been added to improve the dataset's discoverability and categorization on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,16 +1,20 @@
1
  ---
2
- task_categories:
3
- - text-generation
4
  language:
5
  - en
6
  size_categories:
7
  - 1K<n<10K
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # MMInA: Benchmarking Multihop Multimodal Internet Agents Dataset
11
 
12
-
13
-
14
  MMInA is a multihop and multimodal benchmark to evaluate the embodied agents for compositional Internet tasks.
15
  <img src="teaser.png" width=1000>
16
 
@@ -87,4 +91,4 @@ This dataset has the following limitations:
87
  archivePrefix={arXiv},
88
  primaryClass={cs.CV}
89
  }
90
- ```
 
1
  ---
 
 
2
  language:
3
  - en
4
  size_categories:
5
  - 1K<n<10K
6
+ task_categories:
7
+ - image-text-to-text
8
+ tags:
9
+ - web-agent
10
+ - multihop
11
+ - multimodal
12
+ - web-navigation
13
+ - benchmark
14
  ---
15
 
16
  # MMInA: Benchmarking Multihop Multimodal Internet Agents Dataset
17
 
 
 
18
  MMInA is a multihop and multimodal benchmark to evaluate the embodied agents for compositional Internet tasks.
19
  <img src="teaser.png" width=1000>
20
 
 
91
  archivePrefix={arXiv},
92
  primaryClass={cs.CV}
93
  }
94
+ ```