[2602.15791] Enhancing Building Semantics Preservation in AI Model Training with Large Language Model Encodings
Summary
This article presents a novel approach to enhance building semantics preservation in AI model training using large language model encodings, demonstrating improved performance over traditional methods.
Why It Matters
The research addresses the critical need for accurate semantic representation in the architecture, engineering, construction, and operation (AECO) industry. By leveraging large language model embeddings, the study shows potential advancements in AI's ability to interpret complex building semantics, which can significantly impact model training and application in this sector.
Key Takeaways
- Large language model encodings improve semantic comprehension in AI training.
- The proposed method outperforms traditional one-hot encoding techniques.
- LLM embeddings can effectively classify building object subtypes in BIMs.
- Dimensionality reduction techniques enhance the utility of LLM encodings.
- The findings suggest broader applications for AI in the AECO industry.
Computer Science > Artificial Intelligence arXiv:2602.15791 (cs) [Submitted on 17 Feb 2026] Title:Enhancing Building Semantics Preservation in AI Model Training with Large Language Model Encodings Authors:Suhyung Jang, Ghang Lee, Jaekun Lee, Hyunjun Lee View a PDF of the paper titled Enhancing Building Semantics Preservation in AI Model Training with Large Language Model Encodings, by Suhyung Jang and 3 other authors View PDF Abstract:Accurate representation of building semantics, encompassing both generic object types and specific subtypes, is essential for effective AI model training in the architecture, engineering, construction, and operation (AECO) industry. Conventional encoding methods (e.g., one-hot) often fail to convey the nuanced relationships among closely related subtypes, limiting AI's semantic comprehension. To address this limitation, this study proposes a novel training approach that employs large language model (LLM) embeddings (e.g., OpenAI GPT and Meta LLaMA) as encodings to preserve finer distinctions in building semantics. We evaluated the proposed method by training GraphSAGE models to classify 42 building object subtypes across five high-rise residential building information models (BIMs). Various embedding dimensions were tested, including original high-dimensional LLM embeddings (1,536, 3,072, or 4,096) and 1,024-dimensional compacted embeddings generated via the Matryoshka representation model. Experimental results demonstrated that LLM encodings...