ogasurfproject commited on
Commit
60f9ac4
·
verified ·
1 Parent(s): 1cc51a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ - ja
6
+ tags:
7
+ - construction
8
+ - cost-estimation
9
+ - fraud-detection
10
+ - consumer-protection
11
+ - japan
12
+ - residential-renovation
13
+ - llm
14
+ - nlp
15
+ size_categories:
16
+ - n<1K
17
+ pretty_name: Japan Construction Cost Database
18
+ ---
19
+
20
+ # Japan Construction Cost Database (JCCDB)
21
+
22
+ An openly licensed structured dataset linking residential construction plan-level pricing, contractor-size-tier margin ranges, and fraud-detection patterns for the Japanese market.
23
+
24
+ ## Overview
25
+
26
+ JCCDB is the first openly licensed dataset of its kind for Japan's ¥7.35-trillion-per-year residential renovation market. It comprises:
27
+
28
+ - **87 construction plans** across 7 renovation categories (roof, termite control, water heater, window, bathroom, kitchen, electrical)
29
+ - **88 fraud-detection patterns** annotated by severity
30
+ - **4-tier contractor-size margin ranges** (sole proprietor → mid-size → major → national chain)
31
+ - Pricing grounded in 2026 Kanto-region trade-price data and 30 years of construction management experience
32
+ - Quarterly recalibration via Bank of Japan CGPI integration
33
+
34
+ ## Use Cases
35
+
36
+ - Training and evaluating LLM-based cost estimation systems
37
+ - Consumer-protection research and fraud detection benchmarks
38
+ - Cross-country comparative construction-economics analysis
39
+ - Real-world LLM application case studies in non-English markets
40
+
41
+ ## Citation
42
+
43
+ ```bibtex
44
+ @misc{oga2026jccdb,
45
+ title = {Japan Construction Cost Database: An Open Dataset for LLM-Based Cost Estimation and Fraud Detection in Residential Renovation},
46
+ author = {Oga, Toshikatsu},
47
+ year = {2026},
48
+ doi = {10.31224/7007},
49
+ url = {https://engrxiv.org/preprint/view/7007}
50
+ }
51
+ ```
52
+
53
+ ## Links
54
+
55
+ - **Paper (engrXiv):** https://doi.org/10.31224/7007
56
+ - **Original dataset (Zenodo):** https://doi.org/10.5281/zenodo.20019573
57
+ - **Code (GitHub):** https://github.com/ogasurfproject-jpg/japan-construction-cost-database
58
+ - **Author ORCID:** 0009-0000-9180-903X
59
+ - **Service (HORIZON SHIELD):** https://shield.the-horizons-innovation.com
60
+
61
+ ## License
62
+
63
+ Creative Commons Attribution 4.0 International (CC-BY 4.0). Free for commercial and non-commercial use with attribution.
64
+
65
+ ## Author
66
+
67
+ Toshikatsu Oga — The HORIZ音s Co., Ltd. (Japan)
68
+ 30 years in residential construction (carpenter → site supervisor → CM → AI engineer)