CLLGMay 2, 2025

On the effectiveness of Large Language Models in the mechanical design domain

arXiv:2505.01559v1h-index: 1
Originality Synthesis-oriented
AI Analysis

This work addresses the performance of LLMs for mechanical engineers, but it is incremental as it applies existing methods to new domain-specific data.

The paper tackled the problem of evaluating large language models in mechanical design by using the ABC dataset for unsupervised tasks, achieving 0.62 accuracy in binary sentence-pair classification and 0.386 top-1 accuracy in zero-shot classification.

In this work, we seek to understand the performance of large language models in the mechanical engineering domain. We leverage the semantic data found in the ABC dataset, specifically the assembly names that designers assigned to the overall assemblies, and the individual semantic part names that were assigned to each part. After pre-processing the data we developed two unsupervised tasks to evaluate how different model architectures perform on domain-specific data: a binary sentence-pair classification task and a zero-shot classification task. We achieved a 0.62 accuracy for the binary sentence-pair classification task with a fine-tuned model that focuses on fighting over-fitting: 1) modifying learning rates, 2) dropout values, 3) Sequence Length, and 4) adding a multi-head attention layer. Our model on the zero-shot classification task outperforms the baselines by a wide margin, and achieves a top-1 classification accuracy of 0.386. The results shed some light on the specific failure modes that arise when learning from language in this domain.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes