Proceedings of the

The 33rd European Safety and Reliability Conference (ESREL 2023)
3 – 8 September 2023, Southampton, UK

Using NLP for Automated Contract Review and Risk Assessment

Gorkem Eken1,a, Irem Dikmen2 and M. Talat Birgonul1,b

1Civil Engineering, Middle East Technical University, Ankara Türkiye.

2Construction Management and Eng., University of Reading, Reading, United Kingdom.

ABSTRACT

Introduction:

Construction projects are notoriously risky due to the involvement of multiple parties having different objectives, limited project time and budget, high organizational and technological complexity, and vulnerability due to dynamic macroenvironmental conditions. Contracts are legal documents that define the responsibilities of the parties and allocate risks. To create an adequate risk management plan, contractors must conduct tedious contract review processes to identify the risks retained by them.

Problem Statement:

Although legal professionals try to assess risks in documents in detail, the possibility of errors due to unrecognized or misinterpreted risk elements remains as in-depth review of contracts is usually not possible during the short bidding period. Therefore, there is a growing need for intelligent systems that automatically analyze contracts to ensure that clauses in contracts are accurately defined and categorized with minimal human intervention. Automated analysis of contracts can be a solution for early detection of contract risks.

Methodology: This research project involves the development of an automated text analysis model based on natural language processing (NLP) and supervised machine learning (ML) to improve the contract review process in the bidding stage. To demonstrate the applicability of the model, the FIDIC standard form of contract was selected, and all sentences were labeled with the sentence type and risk ownership in order to create a training dataset. Sentence type consists of Risk, Right, Obligation, Heading and Definition labels. The risk ownership consists of Contractor, Employer and Shared labels. In addition, the test dataset was created using a real contract of a construction project. The selected real contract has been prepared based on FIDIC Silver Book for an airport project. Preprocessing methods such as lemmatization and stop word removal were employed. After the preprocessing steps, the number of sentences in the training dataset created from the FIDIC Red, Silver, and Yellow Book decreased from 5346 sentences to 2268 sentences when repeated sentences were removed. On the other hand, the number of sentences in the test data set created from the real contract decreased from 1305 sentences to 1217 sentences when only unique sentences were kept. The labels in the training and test datasets were validated with the help of expert meetings with six participants who were working in departments of contract. One of them has a Ph.D. degree, and three of them have an M.Sc. degree. Half of them have more than 10 years of work experience. Randomly selected 10% of sentences in each dataset were relabeled by experts for both sentence type and risk ownership. Expert labels were compared with the labels given by researchers and the deviation between the two sets was calculated as 3%. Datasets used to train and evaluate 12 ML models.

12 machine learning models were built based on Bag of Words, Term Frequency-Inverse Document Frequency, pre-trained Spacy and Glove word embeddings and Bidirectional Encoder Representations from Transformers (BERT) word embedding techniques and logistic regression, support vector machine, decision tree, recurrent neural network and BERT algorithms. The classification models were evaluated based on four parameters: True Positive (TP), False Positive (FP), True Negative (TN), and False Negative (FN). The confusion matrix for binary classification and multi-class classification were created, respectively. The performance of a machine learning model is usually measured by six metrics: Accuracy, Precision, Recall, F1 score, Specificity, and Area Under the Curve, which are calculated using TP, FN, FP, and TN values. The most appropriate performance metric for the study is accuracy. However, the accuracy measures may not perform as expected if the dataset has a non-uniform distribution across different classes. Therefore, accuracy and f1 score, which is the harmonic mean of precision and recall and calculated as 2xTP/(2xTP+FP+FN), were used as evaluation metrics in this study.

Results:

The BERT model achieved 87% accuracy for sentence type classification, which has 5 labels as heading, definition, risk, right and obligation, and 80% accuracy for risk ownership classification, which has 3 labels as contractor, employer and shared. The best tree models were ensembled with the competitive voting method. After implementing the competitive voting method, accuracy increased to 89% for sentence type classification and 83% for risk ownership classification. Table 1 presents the individual performance results of each ML and competitive voting results for sentence type and risk ownership classification.

Discussion of Findings and Conclusions:

This study explores the potential of using NLP and ML for automated contract review in the construction industry. Manual contract analysis is currently time-consuming, costly and error-prone. The study uses FIDIC books to create datasets for ML models and compares their classification performance. With the proposed method, sentences in terms and conditions can be classified as type and ownership to identify parties' risks, rights and obligations. The results obtained, with an accuracy of 0.89 and an f1 score of 0.86, are promising, especially considering the relatively small training dataset. The study highlights the importance of using pre-trained models based on large datasets to improve classification performance, which is particularly useful when there is a limited amount of input in a domain. This approach can provide a way to combine domain-free information from large datasets with domain-specific information to solve problems. The automated construction contract review model, while may not be ideal as a stand-alone method at the bidding stage, can provide valuable information to reduce time and errors due to overlooking. The proposed approach can reduce staff workload and increase the quality of work in risk assessment at the bid stage, which can be helpful for contractors when deciding on risk premiums. Overall, this study provides a new and promising approach for contractors to review construction contracts using automated methods, which can improve efficiency and reduce errors.

Future work and limitations: Although the results are promising about utilization of ML and NLP for automated contract review, there are limitations and further research is needed in this area. The dataset used in this study is limited to FIDIC books and the classification model was only tested on construction contracts based on FIDIC. To build a more general classification model, the dataset needs to be extended to include different types of standard contracts. While 12 ML models have been trained based on 5 algorithms and 6 vectorisation methods, further research needs to evaluate other alternatives for both the algorithm and vectorisation sides. In addition, the integration of a rule-based approach and the consideration of ambiguity in the natural language are also important factors which may increase the classification performance. Finally, the usefulness of the classification model depends on the appropriateness of the labels in the training dataset and needs to be verified according to the company's risk perception.

Keywords: Construction contract review, Machine learning, NLP, Text classification, Deep learning.



Download PDF