Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
jkruk commited on
Commit
ba2719e
β€’
1 Parent(s): 3e289be

Adding citation info

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -35,16 +35,17 @@ configs:
35
  ---
36
 
37
  # Silent Signals | Formal Potential Dogwhistles (Potential Instance Dataset)
 
38
  **A dataset of *potential* dogwhistle use cases in formal discourse.** 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.
39
 
40
- This dataset contains over 1 million excepts from U.S. Congressional Records that contain a dogwhistle term, created via keyword search on terms in the [Allen AI Dogwhistle Glossary](https://dogwhistles.allen.ai/). Therefore, many of the excerpts are likely using these terms in a non-coded sense. This dataset was used as input to our approach for word-sense disambiguation of dog whistles from standard speech using Large Language Models (LLMs). Please see the paper linked below for more details.
41
 
42
  <p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>
43
 
44
  **Published at ACL 2024!**
45
 
46
  πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
47
- πŸ“ **Disambiguated Dogwhistles Dataset** - [Silent-Signals](https://huggingface.co/datasets/SALT-NLP/silent_signals)
48
  πŸ’» **Dataset webpage** - Coming soon πŸš€
49
 
50
  <!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
@@ -65,4 +66,34 @@ This dataset contains over 1 million excepts from U.S. Congressional Records tha
65
  | <nobr>**source**</nobr> | <nobr>str</nobr> | <nobr>"PRAW API"</nobr> | <nobr>The source or method of data collection.</nobr> |
66
  | <nobr>**party**</nobr> | <nobr>str</nobr> | <nobr>None</nobr> | <nobr>The political party affiliation of the speaker, <br>available only for U.S. Congressional excerpts.</nobr> |
67
 
68
- > NOTE: The dog whistles terms and definitions that enabled this research and data collection were sourced from the [Allen AI Dogwhistle Glossary](https://dogwhistles.allen.ai/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Silent Signals | Formal Potential Dogwhistles (Potential Instance Dataset)
38
+
39
  **A dataset of *potential* dogwhistle use cases in formal discourse.** 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.
40
 
41
+ **This dataset contains over 1 million excepts from U.S. Congressional Records that contain a dogwhistle term, created via keyword search on terms in the [Allen AI Dogwhistle Glossary](https://dogwhistles.allen.ai/)**. Therefore, many of the excerpts are likely using these terms in a non-coded sense. This dataset was used as input to our approach for word-sense disambiguation of dog whistles from standard speech using Large Language Models (LLMs). Please see the paper linked below for more details.
42
 
43
  <p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>
44
 
45
  **Published at ACL 2024!**
46
 
47
  πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
48
+ πŸ“ **Disambiguated Dogwhistles Dataset** - [Silent-Signals](https://huggingface.co/datasets/SALT-NLP/silent_signals)<br>
49
  πŸ’» **Dataset webpage** - Coming soon πŸš€
50
 
51
  <!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
 
66
  | <nobr>**source**</nobr> | <nobr>str</nobr> | <nobr>"PRAW API"</nobr> | <nobr>The source or method of data collection.</nobr> |
67
  | <nobr>**party**</nobr> | <nobr>str</nobr> | <nobr>None</nobr> | <nobr>The political party affiliation of the speaker, <br>available only for U.S. Congressional excerpts.</nobr> |
68
 
69
+ > NOTE: The dog whistles terms and definitions that enabled this research and data collection were sourced from the [Allen AI Dogwhistle Glossary](https://dogwhistles.allen.ai/).
70
+
71
+
72
+ ## Cite Silent Signals ##
73
+
74
+ 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 Dog Whistles. 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.
75
+
76
+ ### Bibtex ##
77
+
78
+ ```
79
+ @inproceedings{kruk-etal-2024-silent,
80
+ title = "Silent Signals, Loud Impact: {LLM}s for Word-Sense Disambiguation of Coded Dog Whistles",
81
+ author = "Kruk, Julia and
82
+ Marchini, Michela and
83
+ Magu, Rijul and
84
+ Ziems, Caleb and
85
+ Muchlinski, David and
86
+ Yang, Diyi",
87
+ editor = "Ku, Lun-Wei and
88
+ Martins, Andre and
89
+ Srikumar, Vivek",
90
+ booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
91
+ month = aug,
92
+ year = "2024",
93
+ address = "Bangkok, Thailand",
94
+ publisher = "Association for Computational Linguistics",
95
+ url = "https://aclanthology.org/2024.acl-long.675",
96
+ pages = "12493--12509",
97
+ 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.",
98
+ }
99
+ ```