Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 41

Intelligent Identification and Repair of Design Defects in BIM via Domain-Specific Large Language Models 基于领域特定大语言模型的BIM设计缺陷智能识别与修复

A domain-specific LLM framework is proposed for end-to-end identification and repair of design defects in Building Information Modeling (BIM) A novel BIM-to-Text conversion method with component-balanced chunking bridges structured BIM data with LLMs Prompt learning combining rule injection, few-shot prompting, and RAG achieves 85% defect identification accuracy versus 70% for traditional rule checking A hallucination control strategy using key identifier validation and token-length thresholds e 提出基于领域特定大语言模型的BIM设计缺陷智能识别与修复集成框架 引入BIM-to-Text方法配合组件平衡分块技术,实现BIM数据与大语言模型的桥接 采用规则注入、少样本提示和RAG的提示学习策略,缺陷识别准确率达85%,修复建议合理率94% 幻觉控制策略(关键标识符验证+token长度阈值)将准确率从64%提升至85%,单次干预消除92.5%幻觉 建立了从原始BIM数据输入到缺陷识别再到修复建议生成的端到端原型系统

55
Hot 热度
65
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • A domain-specific LLM framework is proposed for end-to-end identification and repair of design defects in Building Information Modeling (BIM)
  • A novel BIM-to-Text conversion method with component-balanced chunking bridges structured BIM data with LLMs
  • Prompt learning combining rule injection, few-shot prompting, and RAG achieves 85% defect identification accuracy versus 70% for traditional rule checking
  • A hallucination control strategy using key identifier validation and token-length thresholds eliminated 92.5% of hallucinations in a single round, raising accuracy from 64% to 85%
  • The system generates repair suggestions at a 94% reasonable rate, establishing a complete pipeline from raw BIM input to actionable defect resolution

Why It Matters

This work addresses a critical gap in AEC (Architecture, Engineering, and Construction) workflows where manual or rule-based defect checking is labor-intensive and limited in scope. By demonstrating that domain-specific LLMs can outperform traditional rule-checking methods, it opens the door for intelligent automation in construction quality assurance—a $10 trillion global industry ripe for AI-driven transformation.

Technical Details

  • BIM-to-Text with Component-Balanced Chunking: A novel data conversion pipeline that transforms structured BIM models into LLM-readable text while preserving component-level granularity, enabling LLMs to reason over spatial and semantic relationships in building designs.
  • Multi-Strategy Prompt Learning: Combines rule injection (embedding domain-specific building codes and standards directly into prompts), few-shot prompting (providing curated defect examples), and Retrieval-Augmented Generation (RAG) to ground LLM outputs in verified knowledge bases.
  • Hallucination Control Mechanism: A two-pronged validation strategy—key identifier validation checks that critical defect attributes match expected patterns, while token-length thresholds filter out overly verbose or speculative outputs—reducing hallucinations by 92.5%.
  • End-to-End Prototype Architecture: The system processes raw BIM data through defect identification and repair suggestion generation in a single pipeline, with experimental results showing 85% identification accuracy and 94% reasonable repair suggestion rate.

Industry Insight

  • Vertical AI in Construction: This demonstrates the viability of domain-specific LLMs in traditional industries, suggesting that AEC firms should invest in custom LLM pipelines rather than relying on generic models or legacy rule-based tools.
  • Hallucination Control as a Deployment Prerequisite: The 92.5% hallucination reduction highlights that reliability mechanisms must be baked into production LLM systems for high-stakes domains—regulators and practitioners will demand this before adoption.
  • Rule + LLM Hybrid as a Transitional Strategy: The combination of explicit rule injection with LLM reasoning offers a practical blueprint for organizations with established codebases, allowing incremental AI integration without discarding existing domain knowledge.

TL;DR

  • 提出基于领域特定大语言模型的BIM设计缺陷智能识别与修复集成框架
  • 引入BIM-to-Text方法配合组件平衡分块技术,实现BIM数据与大语言模型的桥接
  • 采用规则注入、少样本提示和RAG的提示学习策略,缺陷识别准确率达85%,修复建议合理率94%
  • 幻觉控制策略(关键标识符验证+token长度阈值)将准确率从64%提升至85%,单次干预消除92.5%幻觉
  • 建立了从原始BIM数据输入到缺陷识别再到修复建议生成的端到端原型系统

为什么值得看

该研究为建筑信息模型(BIM)领域提供了首个端到端的智能缺陷识别与修复解决方案,将大语言模型能力与建筑领域知识深度融合,显著超越了传统规则检查方法。对于AI+垂直行业应用具有示范价值,展示了LLM在专业工程领域的落地潜力。

技术解析

  • BIM-to-Text转换:引入组件平衡分块(component-balanced chunking)方法,将结构化BIM数据转换为大语言模型可处理的文本格式,有效桥接了BIM数据与大模型之间的鸿沟。
  • 提示学习框架:结合规则注入(rule injection)、少样本提示(few-shot prompting)和检索增强生成(RAG)技术,用于缺陷识别和修复建议生成,充分利用领域知识提升模型输出质量。
  • 幻觉控制策略:提出关键标识符验证(key identifier validation)与token长度阈值相结合的方法,在单次干预中消除92.5%的幻觉,将准确率从64%提升至85%。
  • 实验结果:能力扩展方法达到85%识别准确率(传统规则检查为70%),修复建议合理率达94%,验证了框架的有效性和实用性。

行业启示

  • 垂直领域LLM应用范式:该研究展示了大语言模型在专业工程领域的落地路径,为建筑、制造等行业的智能化转型提供了可借鉴的技术框架。
  • 幻觉控制在专业场景的关键性:在BIM等高风险领域,幻觉控制是确保系统可靠性的核心,需结合领域约束和验证机制。
  • 端到端解决方案的价值:从原始数据输入到问题识别再到修复建议的完整流程,为行业提供了可直接落地的智能化解决方案原型。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Fine-tuning 微调 RAG 检索增强生成