Ishigaki-IDS-Bench: A Benchmark for Generating Information Delivery Specification from BIM Information Requirements

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Construction Technology & Building · Depth: Advanced, extended

Summary

Ishigaki-IDS-Bench is a new benchmark designed to evaluate Large Language Models' (LLMs) ability to generate Information Delivery Specification (IDS) XML from Building Information Modeling (BIM) information requirements. This benchmark addresses the challenge of LLMs producing structured outputs that must adhere to industry-standard XML, domain vocabularies like Industry Foundation Classes (IFC), and external validation tools. It comprises 166 expert-authored and verified examples, derived from 83 practical scenarios in both Japanese and English, each with a corresponding gold IDS file and metadata. The evaluation protocol involves a two-stage process: IDSAuditTool-based audits for formal validity (Processability, Structure, Content) and facet-level content agreement against gold IDS. Zero-shot evaluation across 10 LLMs revealed that the best model, GPT-5.5, achieved 65.6% macro F1 for content agreement, yet only 27.7% of outputs passed the Content audit. These results indicate LLMs can partially capture information requirements but struggle with stable, standard-compliant XML generation. The benchmark and evaluation scripts are publicly available under a CC BY 4.0 license.

Key takeaway

For Machine Learning Engineers building LLM-based structured generation systems, recognize that current models, including GPT-5.5, struggle with industry-standard XML and domain vocabulary constraints. You should prioritize developing robust methods for standard conformance, especially for property-set names and value constraints. Implement interactive workflows or utilize structured inputs like CSV to enhance output reliability and minimize formal errors.

Key insights

LLMs struggle with domain-standard structured generation requiring simultaneous syntax, vocabulary, and external validation.

Principles

Method

A two-stage evaluation protocol combines IDSAuditTool audits for formal validity (Processability, Structure, Content) with facet-level content agreement against gold IDS files.

In practice

Topics

Code references

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.