Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.62 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.62 KB

SemEval 2022 Task 4: Patronizing and Condescending Language Detection (PCL)

PCL is often involuntary and unconscious and the authors using such language are usually trying to help the communities in need, by raising awareness, moving the audience to action or standing for the rights of the under-represented. But PCL can potentially be very harmful, as it feeds stereotypes, routinizes discrimination and drives to greater exclusion. In our project, we applied classic machine learning, and deep learning models to classify the documents with PCL.

Models

  • Logistic Regression (LR)
  • Random Forests (RF)
  • K Nearest Neighbor (KNN)
  • Decision Tree (DT)
  • Naive Bayes (NB)
  • Suport Vector Machine (SVM)
  • LightGBM (LGBM)
  • XGBoost (XGB)

Deep Learning Models

F1

ROC-AUC