Skip to content

Optimized NLP algorithm for failure's declaration detection in customer reviews

lidamsoukaina/Failure_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Failure-Detection

NLP algorithm for identification of customer reviews reporting product failures.

Data Set - Overview

  • The dataset is made of reviews scraped from Amazon website.
  • Those reviews deal with tablets.
  • The attributes given in the datasets are the review id, the tablet model id, the customer review, the rating given to the product, the failure degree label.
  • The labels are given in the "Failure class" column of the csv files.
    • "IF" means "Intolerable Failure", i.e. the product broke and is unusable.
    • "TF" means "Tolerable Failure", i.e. the product broke but can be used.
    • An empty field means that there is no known failure.

Evaluation Metrics

To evaluate the model performance, we rely on F1-score and Balanced Accuracy.

About

Optimized NLP algorithm for failure's declaration detection in customer reviews

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published