SemEval2022 Patronizing and Condescending Language (PCL) Detection
This task is from SemEval 2022.
What is Patronizing and Condescending Language (PCL)?
We all are patronizing and condescending sometimes. And of course, we all are susceptible to be condescended and patronized by others. But some groups are, unfortunately, more used to be referred to with this undervaluing treatment. The so-called vulnerable communities seem to be the perfect target for charity and pity-driven texts, condescension and patronization in news stories.
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 tereotypes, routinizes discrimination and drives to greater exclusion.
For more details about the task check out here.
Abstract
Software implementation
All source code used to generate the results and figures in the paper are in the code
folder. The calculations and figure generation are all run inside Jupyter notebooks. The data used in this study is available upon request.
Getting the code
You can download a copy of all the files in this repository by cloning the git repository:
git clone https://github.com/daniel-saeedi/PCL_Detection_SemEval2022.git
Dependencies
Run this command to install dependencies:
pip3 install -r requirements.txt