Post

MRWeb: An Exploration of Generating Multi-Page Resource-Aware Web Code from UI Designs

MRWeb: An Exploration of Generating Multi-Page Resource-Aware Web Code from UI Designs

Background

现有的进行Web开发的design-to-code方法仅限于无外部资源连接的网页,为了解决该问题,研究人员引入了MRWeb生成任务。 面对的问题:

  1. 无既定的数据结构跟踪视觉设计元素与资源间关系
  2. 缺乏高质量MRWeb数据集
  3. 缺乏评估MRWeb性能的标准化指标

    Contribution

  4. 定义MRWeb问题 资源结构示例:{position: bonding_box, type: image, link: /dog.png}
  5. 提出评估MRWeb性能的指标
  6. 进行研究评估SOTA MLLM在MRWeb上的性能
This post is licensed under CC BY 4.0 by the author.