Large Language Models (LLMs) have demonstrated strong performance on general benchmarks; however, their effectiveness in specialized industrial domains such as
semiconductor engineering has not been systematically evaluated. This study addresses this ...
Large Language Models (LLMs) have demonstrated strong performance on general benchmarks; however, their effectiveness in specialized industrial domains such as
semiconductor engineering has not been systematically evaluated. This study addresses this gap by developing SemiCon-MMLU, a domain-specific benchmark
comprising 600 expert-validated multiple-choice questions spanning three functional areas: fundamental physics and device principles (Core), manufacturing processes
(Fab), and system-level integration (Application).
Using this benchmark, we evaluated eleven state-of-the-art LLMs, including GPT-4o, Claude-4-Sonnet, Gemini-2.5-Pro, and Llama-3.3-70B, under three prompting
strategies: zero-shot, few-shot, and chain-of-thought (CoT). Contrary to findings in general reasoning tasks, our results reveal a “CoT Paradox”: chain-of-thought prompting substantially degraded performance (e.g., GPT-4o by roughly 25 percentage points), which we hypothesize is related to hallucination propagation in
knowledge-intensive domains. Frontier models converged around 78–80% accuracy, notably below their performance on general benchmarks, highlighting a persistent
domain-specific knowledge gap.
Furthermore, we propose the Semiconductor Utility Score (SUS), a framework incorporating accuracy, security (on-premise deployability), and computational cost
into deployment decisions. The SUS analysis demonstrates that model rankings shift considerably depending on organizational priorities: under security-prioritized scenarios, open-weight models such as Llama-3.3-70B achieve higher utility scores than proprietary models despite lower raw accuracy.
This study contributes: (1) a publicly describable, expert-validated semiconductor domain benchmark; (2) empirical evidence that advanced prompting strategies
can harm performance in specialized technical domains; and (3) a practical evaluation framework for industrial LLM deployment. By enabling efficient pre-screening
of candidate models before costly RAG or fine-tuning investments, these findings offer guidance for semiconductor organizations seeking to adopt LLMs while balancing
accuracy, security, and cost constraints.