Datasets:
File size: 3,734 Bytes
7ca9807 55d7bef 7ca9807 6f5c958 7ca9807 b0c8b02 7ca9807 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | ---
license: apache-2.0
pretty_name: OS-Omni Benchmark
task_categories:
- text-generation
tags:
- os-omni
- benchmark
- desktop-agents
- gui-agents
- android
- ios
- linux
- macos
- windows
- cross-vm
- croissant
size_categories:
- 100<n<1K
configs:
- config_name: default
data_files:
- split: train
path: data/tasks.parquet
---
# OS-Omni Benchmark
OS-Omni is a cross-platform benchmark for evaluating agents that operate graphical operating-system environments. This dataset repository contains the static benchmark task definitions and supporting assets used to configure and evaluate OS-Omni tasks.
## Contents
- `data/tasks.parquet`: tabular task index for Hugging Face Dataset Viewer and Croissant generation.
- `data/tasks.jsonl`: JSON Lines copy of the same task index.
- `metadata/tasks.parquet`: duplicate task index kept with the metadata bundle.
- `metadata/tasks.jsonl`: duplicate JSON Lines task index kept with the metadata bundle.
- `metadata/summary.json`: aggregate counts by platform, oracle status, and difficulty.
- `croissant/os_omni_benchmark_croissant_rai.json`: hand-authored Croissant metadata with NeurIPS-style minimal RAI fields.
- `tasks/`: original YAML task specifications, including initialization and evaluation parameters.
- `assets/`: static assets needed by benchmark setup and documentation.
- `files/`: small static files used by desktop tasks.
- `apps/quickshop/shared/seed-data.json`: seed catalog data for QuickShop tasks.
- `executions/suites/`: benchmark suite selection files.
- `MANIFEST.sha256`: SHA256 checksums for uploaded files.
The VM and emulator images are intentionally not included in this repository. They should be hosted as separate large artifacts and referenced from the OS-Omni code repository or paper.
## Task Index Schema
Each row in `metadata/tasks.parquet` describes one YAML task file.
- `task_id`: stable task identifier from the YAML file.
- `platform`: target platform, such as `android`, `ios`, `linux`, `macos`, `windows`, or `cross_vm`.
- `is_oracle`: whether the file is an oracle task variant.
- `difficulty`: task difficulty when specified or inferable from the filename.
- `app_name`: primary application or domain inferred from metadata or task id.
- `instruction`: user-facing task instruction.
- `task_yaml_path`: path to the original YAML task definition in this repository.
- `initializer_id`: Python initializer entry point.
- `evaluator_id`: Python evaluator entry point.
- `tags`: JSON-encoded list of task tags.
- `metadata_json`, `init_json`, `evaluation_json`: JSON-encoded structured fields from the YAML file.
- `sha256`: checksum of the original YAML task file.
## Use
Clone or download this dataset alongside the OS-Omni code repository. The task YAML files are intended to be consumed by the OS-Omni runner, while `metadata/tasks.parquet` is intended for inspection, filtering, documentation, and metadata tooling.
## Responsible AI Notes
This benchmark is intended for measuring GUI-agent behavior in controlled benchmark environments. It is not intended to evaluate real user accounts, production systems, or sensitive personal data. Some tasks contain synthetic names, emails, phone-like strings, credentials for local benchmark applications, and operational scenarios designed as test fixtures. These should not be interpreted as real personal records.
Known limitations include platform and application coverage gaps, dependence on VM/emulator setup quality, possible evaluator brittleness, and distributional differences from real-world user workflows. Model performance on OS-Omni should not be treated as a complete measure of general operating-system autonomy or safety.
## License
Apache-2.0. See `LICENSE`.
|