IndusReqFlow
收藏资源简介:
IndusReqFlow是由华为加拿大研究院创建的专有工业流程图数据集,旨在为工业需求工程中的流程图转换研究提供真实世界的数据基准。该数据集包含52个从华为系统级需求文档中收集的流程图,平均每个图含有11.15个节点和11.73条边,数据来源于光网络、数据通信和电动汽车系统等多个工业领域。数据集的构建过程包括由测试工程师独立编写Mermaid代码,并通过对比渲染输出与原始图像进行一致性验证,对于存在分歧的案例通过讨论或专家咨询予以解决。该数据集主要应用于评估和提升基于视觉语言模型的流程图到Mermaid代码的转换性能,旨在解决工业需求文档中静态流程图无法被机器解析的视觉规范鸿沟问题,从而支持基于模型的测试生成和覆盖分析等下游自动化任务。
IndusReqFlow is a proprietary industrial flowchart dataset created by Huawei Canada Research Institute, aiming to provide a real-world data benchmark for flowchart transformation research in industrial requirements engineering. This dataset contains 52 flowcharts collected from Huawei's system-level requirement documents, with each flowchart averaging 11.15 nodes and 11.73 edges. The data originates from multiple industrial sectors including optical networks, data communications, and electric vehicle systems. The dataset construction process involved test engineers independently writing Mermaid code, followed by consistency validation by comparing rendered outputs with the original images. Discrepant cases were resolved through discussions or expert consultations. This dataset is mainly applied to evaluate and improve the performance of visual-language-model-based flowchart-to-Mermaid code transformation, with the goal of addressing the visual specification gap where static flowcharts in industrial requirement documents cannot be parsed by machines, thereby supporting downstream automated tasks such as model-based test generation and coverage analysis.
数据集概述
该数据集是论文《VLM-based Flowchart Processing with Edge-Map Augmentation: An Industrial RE Study》的复现包,收录于IEEE Requirements Engineering 2026 — Industry Innovation Track。数据集主要用于跨数据集评估(RQ3),包含以下内容:
主要组成部分
- 图像数据:位于
FlowVQA_Dataset/Images/目录下,包含40张采样的FlowVQA流程图图像。 - 真实标注:位于
FlowVQA_Dataset/Ground_truth/目录下,提供每张图像对应的真实Mermaid代码。
实验结果数据
- Qwen3-VL-32B-Instruct 结果:位于
FlowVQA_Result_Qwen3/目录,包含5次运行(基线 + EdgeFlow)的评估结果。 - Qwen3.5-35B-A3B 结果:位于
FlowVQA_Result_Qwen3.5/目录,包含5次运行(基线 + EdgeFlow)的评估结果。
每个 .xlsx 文件对应一次实验运行。其中:
- 批处理名称以
batch_baseline_run_前缀开头的行表示基线条件。 - 批处理名称以
batch_canny_run_前缀开头的行表示EdgeFlow条件。
其他说明
IndusReqFlow的结果(RQ1、RQ2)因涉及华为内部需求文档的专有性,未包含在本数据集中。

- 1EdgeFlow: Edge-Map Augmented VLM-Based Flowchart Processing for Industrial Requirements Engineering华为加拿大研究院 · 2026年



