Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Figma2Code: Automating Multimodal Design to Code in the Wild ICLR 2026
Figma2Code is a multimodal design-to-code benchmark, built from community Figma designs and integrating screenshots, structured metadata, and design assets, enabling models to move beyond image-only inputs and better capture practical UI development scenarios.
Features
Each sample contains:
- root: UI screenshot (PIL Image)
- filekey: Figma file identifier
- node_id: root node id
- page_url: source URL
- annotation: annotation text
- statistics: precomputed statistics
- raw_metadata: raw Figma node tree (JSON string)
- processed_metadata: processed node tree (JSON string)
- image_refs: bitmap assets (path + image)
- svg_assets: SVG assets (path + content)
Reconstructed Structure
Each sample can be reconstructed as:
{filekey}_{safe_node_id(node_id)}/
βββ raw.json
βββ processed_metadata.json
βββ report.json
βββ root.png
βββ assets/
βββ image_refs/
βββ svg_assets/
Usage
from datasets import load_dataset
dataset = load_dataset("xcodemind/Figma2Code")
test_set = dataset["test"]
rest_set = dataset["rest"]
Citation
If you use this dataset, please cite:
@inproceedings{gui2026figma2code,
title={Figma2Code: Automating Multimodal Design to Code in the Wild},
author={Gui, Yi and Zhang, Jiawan and Wang, Yina and Ma, Tianran and Wan, Yao and He, Shilin and Chen, Dongping and Zhao, Zhou and Jiang, Wenbin and Shi, Xuanhua and Jin, Hai and Yu, Philip S.},
booktitle={International Conference on Learning Representations (ICLR)},
year={2026},
url={https://openreview.net/forum?id=CaXZB6bI31}
}
- Downloads last month
- 1,530