--- task_categories: - text-classification language: - tl - en size_categories: - 10K ### Languages The dataset consists mainly of Filipino text, supplemented with a few English words commonly employed in the Filipino language, especially during the 2016 and 2022 Philippine National/Presidential Elections ## Dataset Structure ### Data Instances Non-hate speech sample data: ``` { "text": "Yes to BBM at SARA para sa ikakaunlad ng pilipinas", "label": 0 } ``` Hate speech sample data: ``` { "text": "Kapal ng mukha moIkaw magwithdraw!!!!![USERNAME]Hindi pelikula ang magsilbi sa bayan!!! Tama na pagbabasa ng script!!! Kakampink stfu Isko kupal", "label": 1 } ``` ### Data Splits This dataset was split into 80% training, 10% validation, 10% testing. ## Additional Information ### Dataset Curators - Castro, D. - Dizon, L. J. - Sarip, A. J. - Soriano, M. A. ### Citation Information **Research Title:** Application of BERT in Detecting Online Hate **Published:** 2023 **Authors:** - Castro, D. - Dizon, L. J. - Sarip, A. J. - Soriano, M. A. Feel free to connect via [LinkedIn](https://www.linkedin.com/in/map-soriano/) for further information on this dataset or on the study that it was used on.