File size: 1,523 Bytes
9c956ad 07a7d12 9c956ad 42811e2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
license: cc-by-4.0
---
# HateSpeechCorpus
## Overview
HateSpeechCorpus is a dataset collected from Twitter, consisting of 3003 tweets. It has been meticulously annotated by three speech-language pathology graduate students, ensuring high-quality labeling of hate speech. This dataset is invaluable for researchers and practitioners working on hate speech detection and natural language processing.
**Source:** Twitter
**Length:** 3003 tweets
**Annotators:** Three speech-language pathology graduate students
## Paper
For a detailed investigation of annotator bias in LLMs for hate speech detection, refer to the associated paper: [Investigating Annotator Bias in Large Language Models for Hate Speech Detection](https://arxiv.org/abs/2406.11109).
## Citation
If you use this dataset in your research, please cite the following paper:
@misc{das2024investigating,
title={Investigating Annotator Bias in Large Language Models for Hate Speech Detection},
author={Amit Das and Zheng Zhang and Fatemeh Jamshidi and Vinija Jain and Aman Chadha and Nilanjana Raychawdhary and Mary Sandage and Lauramarie Pope and Gerry Dozier and Cheryl Seals},
year={2024},
eprint={2406.11109},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
# Load the dataset
df = pd.read_csv('HateSpeechCorpus.csv')
# Display the first few rows
print(df.head())
## License: CC BY
## Contact
For any questions or feedback, feel free to contact the authors of the paper or the dataset contributors.
Contact Information: azd0123@auburn.edu
--- |