Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
jkruk commited on
Commit
b4a40fb
β€’
1 Parent(s): 8928c32

dog whistles --> dogwhistles

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -44,9 +44,9 @@ configs:
44
  ---
45
 
46
  # Silent Signals #
47
- **A dataset of dog whistle use cases in informal and 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.
48
 
49
- We developed an approach for word-sense disambiguation of dog whistles from standard speech using Large Language Models (LLMs), and leveraged 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.
50
 
51
  <p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>
52
 
@@ -55,6 +55,8 @@ We developed an approach for word-sense disambiguation of dog whistles from stan
55
  πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
56
  πŸ‘” **Formal Potential Instance Dataset** - [Potential Dogwhistles from Congress](https://huggingface.co/datasets/SALT-NLP/formal_potential_dogwhistles)<br>
57
  πŸ„β€β™€οΈ **Informal Potential Instance Dataset** - [Potential Dogwhistles from Reddit](https://huggingface.co/datasets/SALT-NLP/informal_potential_dogwhistles)<br>
 
 
58
  πŸ’» **Dataset webpage** - Coming soon πŸš€
59
 
60
  <!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
@@ -65,19 +67,19 @@ We developed an approach for word-sense disambiguation of dog whistles from stan
65
 
66
  | <nobr>Field Name </nobr>| <nobr>Type</nobr> | <nobr>Example</nobr> | <nobr>Description</nobr> |
67
  |:------------|:------|:---------|:-------------|
68
- | <nobr>**dog_whistle**</nobr> | <nobr>str</nobr> | <nobr>"illegals"</nobr> | <nobr>Dog whistle word or term.</nobr> |
69
- | <nobr>**dog_whistle_root**</nobr> | <nobr>str</nobr> | <nobr>"illegal immigrant"</nobr> | <nobr>The root form of the dog whistle,<br> as there could be multiple variations.</nobr> |
70
- | <nobr>**ingroup**</nobr> | <nobr>str</nobr> | <nobr>"anti-Latino"</nobr> | <nobr>The community that uses the dog whistle.</nobr> |
71
- | <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 dog whistle.</nobr> |
72
  | <nobr>**date**</nobr> | <nobr>str</nobr> | <nobr>"11/14/2016"</nobr> | <nobr>Date of comment, formatted as `mm/dd/yyyy`.</nobr> |
73
  | <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> |
74
  | <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> |
75
  | <nobr>**subreddit**</nobr> | <nobr>str</nobr> | <nobr>"The_Donald"</nobr> | <nobr>Subreddit where the comment was posted,<br> Null for Congressional data.</nobr> |
76
  | <nobr>**source**</nobr> | <nobr>str</nobr> | <nobr>"PRAW API"</nobr> | <nobr>The source or method of data collection.</nobr> |
77
- | <nobr>**definition**</nobr> | <nobr>str</nobr> | <nobr>"Latino, especially Mexican, immigrants <br>regardless of documentation."</nobr> | <nobr>Definition of the dog whistle, sourced from the <br>Allen AI Dog Whistle Glossary.</nobr> |
78
  | <nobr>**type**</nobr> | <nobr>str</nobr> | <nobr>"Informal"</nobr> | <nobr>Type of content, formal or informal.</nobr> |
79
  | <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> |
80
- > 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/).
81
 
82
  <br>
83
 
 
44
  ---
45
 
46
  # Silent Signals #
47
+ **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.
48
 
49
+ 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.
50
 
51
  <p style="color:red;">Please note, this dataset contains content that may be upsetting or offensive to some readers.</p>
52
 
 
55
  πŸ“„ **Paper Link** - [Silent Signals, Loud Impact: LLMs for Word-Sense Disambiguation of Coded Dog Whistles](https://aclanthology.org/2024.acl-long.675/)<br>
56
  πŸ‘” **Formal Potential Instance Dataset** - [Potential Dogwhistles from Congress](https://huggingface.co/datasets/SALT-NLP/formal_potential_dogwhistles)<br>
57
  πŸ„β€β™€οΈ **Informal Potential Instance Dataset** - [Potential Dogwhistles from Reddit](https://huggingface.co/datasets/SALT-NLP/informal_potential_dogwhistles)<br>
58
+ πŸ” **Detection Evaluation Set** - [Human-Annotated Evaluation set for Dogwhistle Detection](https://huggingface.co/datasets/SALT-NLP/silent_signals_detection)<br>
59
+ 🧩 **Disambiguation Evaluation Set** - [Human-Annotated Evaluation set for Dogwhistle Disambiguation](https://huggingface.co/datasets/SALT-NLP/silent_signals_disambiguation)<br>
60
  πŸ’» **Dataset webpage** - Coming soon πŸš€
61
 
62
  <!-- ![head_figure_large.png](https://cdn-uploads.huggingface.co/production/uploads/632d02054a4991e711591c34/m70hfQTN2Aw7t3Ilkga4u.png) -->
 
67
 
68
  | <nobr>Field Name </nobr>| <nobr>Type</nobr> | <nobr>Example</nobr> | <nobr>Description</nobr> |
69
  |:------------|:------|:---------|:-------------|
70
+ | <nobr>**dog_whistle**</nobr> | <nobr>str</nobr> | <nobr>"illegals"</nobr> | <nobr>Dogwhistle word or term.</nobr> |
71
+ | <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> |
72
+ | <nobr>**ingroup**</nobr> | <nobr>str</nobr> | <nobr>"anti-Latino"</nobr> | <nobr>The community that uses the dogwhistle.</nobr> |
73
+ | <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> |
74
  | <nobr>**date**</nobr> | <nobr>str</nobr> | <nobr>"11/14/2016"</nobr> | <nobr>Date of comment, formatted as `mm/dd/yyyy`.</nobr> |
75
  | <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> |
76
  | <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> |
77
  | <nobr>**subreddit**</nobr> | <nobr>str</nobr> | <nobr>"The_Donald"</nobr> | <nobr>Subreddit where the comment was posted,<br> Null for Congressional data.</nobr> |
78
  | <nobr>**source**</nobr> | <nobr>str</nobr> | <nobr>"PRAW API"</nobr> | <nobr>The source or method of data collection.</nobr> |
79
+ | <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> |
80
  | <nobr>**type**</nobr> | <nobr>str</nobr> | <nobr>"Informal"</nobr> | <nobr>Type of content, formal or informal.</nobr> |
81
  | <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> |
82
+ > 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/).
83
 
84
  <br>
85