Datasets:
Adding citations
Browse files
README.md
CHANGED
@@ -61,6 +61,8 @@ We developed an approach for word-sense disambiguation of dog whistles from stan
|
|
61 |
|
62 |
## Dataset Schema ##
|
63 |
|
|
|
|
|
64 |
| <nobr>Field Name </nobr>| <nobr>Type</nobr> | <nobr>Example</nobr> | <nobr>Description</nobr> |
|
65 |
|:------------|:------|:---------|:-------------|
|
66 |
| <nobr>**dog_whistle**</nobr> | <nobr>str</nobr> | <nobr>"illegals"</nobr> | <nobr>Dog whistle word or term.</nobr> |
|
@@ -76,4 +78,34 @@ We developed an approach for word-sense disambiguation of dog whistles from stan
|
|
76 |
| <nobr>**type**</nobr> | <nobr>str</nobr> | <nobr>"Informal"</nobr> | <nobr>Type of content, formal or informal.</nobr> |
|
77 |
| <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> |
|
78 |
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## Dataset Schema ##
|
63 |
|
64 |
+
> 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/).
|
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> |
|
|
|
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 |
|
81 |
+
|
82 |
+
# Citations #
|
83 |
+
|
84 |
+
### MLA ###
|
85 |
+
|
86 |
+
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.
|
87 |
+
|
88 |
+
### Bibtex ###
|
89 |
+
|
90 |
+
```
|
91 |
+
@inproceedings{kruk-etal-2024-silent,
|
92 |
+
title = "Silent Signals, Loud Impact: {LLM}s for Word-Sense Disambiguation of Coded Dog Whistles",
|
93 |
+
author = "Kruk, Julia and
|
94 |
+
Marchini, Michela and
|
95 |
+
Magu, Rijul and
|
96 |
+
Ziems, Caleb and
|
97 |
+
Muchlinski, David and
|
98 |
+
Yang, Diyi",
|
99 |
+
editor = "Ku, Lun-Wei and
|
100 |
+
Martins, Andre and
|
101 |
+
Srikumar, Vivek",
|
102 |
+
booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
103 |
+
month = aug,
|
104 |
+
year = "2024",
|
105 |
+
address = "Bangkok, Thailand",
|
106 |
+
publisher = "Association for Computational Linguistics",
|
107 |
+
url = "https://aclanthology.org/2024.acl-long.675",
|
108 |
+
pages = "12493--12509",
|
109 |
+
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.",
|
110 |
+
}
|
111 |
+
```
|