Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
jkruk commited on
Commit
f9ac448
β€’
1 Parent(s): 8f0b50a

Update README.md

Browse files

Adding dataset card with all info

Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -27,3 +27,69 @@ configs:
27
  - split: train
28
  path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: train
28
  path: data/train-*
29
  ---
30
+
31
+
32
+ # Silent Signals | Human-Annotated Evaluation set for Detection (Synthetic Detection Dataset) #
33
+ **A dataset of human-annotated dogwhistle use cases to evaluate models on their ability to detect, identify, and define dogwhitles.** A dogwhistle is a form of coded communication that carries a secondary meaning to specific audiences and is often weaponized for racial and socioeconomic discrimination. Dogwhistling historically originated from United States politics, but in recent years has taken root in social media as a means of evading hate speech detection systems and maintaining plausible deniability.
34
+
35
+ We developed an approach for word-sense disambiguation of dogwhistles from standard speech using Large Language Models (LLMs), and leveraged this technique to create a dataset of 16,550 high-confidence coded examples of dogwhistles used in formal and informal communication. Silent Signals is the largest dataset of disambiguated dogwhistle usage, created for applications in hate speech detection, neology, and political science.
36
+
37
+ <p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>
38
+
39
+ **Published at ACL 2024!**
40
+
41
+ πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
42
+ πŸ—‚οΈ **Disambiguated Dogwhistle Dataset** - [Silent-Signals on HuggingFace](https://huggingface.co/datasets/SALT-NLP/silent_signals)<br>
43
+ πŸ‘” **Formal Potential Instance Dataset** - [Potential Dogwhistles from Congress](https://huggingface.co/datasets/SALT-NLP/formal_potential_dogwhistles)<br>
44
+ πŸ„β€β™€οΈ **Informal Potential Instance Dataset** - [Potential Dogwhistles from Reddit](https://huggingface.co/datasets/SALT-NLP/informal_potential_dogwhistles)<br>
45
+ πŸ’» **Dataset webpage** - Coming soon πŸš€
46
+
47
+ <!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
48
+ <centering><img src="https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png" alt="head_figure" width="400"/></centering>
49
+
50
+
51
+ ## Dataset Schema ##
52
+
53
+ | <nobr>Field Name </nobr>| <nobr>Type</nobr> | <nobr>Example</nobr> | <nobr>Description</nobr> |
54
+ |:------------|:------|:---------|:-------------|
55
+ | <nobr>**idx**</nobr> | <nobr>int</nobr> | <nobr>"4"</nobr> | <nobr>Index.</nobr> |
56
+ | <nobr>**dog_whistle**</nobr> | <nobr>str</nobr> | <nobr>"illegals"</nobr> | <nobr>Dogwhistle word or term.</nobr> |
57
+ | <nobr>**dog_whistle_root**</nobr> | <nobr>str</nobr> | <nobr>"illegal immigrant"</nobr> | <nobr>The root form of the dogwhistle,<br> as there could be multiple variations.</nobr> |
58
+ | <nobr>**ingroup**</nobr> | <nobr>str</nobr> | <nobr>"anti-Latino"</nobr> | <nobr>The community that uses the dogwhistle.</nobr> |
59
+ | <nobr>**definition**</nobr> | <nobr>str</nobr> | <nobr>"Latino, especially Mexican, immigrants <br>regardless of documentation."</nobr> | <nobr>Definition of the dogwhistle, sourced from the <br>Allen AI Dogwhistle Glossary.</nobr> |
60
+ | <nobr>**example**</nobr> | <nobr>str</nobr> | <nobr>"In my State of Virginia, the governor put a stop <br>to the independent audits that were finding <br>thousands of illegals on the roll."</nobr> | <nobr>Text containing the dog whistle.</nobr> |
61
+ | <nobr>**label**</nobr> | <nobr>str</nobr> | <nobr>"coded"</nobr> | <nobr>Denotes if the term is used as a coded dogwhistle ("coded") or not ("non-code").</nobr> |
62
+ > NOTE: The dogwhistles terms and definitions that enabled this research and data collection were sourced from the [Allen AI Dogwhistle Glossary](https://dogwhistles.allen.ai/).
63
+
64
+ <br>
65
+
66
+ # Citations #
67
+
68
+ ### MLA ###
69
+
70
+ Julia Kruk, Michela Marchini, Rijul Magu, Caleb Ziems, David Muchlinski, and Diyi Yang. 2024. Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dogwhistles. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 12493–12509, Bangkok, Thailand. Association for Computational Linguistics.
71
+
72
+ ### Bibtex ###
73
+
74
+ ```
75
+ @inproceedings{kruk-etal-2024-silent,
76
+ title = "Silent Signals, Loud Impact: {LLM}s for Word-Sense Disambiguation of Coded Dog Whistles",
77
+ author = "Kruk, Julia and
78
+ Marchini, Michela and
79
+ Magu, Rijul and
80
+ Ziems, Caleb and
81
+ Muchlinski, David and
82
+ Yang, Diyi",
83
+ editor = "Ku, Lun-Wei and
84
+ Martins, Andre and
85
+ Srikumar, Vivek",
86
+ booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
87
+ month = aug,
88
+ year = "2024",
89
+ address = "Bangkok, Thailand",
90
+ publisher = "Association for Computational Linguistics",
91
+ url = "https://aclanthology.org/2024.acl-long.675",
92
+ pages = "12493--12509",
93
+ abstract = "A dog whistle is a form of coded communication that carries a secondary meaning to specific audiences and is often weaponized for racial and socioeconomic discrimination. Dog whistling historically originated from United States politics, but in recent years has taken root in social media as a means of evading hate speech detection systems and maintaining plausible deniability. In this paper, we present an approach for word-sense disambiguation of dog whistles from standard speech using Large Language Models (LLMs), and leverage this technique to create a dataset of 16,550 high-confidence coded examples of dog whistles used in formal and informal communication. Silent Signals is the largest dataset of disambiguated dog whistle usage, created for applications in hate speech detection, neology, and political science.",
94
+ }
95
+ ```