菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - Auto-DSM Under the Lens: A Black-Box Evaluation Framework for LLM-Based DSM Generation

This paper presents a black-box evaluation framework to systematically assess the ability of Large Language Models (LLMs) to generate Design Structure Matrices (DSMs) from structured technical documentation. Motivated by the closed-source nature of current Auto-DSM pipelines, the framework introduces a reproducible methodology that benchmarks generated DSMs (GEN-DSMs) against manually validated ground-truth matrices (GT-DSMs). The evaluation integrates both single-run and multi-run perspectives, combining structural metrics (Completeness, Correctness, Coupling Density), classification metrics (Selective Accuracy, Abstention Coverage), and stability measures (Entropy, Fleiss' $\kappa$). To synthesize these aspects, a Composite Quality Score (Q) is proposed. Controlled experiments are conducted on two datasets: a fictive abstract system and a real-world refrigerator decomposition, covering variations in phrasing, parameter-dataset alignment, and system complexity. Results show that LLMs can produce structurally plausible DSMs and achieve high reproducibility under well-structured inputs, but remain sensitive to ambiguity, inconsistent dependency definitions, and prompt formulation. The findings highlight systematic sources of hallucination and abstention failure, demonstrating both the potential and current limitations of LLM-driven DSM automation. The proposed framework provides a transparent benchmark for auditing Auto-DSM pipelines and establishes foundations for integrating LLM-based decomposition methods into model-based systems engineering (MBSE) workflows.

顶级标签: llm systems model evaluation
详细标签: design structure matrix benchmark hallucination reproducibility black-box evaluation 或 搜索:

审视自动设计结构矩阵生成:一个用于评估大语言模型的黑盒方法 / Auto-DSM Under the Lens: A Black-Box Evaluation Framework for LLM-Based DSM Generation


1️⃣ 一句话总结

本文提出了一套黑盒评估框架,通过对比大语言模型自动生成的系统组件依赖关系图(设计结构矩阵)与人工验证的标准答案,并用结构性、分类准确性和稳定性等指标综合打分,揭示了当前模型在输入清晰时表现良好,但在处理模糊表述和不一致定义时容易出错或拒绝回答,为未来在系统工程中安全使用AI工具提供了测试基准。

源自 arXiv: 2607.05985