hbaltuntas commited on
Commit
d68f7d0
·
verified ·
1 Parent(s): c2f880c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: FIDIC Hierarchical Responsibility Classifier
3
  emoji: 🏗️
4
  colorFrom: blue
5
  colorTo: green
@@ -10,9 +10,9 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- # FIDIC Contract Hierarchical Responsibility Classifier
14
 
15
- This application performs **hierarchical classification** of construction contract clauses from FIDIC Red Book contracts. It uses an ensemble of machine learning models to:
16
 
17
  1. **Level 1 - Party Classification:** Identifies the main responsible party (e.g., Employer, Contractor, Engineer)
18
  2. **Level 2 - Stakeholder Classification:** Determines the specific stakeholder role within that party
@@ -59,14 +59,14 @@ texts,category
59
  This application is based on research from:
60
  - **Institution:** Department of Civil Engineering, Karadeniz Technical University, Trabzon, Turkey
61
  - **Authors:** Hayri Burak Altuntaş, Hasan Basri Başağa
62
- - **Topic:** Hierarchical Classification of Responsibility Allocation in FIDIC Red Book Contracts
63
 
64
  ## Technical Details
65
 
66
  - **NLP Pipeline:** Text cleaning, stopword removal, lemmatization
67
  - **Feature Engineering:** Count vectorization and categorical encoding
68
  - **Models:** 7 different ML algorithms in soft voting ensemble
69
- - **Optimization:** Trained on FIDIC Red Book contract dataset
70
 
71
  The upload limit is 50 MB and 100,000 rows to keep memory usage predictable in a
72
  Streamlit deployment. Text and category must be selected from different columns.
 
1
  ---
2
+ title: Automatic Assignment of Project Responsibilities
3
  emoji: 🏗️
4
  colorFrom: blue
5
  colorTo: green
 
10
  license: mit
11
  ---
12
 
13
+ # Automatic Assignment of Project Responsibilities to Stakeholders
14
 
15
+ This application performs **hierarchical classification** of construction responsibility descriptions. It uses an ensemble of machine learning models to:
16
 
17
  1. **Level 1 - Party Classification:** Identifies the main responsible party (e.g., Employer, Contractor, Engineer)
18
  2. **Level 2 - Stakeholder Classification:** Determines the specific stakeholder role within that party
 
59
  This application is based on research from:
60
  - **Institution:** Department of Civil Engineering, Karadeniz Technical University, Trabzon, Turkey
61
  - **Authors:** Hayri Burak Altuntaş, Hasan Basri Başağa
62
+ - **Topic:** Automatic assignment of project responsibilities to stakeholders in BIM information management
63
 
64
  ## Technical Details
65
 
66
  - **NLP Pipeline:** Text cleaning, stopword removal, lemmatization
67
  - **Feature Engineering:** Count vectorization and categorical encoding
68
  - **Models:** 7 different ML algorithms in soft voting ensemble
69
+ - **Optimization:** Trained on a domain-specific construction responsibility dataset
70
 
71
  The upload limit is 50 MB and 100,000 rows to keep memory usage predictable in a
72
  Streamlit deployment. Text and category must be selected from different columns.