Datasets:
Initial dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: FigmaTrace
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
tags:
|
| 8 |
+
- gui-agents
|
| 9 |
+
- computer-use
|
| 10 |
+
- design
|
| 11 |
+
- figma
|
| 12 |
+
- trajectories
|
| 13 |
+
task_categories:
|
| 14 |
+
- image-text-to-text
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Dataset Card for FigmaTrace
|
| 18 |
+
|
| 19 |
+
FigmaTrace is a dataset of expert human Figma design workflows: 200+ hours of
|
| 20 |
+
screen-recorded work converted into 3,469 agent trajectories using a design
|
| 21 |
+
phase-based segmentation method. It is built to teach vision language models
|
| 22 |
+
the creative skills and decisions behind design work, not just the finished
|
| 23 |
+
artifact.
|
| 24 |
+
|
| 25 |
+
## Dataset Details
|
| 26 |
+
|
| 27 |
+
### Dataset Description
|
| 28 |
+
|
| 29 |
+
- **Curated by:** Patronus AI
|
| 30 |
+
- **Language(s):** English
|
| 31 |
+
- **License:** CC-BY-NC
|
| 32 |
+
|
| 33 |
+
### Dataset Sources
|
| 34 |
+
|
| 35 |
+
- **Repository:** https://huggingface.co/datasets/PatronusAI/figmatrace
|
| 36 |
+
- **Paper:** [FigmaTrace: Capturing Creative Nuances in Human Figma Design Workflows](https://cdn.patronus.ai/FigmaTrace.pdf)
|
| 37 |
+
- **Best fine-tuned model:** https://huggingface.co/PatronusAI/Qwen3.8-27B-Figmatrace-SFT
|
| 38 |
+
|
| 39 |
+
## Uses
|
| 40 |
+
|
| 41 |
+
### Direct Use
|
| 42 |
+
|
| 43 |
+
Supervised fine-tuning and evaluation of VLM-based GUI/design agents.
|
| 44 |
+
|
| 45 |
+
### Out-of-Scope Use
|
| 46 |
+
|
| 47 |
+
Trajectories carry no pre-annotated reasoning chains, so the dataset is not
|
| 48 |
+
suited for training reasoning-trace models without further annotation.
|
| 49 |
+
|
| 50 |
+
## Dataset Structure
|
| 51 |
+
|
| 52 |
+
- 126 long-horizon tasks across 8 designer workflow categories (pixel-perfect
|
| 53 |
+
replication, responsive adaptation, theming with variables, sketch-to-Figma,
|
| 54 |
+
flaw injection/repair, edge-content resilience, a11y remediation, prototype
|
| 55 |
+
wiring), covering a 10-skill expert taxonomy.
|
| 56 |
+
- 3,469 trajectories: 2,883 training / 586 evaluation.
|
| 57 |
+
- Each trajectory is a sequence of action-frame pairs in the Playwright-MCP
|
| 58 |
+
action space (e.g. `mouse_click`, `keyboard_type`), with `observe` probes
|
| 59 |
+
inserted for input-free screen transitions.
|
| 60 |
+
- Trajectories carry phase labels from a closed 12-label vocabulary
|
| 61 |
+
(e.g. `blocking_layout`, `componentising`, `refinement_polish`) and
|
| 62 |
+
skill labels assigned by frequency.
|
| 63 |
+
|
| 64 |
+
## Dataset Creation
|
| 65 |
+
|
| 66 |
+
### Curation Rationale
|
| 67 |
+
|
| 68 |
+
Existing design datasets capture final artifacts rather than the sequence of
|
| 69 |
+
decisions that produced them. FigmaTrace records full expert sessions so
|
| 70 |
+
agents can learn the workflow itself.
|
| 71 |
+
|
| 72 |
+
### Source Data
|
| 73 |
+
|
| 74 |
+
#### Data Collection and Processing
|
| 75 |
+
|
| 76 |
+
OS-level actions and screen captures were recorded from experts solving the
|
| 77 |
+
126 tasks. Processing: ~95% of raw actions (idle mouse movement) filtered
|
| 78 |
+
out; two-pass frame extraction with settle detection; effect filtering by
|
| 79 |
+
changed-pixel fraction; phase segmentation with Gemini-3.6-Flash using
|
| 80 |
+
consensus boundaries across 3/6/12-way shardings. Total compaction: 179x
|
| 81 |
+
versus raw OS events.
|
| 82 |
+
|
| 83 |
+
#### Who are the source data producers?
|
| 84 |
+
|
| 85 |
+
Subject-matter experts hired through Upwork, each with 2+ years of Figma
|
| 86 |
+
experience, aged 18+, and vetted with a starter task.
|
| 87 |
+
|
| 88 |
+
## Bias, Risks, and Limitations
|
| 89 |
+
|
| 90 |
+
- Open-ended tasks (theming, sketch-to-Figma, prototyping) reflect individual
|
| 91 |
+
SME preferences by design.
|
| 92 |
+
- Some noisy actions leak through preprocessing; models trained on the data
|
| 93 |
+
can repeat near-identical clicks or over-favor screen-center targets.
|
| 94 |
+
|
| 95 |
+
## Citation
|
| 96 |
+
|
| 97 |
+
**BibTeX:**
|
| 98 |
+
```bibtex
|
| 99 |
+
@article{deshpande2026figmatrace,
|
| 100 |
+
title={FigmaTrace: Capturing Creative Nuances in Human Figma Design Workflows},
|
| 101 |
+
author={Deshpande, Darshan and Fujinuma, Yoshinari and Markiewicz, Martyna
|
| 102 |
+
and Bansal, Devanshu and Jain, Shivani and Saban, Nicholas
|
| 103 |
+
and Maheshwari, Chirag and Kannappan, Anand},
|
| 104 |
+
journal={https://cdn.patronus.ai/FigmaTrace.pdf},
|
| 105 |
+
year={2026}
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
+
Dataset Card Contact
|
| 109 |
+
darshan@patronus.ai
|