Auto-DSM Under the Lens: A Black-Box Evaluation Framework for LLM-Based DSM Generation

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Software Development & Engineering · Depth: Expert, quick

Summary

A new black-box evaluation framework systematically assesses Large Language Models' (LLMs) capability to generate Design Structure Matrices (DSMs) from structured technical documentation. Addressing the closed-source nature of existing Auto-DSM pipelines, this framework benchmarks LLM-generated DSMs (GEN-DSMs) against manually validated ground-truth matrices (GT-DSMs). It integrates single-run and multi-run evaluations using structural metrics (Completeness, Correctness, Coupling Density), classification metrics (Selective Accuracy, Abstention Coverage), and stability measures (Entropy, Fleiss' $κ$), culminating in a Composite Quality Score (Q). Experiments on a fictive abstract system and a real-world refrigerator decomposition dataset reveal LLMs can produce structurally plausible DSMs with high reproducibility under well-structured inputs. However, they remain sensitive to ambiguity, inconsistent dependency definitions, and prompt formulation, leading to systematic hallucination and abstention failures. The framework offers a transparent benchmark for auditing Auto-DSM pipelines and supports integrating LLM-based decomposition into model-based systems engineering (MBSE) workflows.

Key takeaway

For Machine Learning Engineers developing Auto-DSM pipelines or integrating LLMs into MBSE workflows, you should recognize LLMs' potential for generating structurally plausible DSMs from well-structured inputs. However, be vigilant about input ambiguity and prompt sensitivity, which can lead to hallucination. Utilize the proposed black-box evaluation framework, incorporating structural, classification, and stability metrics, to rigorously audit your LLM-based decomposition methods and ensure reliable, high-quality outputs.

Key insights

LLMs show promise for DSM generation but are sensitive to input quality and prompt design, necessitating systematic black-box evaluation.

Principles

Method

Benchmark LLM-generated DSMs against ground-truth matrices using structural, classification, and stability metrics. Synthesize results into a Composite Quality Score (Q) for comprehensive black-box evaluation.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.