jagoldz commited on
Commit
5d9a908
1 Parent(s): 7ec4ddb

add acl link and bib

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -17,7 +17,7 @@ size_categories:
17
 
18
  GAHD is a **G**erman **A**dversarial **H**ate speech **D**ataset containing 10,996 examples. We collected the dataset via four rounds of Dynamic Adversarial Data Collection and explored various methods of supporting annotators in finding adversarial examples.
19
 
20
- - **Paper:** https://arxiv.org/abs/2403.19559
21
  - **Repository:** https://github.com/jagol/gahd
22
 
23
  ## Dataset Structure
@@ -45,12 +45,22 @@ GAHD is a **G**erman **A**dversarial **H**ate speech **D**ataset containing 10,9
45
  When using GAHD, please cite our preprint on Arxiv:
46
 
47
  ```
48
- @misc{goldzycher2024improving,
49
- title={Improving Adversarial Data Collection by Supporting Annotators: Lessons from GAHD, a German Hate Speech Dataset},
50
- author={Janis Goldzycher and Paul Röttger and Gerold Schneider},
51
- year={2024},
52
- eprint={2403.19559},
53
- archivePrefix={arXiv},
54
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
55
  }
56
  ```
 
17
 
18
  GAHD is a **G**erman **A**dversarial **H**ate speech **D**ataset containing 10,996 examples. We collected the dataset via four rounds of Dynamic Adversarial Data Collection and explored various methods of supporting annotators in finding adversarial examples.
19
 
20
+ - **Paper:** https://aclanthology.org/2024.naacl-long.248/
21
  - **Repository:** https://github.com/jagol/gahd
22
 
23
  ## Dataset Structure
 
45
  When using GAHD, please cite our preprint on Arxiv:
46
 
47
  ```
48
+ @inproceedings{goldzycher-etal-2024-improving,
49
+ title = "Improving Adversarial Data Collection by Supporting Annotators: Lessons from {GAHD}, a {G}erman Hate Speech Dataset",
50
+ author = {Goldzycher, Janis and
51
+ R{\"o}ttger, Paul and
52
+ Schneider, Gerold},
53
+ editor = "Duh, Kevin and
54
+ Gomez, Helena and
55
+ Bethard, Steven",
56
+ booktitle = "Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers)",
57
+ month = jun,
58
+ year = "2024",
59
+ address = "Mexico City, Mexico",
60
+ publisher = "Association for Computational Linguistics",
61
+ url = "https://aclanthology.org/2024.naacl-long.248",
62
+ doi = "10.18653/v1/2024.naacl-long.248",
63
+ pages = "4405--4424",
64
+ abstract = "Hate speech detection models are only as good as the data they are trained on. Datasets sourced from social media suffer from systematic gaps and biases, leading to unreliable models with simplistic decision boundaries. Adversarial datasets, collected by exploiting model weaknesses, promise to fix this problem. However, adversarial data collection can be slow and costly, and individual annotators have limited creativity. In this paper, we introduce GAHD, a new German Adversarial Hate speech Dataset comprising ca. 11k examples. During data collection, we explore new strategies for supporting annotators, to create more diverse adversarial examples more efficiently and provide a manual analysis of annotator disagreements for each strategy. Our experiments show that the resulting dataset is challenging even for state-of-the-art hate speech detection models, and that training on GAHD clearly improves model robustness. Further, we find that mixing multiple support strategies is most advantageous. We make GAHD publicly available at https://github.com/jagol/gahd.",
65
  }
66
  ```