File size: 5,680 Bytes
b030ee9
 
 
 
 
 
e5ca4c9
b030ee9
e5ca4c9
b030ee9
e5ca4c9
b030ee9
 
41777bc
36346c6
9717274
ace5305
115a5f2
ace5305
115a5f2
f38be2b
 
115a5f2
ace5305
115a5f2
ace5305
 
 
 
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
 
 
 
 
 
 
 
 
 
 
 
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
ace5305
115a5f2
 
 
ace5305
115a5f2
ace5305
115a5f2
ace5305
 
 
 
 
 
b151554
ace5305
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3a8ba95
ace5305
c91a586
ace5305
 
 
 
 
 
 
9656ac5
ace5305
9656ac5
ace5305
 
 
 
 
 
 
 
 
 
5ae8c06
ace5305
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
---
pretty_name: Ishigaki-Bench
license: cc-by-4.0
configs:
- config_name: IFC2X3
  default: true
  data_files: metadata/IFC2X3.json
- config_name: IFC4
  data_files: metadata/IFC4.json
- config_name: IFC4X3_ADD2
  data_files: metadata/IFC4X3_ADD2.json
---

> [!NOTE]
> This result was produced as part of the "[GENIAC (Generative AI Accelerator Challenge) Project](https://www.meti.go.jp/policy/mono_info_service/geniac/index.html)" which is promoted by the Ministry of Economy, Trade and Industry and the New Energy and Industrial Technology Development Organization (NEDO), with the aim of strengthening Japan’s capabilities in generative AI development.

This dataset is an evaluation dataset for the CSV-to-IDS task used to evaluate the Ishigaki-IDS model. It evaluates whether an LLM can generate appropriate IDS from CSV files used for IFC data checking.

[Coming Soon] A high-difficulty benchmark created by experts and grounded more closely in real use cases is also planned for release at a later date.

- The technical blog covering the model overview, training, and evaluation is available [here](https://zenn.dev/onestruction/articles/487404c8762cc6)
- The released model is available [here](https://huggingface.co/ONESTRUCTION/Ishigaki-IDS-8B)

**Features**

- Created in collaboration with BIM/IDS experts
- Enables systematic evaluation across three axes: understanding of IDS, IFC, and Japanese/English
- Covers four construction domains: Common, Architectural, Structural, and Equipment
- Supports three versions: IFC2X3, IFC4, and IFC4X3_ADD2

## Data Specification

This dataset was created by expanding 100 base items across three IFC versions: IFC2X3, IFC4, and IFC4X3_ADD2. Each version has the same structure and is designed so that the distribution of categories and conditions is as even as possible. As a result, the dataset contains 100 samples per IFC version, for a total of 300 samples overall.

```json
{
  "id": "001",
  "entity": "IFCPROJECT",
  "category": "Common",
  "language": "EN",
  "ids_header": true,
  "ifc_content": true,
  "input_csv": "data/input_csv/IFC2X3/IFC2X3_001_IFCPROJECT.csv",
  "output_ids": "data/output_ids/IFC2X3/IFC2X3_001_IFCPROJECT.ids"
}
```

## Description of Each Field

- `id`

  A unique ID for the data.

- `entity`

  The IFC Entity targeted by the data.

- `category`

  A category indicating which construction domain the content belongs to. There are four types: `Common`, `Architectural`, `Structural`, and `Equipment`.

- `language`

  The language used. English is represented as `EN`, and Japanese as `JP`.

- `ids_header`

  Indicates whether IDS vocabulary is used in the input header. If `true`, IDS vocabulary is used; if `false`, non-IDS vocabulary is used.

- `ifc_content`

  Indicates whether IFC vocabulary is used in the data content. If `true`, IFC vocabulary is used; if `false`, general expressions are used.

- `input_csv`

  The file path where the input data for the model is stored.

- `output_ids`

  The file path where the ground-truth IDS data is stored.

## Breakdown by Version

The number of samples for each category and condition in each IFC version is as follows.

| Category | ids_header | ifc_content | language | Count per version |
| --- | --- | --- | --- | --- |
| Common | true | true | EN | 4 |
| Common | true | true | JP | 4 |
| Common | true | false | EN | 3 |
| Common | true | false | JP | 3 |
| Common | false | true | EN | 3 |
| Common | false | true | JP | 3 |
| Common | false | false | EN | 3 |
| Common | false | false | JP | 3 |
| Architectural | true | true | EN | 3 |
| Architectural | true | true | JP | 3 |
| Architectural | true | false | EN | 4 |
| Architectural | true | false | JP | 3 |
| Architectural | false | true | EN | 4 |
| Architectural | false | true | JP | 3 |
| Architectural | false | false | EN | 3 |
| Architectural | false | false | JP | 3 |
| Structural | true | true | EN | 3 |
| Structural | true | true | JP | 3 |
| Structural | true | false | EN | 3 |
| Structural | true | false | JP | 3 |
| Structural | false | true | EN | 3 |
| Structural | false | true | JP | 4 |
| Structural | false | false | EN | 4 |
| Structural | false | false | JP | 3 |
| Equipment | true | true | EN | 3 |
| Equipment | true | true | JP | 3 |
| Equipment | true | false | EN | 3 |
| Equipment | true | false | JP | 3 |
| Equipment | false | true | EN | 3 |
| Equipment | false | true | JP | 2 |
| Equipment | false | false | EN | 2 |
| Equipment | false | false | JP | 3 |

**Benchmark Score**

The generated IDS is evaluated using the "[IDS-Audit-Tool(ver 1.0.96)](https://github.com/buildingSMART/IDS-Audit-tool/tree/e2c96c2358973a17e3f3fae6b8dba86b8385f857)" provided by buildingSMART. Because IDS is a specialized standard in the construction and BIM domain, and also a relatively new standard released at 2024, it is an area that general foundation models have not yet been able to handle sufficiently. Even under such conditions, this model demonstrates strong performance. Please refer to the detailed evaluation results for more information.

![スコア画像_EN](https://cdn-uploads.huggingface.co/production/uploads/64f4340087c1d7666428c2f2/zjKWeLKpb0Q3CfytuWR_b.png)

**Evaluation Method**

The source code will be shared on GitHub at a later date.

**Developers**

- [Koyo Hidaka](https://x.com/HidakaKoyo)

- [Ryo Kanazawa](https://x.com/k_another_wa)

*In alphabetical order

**License**

Creative Commons Attribution 4.0 International (CC BY 4.0)

**Citation**

```bibtex
@misc{idsbench2026,
  title={ONESTRUCTION/IDS-Bench},
  author={ONESTRUCTION Inc.},
  year={2026},
  url={https://huggingface.co/ONESTRUCTION/IDS-Bench}
}
```