--- license: mit task_categories: - text-generation language: - en tags: - ui-grounding - gui-automation - function-calling - agents - accessibility size_categories: - 1K,"text":}`, or `{"action":"none"}` when nothing matches. ## Composition - Synthetic element lists across 6 app types: browser, system settings, login forms, code editors, e-commerce, media players. - Direct and paraphrased / indirect instructions ("log in", "take me back", "go fullscreen"). - `type` actions into text/search fields; ~10% no-match negatives. - Reproducible: generated by [`gen_grounding_dataset.py`](https://github.com/Barath19/GenieLM/blob/main/tools/gen_grounding_dataset.py) with a fixed seed. ## Intended use Fine-tune a small decoder (e.g. Qwen3-4B, Gemma) to ground UI instructions to elements + coordinates. A model trained on this drives GenieLM's `do`/`auto` agent loop.