MM-webagent
收藏资源简介:
MM-WebGen-Bench 是一个用于多模态网页生成的多层次评估基准,源自 MM-WebAgent 项目。该数据集包含 120 个精心设计的网页生成提示,涵盖 11 种场景类别、11 种视觉风格以及多样化的多模态组合(包括 4 种视频类型、8 种图像类型和 17 种图表类型)。数据集结构包含三个字段:instruction(任务指令)、input(详细的网页设计提示,描述布局、风格和内容)和 file_id(唯一案例标识符)。数据集规模为 120 个测试样本,适用于文本生成和多模态任务,特别适合用于评估网页生成模型的性能。数据集采用 MIT 许可证发布。
MM-WebGen-Bench is a multi-level evaluation benchmark for multimodal web generation, derived from the MM-WebAgent project. This dataset contains 120 well-designed web generation prompts, covering 11 scene categories, 11 visual styles, and diverse multimodal combinations including 4 video types, 8 image types and 17 chart types. The dataset structure includes three fields: instruction (task instruction), input (detailed web design prompt describing layout, style and content), and file_id (unique case identifier). The dataset consists of 120 test samples, applicable to text generation and multimodal tasks, and is particularly suitable for evaluating the performance of web generation models. The dataset is released under the MIT License.
MM-WebGen-Bench 数据集概述
数据集基本信息
- 数据集名称:MM-WebGen-Bench
- 发布者:microsoft
- 语言:英语 (en)
- 许可证:MIT License
- 任务类别:文本生成 (text-generation)
- 标签:基准测试 (benchmark)、网页生成 (webpage-generation)、多模态 (multimodal)、智能体 (agent)
- 规模类别:小于1K样本 (n<1K)
- 配置名称:default
数据集内容与结构
- 数据文件:
- 分割:测试集 (test)
- 路径:data/test*
- 特征字段:
instruction(string):生成模型的任务指令。input(string):描述布局、风格和内容的详细网页设计提示。file_id(string):唯一案例标识符。
- 数据量:测试集包含 120 个样本。
数据集描述
MM-WebGen-Bench 是一个用于多模态网页生成的多层次评估基准。该数据集包含 120 个精心策划的网页设计提示,涵盖 11 个场景类别、11 种视觉风格以及多样化的多模态组合(4种视频类型、8种图像类型、17种图表类型)。
使用方法
python from datasets import load_dataset ds = load_dataset("microsoft/MM-WebAgent", split="test") print(ds[0])
评估方法
MM-WebAgent 提供了一个多层次(全局、图像、视频、图表)的评估流程。详细信息请参阅其 GitHub 仓库:https://github.com/microsoft/MM-WebAgent
许可证
本数据集采用 MIT 许可证发布:https://opensource.org/licenses/MIT




