--- license: apache-2.0 language: - en tags: - civil-engineering - structural-engineering - building-engineering - construction - synthetic-data - reasoning --- # BuildEng V8 145K BuildEng V8 145K is a civil and structural engineering reasoning dataset built for fine-tuning conservative engineering assistant models. The dataset contains 145,117 validated chat-format samples focused on structural judgment, inspection-first reasoning, safe uncertainty handling, and practical building-engineering logic. This dataset is not designed to make a model give final structural approvals. It is designed to teach an assistant to reason carefully, separate field symptoms from root causes, avoid unsafe certainty, request missing information, and recommend qualified engineering review when the situation requires it. ## Dataset Focus The dataset covers reinforced concrete beams, steel beams, slabs, columns, foundations, retaining walls, masonry walls, roof systems, temporary shoring, construction sequencing, settlement, cracking, corrosion, deflection, load-path changes, repair decisions, contradictory inspection reports, and failure progression. It also includes supporting building-engineering topics such as HVAC airflow, ducts, hydronics, electrical load checks, and safety-related MEP reasoning. ## Reasoning Behavior The dataset trains models to follow this pattern: Observation → preliminary reasoning → missing information → risk check → conservative next action. Key behaviors include: * inspection-first decision making * symptom vs cause separation * uncertainty-aware answers * refusal of unsafe conclusions * contradiction handling * repair decision logic * load-path awareness * civil formula reasoning * integrated calculation plus safety limits * strength vs serviceability separation ## Format Each sample uses chat messages format: ```json { "messages": [ { "role": "system", "content": "You are BuildEng, a conservative civil and structural engineering assistant." }, { "role": "user", "content": "..." }, { "role": "assistant", "content": "..." } ] } ``` ## Intended Use This dataset is intended for supervised fine-tuning of civil/structural engineering assistant models, especially models that should behave cautiously when dealing with incomplete field information or potentially unsafe structural conditions. It was used for BuildEng V8 model development and is intended for further 3B and 32B QLoRA training. ## Safety Note The dataset is educational and assistant-training material. Models trained on it should not replace licensed structural engineers, site inspections, building-code checks, or professional engineering judgment. Final structural decisions must be made by qualified professionals using project-specific drawings, calculations, inspections, standards, and local regulations.