Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Large Language Model-Driven Code Compliance Checking in Building Information Modeling

Created by
  • Haebom

Author

Soumya Madireddy, Lu Gao, Zia Din, Kinam Kim, Ahmed Senouci, Zhe Han, Yunpeng Zhang

Outline

This study presents a semi-automated approach based on large-scale language models (LLMs) to address the time-consuming and error-prone nature of manual code compliance checks in Building Information Modeling (BIM). A system was developed that integrates LLMs such as GPT, Claude, Gemini, and Llama with Revit software to interpret building codes, generate Python scripts, and perform semi-automated compliance checks within a BIM environment. Case studies on single-family home projects and office building projects demonstrate the system’s ability to reduce the time and effort required for compliance checks and improve accuracy. It streamlines the identification of violations such as non-compliant room sizes, material usage, and object placement, and automatically generates actionable reports. Compared to manual methods, it eliminates repetitive tasks, simplifies complex regulations, and ensures compliance with standards. By providing a comprehensive, adaptable, and cost-effective solution, the approach proposed in this study presents a promising advancement in BIM-based compliance checks and has the potential to be applied to various regulatory documents in construction projects.

Takeaways, Limitations

Takeaways:
Reduce time and effort in BIM-based code compliance verification processes.
Improved accuracy of code compliance verification.
Eliminate repetitive tasks and simplify complex regulations.
Applicability to various regulatory documents.
Providing cost-effective solutions.
Limitations:
Currently, only case studies on single-family home and office building projects have been conducted, and further research is needed to determine the generalizability to different types of buildings.
It depends on the performance of LLM, and the limitations of LLM may affect the accuracy of the system.
Potential compatibility issues with LLM and Revit software used.
Additional validation is needed for the ability to handle complex building codes or special situations.
👍