Configure viewer to use metadata JSON files
Browse files
README.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
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.
|
| 6 |
|
|
@@ -118,9 +135,9 @@ The source code will be shared on GitHub at a later date.
|
|
| 118 |
|
| 119 |
**Developers**
|
| 120 |
|
| 121 |
-
Koyo Hidaka
|
| 122 |
|
| 123 |
-
Ryo Kanazawa
|
| 124 |
|
| 125 |
*In alphabetical order
|
| 126 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Ishigaki-Bench
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: IFC2X3
|
| 6 |
+
default: true
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: metadata/IFC2X3.json
|
| 10 |
+
- config_name: IFC4
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: metadata/IFC4.json
|
| 14 |
+
- config_name: IFC4X3_ADD2
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: metadata/IFC4X3_ADD2.json
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
>This result was produced as part of the "GENIAC (Generative AI Accelerator Challenge) Project," 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.
|
| 21 |
|
| 22 |
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.
|
| 23 |
|
|
|
|
| 135 |
|
| 136 |
**Developers**
|
| 137 |
|
| 138 |
+
- Koyo Hidaka
|
| 139 |
|
| 140 |
+
- Ryo Kanazawa
|
| 141 |
|
| 142 |
*In alphabetical order
|
| 143 |
|