nielsr HF Staff commited on
Commit
aaa38fb
·
verified ·
1 Parent(s): 1ba06e8

Add paper link and task category

Browse files

This PR updates the dataset card to include:
- A link to the official paper: [Mobile-Bench-v2: A More Realistic and Comprehensive Benchmark for VLM-based Mobile Agents](https://huggingface.co/papers/2505.11891).
- The `image-text-to-text` task category for better discoverability.
- Updated license metadata to `cc-by-nc-sa-4.0` to match the dataset's specific license mentioned in the description.

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,9 +1,14 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
4
  # Mobile-Bench v2
5
- <!-- ![Mobile-Bench v2 Overview](Mobile_bench_v2.png)
6
- *Figure 1: Mobile-Bench v2 Overview* -->
 
 
7
 
8
  ### Dataset Description:
9
  - **anbu-instruction.zip** is a subset of the ambiguous category split in Mobile-Bench-v2.
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
  ---
6
+
7
  # Mobile-Bench v2
8
+
9
+ [**Paper**](https://huggingface.co/papers/2505.11891)
10
+
11
+ Mobile-Bench-v2 is a comprehensive benchmark for VLM-based mobile agents designed to address the limitations of existing benchmarks. It introduces more realistic scenarios including multi-path evaluation for GUI tasks, a noisy split (containing apps with pop-ups and ads), and an ambiguous instruction split to evaluate proactive interaction capabilities.
12
 
13
  ### Dataset Description:
14
  - **anbu-instruction.zip** is a subset of the ambiguous category split in Mobile-Bench-v2.