VECTOREDITS
收藏资源简介:
VECTOREDITS是一个大规模数据集,包含超过27万对SVG图像和自然语言编辑指令。该数据集支持基于文本指令修改矢量图形的模型训练和评估。数据集创建过程包括通过CLIP相似性进行图像配对和利用视觉语言模型生成指令。初始实验表明,当前方法难以产生准确有效的编辑,突显了该任务的挑战性。为了促进自然语言驱动的矢量图形生成和编辑的研究,我们公开了在本次工作中创建的资源。
VECTOREDITS is a large-scale dataset containing over 270,000 pairs of SVG images and natural language editing instructions. This dataset supports the training and evaluation of models for modifying vector graphics based on text instructions. The dataset creation pipeline includes image pairing via CLIP similarity and instruction generation using vision-language models. Preliminary experiments show that existing methods struggle to produce accurate and effective edits, highlighting the challenges of this task. To advance research on natural language-driven vector graphics generation and editing, we publicly release the resources created in this work.
VectorEdits数据集概述
数据集基本信息
- 名称: VectorEdits: A Dataset and Benchmark for Instruction-Based Editing of Vector Graphics
- 语言: 英文 (en)
- 标签: svg, editing, dataset, train, eval
- 任务类别: 文本生成文本 (text2text-generation)
- 规模分类: 100K<n<1M
数据集结构
特征
collection_slug: 字符串类型item_1: 结构体类型,包含原始SVG信息caption_finish_reasons: 字符串序列caption_logprobs: 浮点数序列caption_model_name: 字符串序列caption_num_tokens: 整数序列caption_temperature: 浮点数序列caption_texts: 字符串序列collection_id: 整数类型collection_slug: 字符串类型item_id: 整数类型item_license: 字符串类型item_license_link: 字符串类型item_license_owner: 字符串类型item_slug: 字符串类型item_svg: 字符串类型item_tags: 字符串序列item_title: 字符串类型
item_2: 结构体类型,包含编辑后的SVG信息(结构与item_1相同)similarity: 浮点数类型instruction: 字符串类型
数据划分
- 训练集 (train)
- 样本数量: 269,106
- 大小: 2,281,819,762字节
- 验证集 (validation)
- 样本数量: 200
- 大小: 1,214,438字节
- 测试集 (test)
- 样本数量: 2,000
- 大小: 12,718,293字节
数据集用途
- 用于训练和评估基于文本指令修改矢量图形的模型。
数据集来源
- 图像来源: SVG Repo
- 数据收集过程: 通过CLIP相似性进行图像配对,并使用视觉语言模型生成指令。
使用方式
python from datasets import load_dataset dataset = load_dataset("mikronai/VectorEdits")
注意事项
- 目前仅测试集 (
test) 包含生成的标签,其他数据集将很快添加。




