Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Nayeon Lee commited on
Commit
ef9cc84
1 Parent(s): a26fde4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,10 +1,19 @@
 
 
 
 
 
 
 
 
 
1
  # CREHate
2
 
3
  Repository for the CREHate dataset, presented in the paper "[Exploring Cross-cultural Differences in English Hate Speech Annotations: From Dataset Construction to Analysis](https://arxiv.org/abs/2308.16705)". (NAACL 2024)
4
 
5
  ## About CREHate (Paper Abstract)
6
 
7
- <img src="https://github.com/nlee0212/CREHate/blob/main/CREHate_Dataset_Construction.png" width="400">
8
 
9
  Most hate speech datasets neglect the cultural diversity within a single language, resulting in a critical shortcoming in hate speech detection.
10
  To address this, we introduce **CREHate**, a **CR**oss-cultural **E**nglish **Hate** speech dataset.
@@ -46,4 +55,4 @@ All 1,580 posts have been annotated by annotators from the United States, Austra
46
  ```shell
47
  $ python llm_inference.py
48
  ```
49
- - `finetune/`: Contains codes and training data splits for finetuning BERT-variants (Appendix F)
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
  # CREHate
11
 
12
  Repository for the CREHate dataset, presented in the paper "[Exploring Cross-cultural Differences in English Hate Speech Annotations: From Dataset Construction to Analysis](https://arxiv.org/abs/2308.16705)". (NAACL 2024)
13
 
14
  ## About CREHate (Paper Abstract)
15
 
16
+ <img src="CREHate_Dataset_Construction.png" width="400">
17
 
18
  Most hate speech datasets neglect the cultural diversity within a single language, resulting in a critical shortcoming in hate speech detection.
19
  To address this, we introduce **CREHate**, a **CR**oss-cultural **E**nglish **Hate** speech dataset.
 
55
  ```shell
56
  $ python llm_inference.py
57
  ```
58
+ - `finetune/`: Contains codes and training data splits for finetuning BERT-variants (Appendix F)