Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 7,365 Bytes
147a948
884e63f
 
 
 
 
147a948
 
 
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
5e7f92e
147a948
 
884e63f
5e7f92e
884e63f
 
147a948
 
 
 
 
ddf8f90
 
 
b4a40fb
ddf8f90
b4a40fb
ddf8f90
09c43b5
 
1223399
ddf8f90
1223399
8928c32
 
b4a40fb
 
ddf8f90
 
 
 
 
09c43b5
ddf8f90
 
 
 
b4a40fb
 
 
 
ddf8f90
 
 
 
 
b4a40fb
ddf8f90
 
b4a40fb
ddf8f90
e5ce06c
2052b12
e6d5757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
language:
- en
license: cc-by-sa-4.0
size_categories:
- 10K<n<100K
dataset_info:
  features:
  - name: dog_whistle
    dtype: string
  - name: dog_whistle_root
    dtype: string
  - name: ingroup
    dtype: string
  - name: content
    dtype: string
  - name: date
    dtype: string
  - name: speaker
    dtype: string
  - name: chamber
    dtype: string
  - name: subreddit
    dtype: string
  - name: source
    dtype: string
  - name: definition
    dtype: string
  - name: type
    dtype: string
  - name: party
    dtype: string
  splits:
  - name: train
    num_bytes: 6286465
    num_examples: 16258
  download_size: 2726316
  dataset_size: 6286465
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Silent Signals #
**A dataset of dogwhistle use cases in informal and formal discourse.** 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. 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.

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.

<p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>

**Published at ACL 2024!**

πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
πŸ‘” **Formal Potential Instance Dataset** - [Potential Dogwhistles from Congress](https://huggingface.co/datasets/SALT-NLP/formal_potential_dogwhistles)<br>
πŸ„β€β™€οΈ **Informal Potential Instance Dataset** - [Potential Dogwhistles from Reddit](https://huggingface.co/datasets/SALT-NLP/informal_potential_dogwhistles)<br>
πŸ” **Detection Evaluation Set** - [Human-Annotated Evaluation set for Dogwhistle Detection](https://huggingface.co/datasets/SALT-NLP/silent_signals_detection)<br>
🧩 **Disambiguation Evaluation Set** - [Human-Annotated Evaluation set for Dogwhistle Disambiguation](https://huggingface.co/datasets/SALT-NLP/silent_signals_disambiguation)<br>
πŸ’» **Dataset webpage** - Coming soon πŸš€

<!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
<centering><img src="https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png" alt="head_figure" width="400"/></centering>


## Dataset Schema ##

| <nobr>Field Name </nobr>| <nobr>Type</nobr> | <nobr>Example</nobr> | <nobr>Description</nobr> |
|:------------|:------|:---------|:-------------|
| <nobr>**dog_whistle**</nobr> | <nobr>str</nobr> | <nobr>"illegals"</nobr> | <nobr>Dogwhistle word or term.</nobr> |
| <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> |
| <nobr>**ingroup**</nobr> | <nobr>str</nobr> | <nobr>"anti-Latino"</nobr> | <nobr>The community that uses the dogwhistle.</nobr> |
| <nobr>**content**</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 dogwhistle.</nobr> |
| <nobr>**date**</nobr> | <nobr>str</nobr> | <nobr>"11/14/2016"</nobr> | <nobr>Date of comment, formatted as `mm/dd/yyyy`.</nobr> |
| <nobr>**speaker**</nobr> | <nobr>str</nobr> | <nobr>None</nobr> | <nobr>Speaker, included for U.S. Congressional speech <br>excerpts and Null for Reddit comments.</nobr> |
| <nobr>**chamber**</nobr> | <nobr>str</nobr> | <nobr>None</nobr> | <nobr>Chamber of Congress, 'S' for Senate, <br>'H' for House of Representatives, and <br>Null for Reddit comments.</nobr> |
| <nobr>**subreddit**</nobr> | <nobr>str</nobr> | <nobr>"The_Donald"</nobr> | <nobr>Subreddit where the comment was posted,<br> Null for Congressional data.</nobr> |
| <nobr>**source**</nobr> | <nobr>str</nobr> | <nobr>"PRAW API"</nobr> | <nobr>The source or method of data collection.</nobr> |
| <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 Dog Whistle Glossary.</nobr> |
| <nobr>**type**</nobr> | <nobr>str</nobr> | <nobr>"Informal"</nobr> | <nobr>Type of content, formal or informal.</nobr> |
| <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> |
> 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/).

<br>

# Citations #

### MLA ###

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.

### Bibtex ###

```
@inproceedings{kruk-etal-2024-silent,
    title = "Silent Signals, Loud Impact: {LLM}s for Word-Sense Disambiguation of Coded Dog Whistles",
    author = "Kruk, Julia  and
      Marchini, Michela  and
      Magu, Rijul  and
      Ziems, Caleb  and
      Muchlinski, David  and
      Yang, Diyi",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-long.675",
    pages = "12493--12509",
    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.",
}
```