InfoEdBench
收藏资源简介:
InfoEdBench是一个用于评估多语言信息图形文档中文本编辑能力的基准数据集,包含两个子数据集:InfoDet-Edit和Crello-Edit。InfoDet-Edit基于InfoDet信息图基准构建,包含经过过滤的测试集信息图图像子集,配有多语言翻译(从英语到法语、意大利语、德语、西班牙语),并提供OCR验证的文本区域边界框注释及编辑指令,旨在评估模型在信息密集文档(如信息图)中进行高质量文本替换的能力。Crello-Edit源自Crello图形设计模板数据集,包含英文测试集的设计模板,同样配有多语言翻译(英→法、意、德、西),并提供文本区域的边界框注释和编辑指令,侧重于评估模型在具有分层结构的图形设计中进行文本编辑的效果,其测试集包含7,026个语言对(涉及1,920个独特的源图像)。两个数据集的数据结构类似,通常包含以下字段:样本ID、源语言和目标语言标签、全局描述提示、源文本列表、目标(翻译后)文本列表、归一化的文本边界框坐标(格式为[x1, y1, x2, y2])、有效边界框的布尔掩码、原始样本索引、源图像和目标图像(或单张图像及尺寸信息)。数据集适用于图像到图像任务,特别是多语言文本编辑、图形设计修改、文档编辑和信息图生成等场景的模型评估与基准测试,注释和翻译部分采用CC BY 4.0许可证发布。
InfoEdBench is a benchmark dataset for evaluating text editing capabilities in multilingual infographic documents. It consists of two sub-datasets: InfoDet-Edit and Crello-Edit. The dataset originates from the paper Shifting the Breaking Point of Flow Matching for Multi-Instance Editing (Zaccagnino et al., ICML 2026). InfoDet-Edit is built upon the InfoDet infographic benchmark and contains a filtered subset of test set infographic images. Each sample includes multilingual translations (from English to French, Italian, German, Spanish), along with OCR-verified text region bounding box annotations and editing instructions for each language. It is designed to assess models ability to perform high-quality text replacement in information-dense documents like infographics. Crello-Edit is derived from the Crello graphic design template dataset. It includes English test set design templates, also with multilingual translations (English to French, Italian, German, Spanish), and provides bounding box annotations and editing instructions for text regions. This dataset focuses on evaluating models effectiveness in text editing within graphic designs that have hierarchical structures. The Crello-Edit test set contains 7,026 language pairs (involving 1,920 unique source images). Both datasets have similar data structures, typically including fields such as sample ID, source and target language labels, global description prompts, source text lists, target (translated) text lists, normalized text bounding box coordinates (in the format [x1, y1, x2, y2]), boolean masks for valid bounding boxes, original sample indices, source and target images (or a single image with size information). The dataset is suitable for image-to-image tasks, particularly for model evaluation and benchmarking in scenarios like multilingual text editing, graphic design modification, document editing, and infographic generation. The annotations and translations are released under the CC BY 4.0 license.
InfoEdBench 数据集概述
InfoEdBench 是一个用于评估多语言信息性图文文档中文本编辑能力的基准测试集,包含两个子数据集:InfoDet-Edit 和 Crello-Edit。该数据集在论文 Shifting the Breaking Point of Flow Matching for Multi-Instance Editing(Zaccagnino 等人,ICML 2026)中首次提出,相关项目页面为 idattn.silviacascianelli.com。
- 许可证:数据集的标注和翻译采用 CC BY 4.0 许可。Crello-Edit 图像源自 Crello 数据集,InfoDet-Edit 图像源自 InfoDet 数据集,两者均需遵循原始许可证条款。
- 任务类别:图像到图像(image-to-image)
- 语言:英语、法语、意大利语、德语、西班牙语
- 标签:图形设计、文档编辑、多语言、文本编辑、信息图、基准测试
- 数据集规模:1K < n < 10K
子数据集详情
InfoDet-Edit
- 来源:基于 InfoDet 信息图图像基准数据集
- 内容:包含经过筛选的测试集信息图图像,配有由英语到法语、意大利语、德语、西班牙语的多语言翻译,以及 OCR 验证的边界框标注和每语言的编辑指令。
- 数据配置:
- 配置名:
infodet-edit - 特征:
id(字符串)、file_name(字符串)、language_source(字符串)、language_target(字符串)、width(整数)、height(整数)、text_source(字符串列表)、text_target(字符串列表)、bboxes_xyxy_normalized(浮点数列表,长度4)、image(图像) - 分割:仅测试集,共 1,820 个样本,数据集大小约 684 MB
- 配置名:
Crello-Edit
- 来源:基于 Crello 图形设计模板数据集
- 内容:包含测试集的英文设计模板,配有英语到法语、意大利语、德语、西班牙语的多语言翻译,以及文本区域的边界框标注和编辑指令。
- 数据配置:
-
配置名:
crello-edit -
特征:
id(字符串)、language_source(字符串)、language_target(字符串)、global_prompt(字符串)、text_source(字符串列表)、text_target(字符串列表)、bboxes_xyxy_normalized(浮点数列表,长度4)、valid_bboxes(布尔值列表)、original_sample_index(整数)、image_source(图像)、image_target(图像) -
分割:仅测试集,共 7,026 个样本(1,920 张独特源图像),数据集大小约 6.57 GB
-
归档文件结构:
crello-edit/ ├── crello_processed_json/ │ ├── en_src_test_dataset.json # 完整测试集(7,026 对) │ └── crello_test_filtered.json # 筛选子集(4,367 对) ├── renderings_english_test/ │ └── test/composite/ # 1,954 张源 PNG 图像 ├── renderings_french_test/ │ └── test/composite/ # 1,954 张法语目标 PNG 图像 ├── renderings_italian_test/ │ └── test/composite/ # 1,954 张意大利语目标 PNG 图像 ├── renderings_german_test/ │ └── test/composite/ # 1,954 张德语目标 PNG 图像 └── renderings_spanish_test/ └── test/composite/ # 1,954 张西班牙语目标 PNG 图像
-
元数据字段(以
en_src_test_dataset.json为例):id:原始 Crello 模板 IDlanguage1:源语言(英语)language2:目标语言(法语/意大利语/德语/西班牙语)image_source:源图像路径(旧前缀,需使用加载器重写)image_target:目标图像路径(旧前缀,需使用加载器重写)global_prompt:模板的简短描述text_source:源图像中文本字符串列表text_target:翻译后的文本字符串列表bboxes_xyxy_normalized:各文本区域的归一化边界框 [x1, y1, x2, y2]valid_bboxes:标记边界框是否合法的布尔掩码original_sample_index:在原始 Crello 测试集中的索引
-
使用方式
- 下载:通过 Hugging Face Hub 的函数
hf_hub_download下载crello-edit.tar.xz或infodet-edit.tar.xz文件,解压到本地目录。 - 加载:
- Crello-Edit:建议使用 IDAttn 评估代码中的
CrelloDatasetFromJson加载器,它会自动将元数据中的绝对路径重写为相对于解压目录的路径。 - InfoDet-Edit:类似地解压后,参考 InfoDet 数据集的标注模式进行加载。
- Crello-Edit:建议使用 IDAttn 评估代码中的





