--- 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 - name: speech_id dtype: float64 - name: speaker_bioguide dtype: string - name: year dtype: int64 splits: - name: train num_bytes: 6615712 num_examples: 16258 download_size: 2770343 dataset_size: 6615712 configs: - config_name: default data_files: - split: train path: data/train-* license: cc-by-sa-4.0 language: - en size_categories: - 10K 💻 **Dataset webpage** - Coming soon 🚀 head_figure ## Dataset Schema ## | Field Name | Type | Example | Description | |:------------|:------|:---------|:-------------| | **dog_whistle** | str | "illegals" | Dog whistle word or term. | | **dog_whistle_root** | str | "illegal immigrant" | The root form of the dog whistle,
as there could be multiple variations.
| | **ingroup** | str | "anti-Latino" | The community that uses the dog whistle. | | **content** | str | "In my State of Virginia, the governor put a stop
to the independent audits that were finding
thousands of illegals on the roll."
| Text containing the dog whistle. | | **date** | str | "11/14/2016" | Date of comment, formatted as `mm/dd/yyyy`. | | **speaker** | str | None | Speaker, included for U.S. Congressional speech
excerpts and Null for Reddit comments.
| | **chamber** | str | None | Chamber of Congress, 'S' for Senate,
'H' for House of Representatives, and
Null for Reddit comments.
| | **subreddit** | str | "The_Donald" | Subreddit where the comment was posted,
Null for Congressional data.
| | **source** | str | "PRAW API" | The source or method of data collection. | | **definition** | str | "Latino, especially Mexican, immigrants
regardless of documentation."
| Definition of the dog whistle, sourced from the
Allen AI Dog Whistle Glossary.
| | **type** | str | "Informal" | Type of content, formal or informal. | | **party** | str | None | The political party affiliation of the speaker,
available only for U.S. Congressional excerpts.
| > NOTE: The dog whistles terms and definitions that enabled this research and data collection were sourced from the [Allen AI Dog Whistles Dataset](https://dogwhistles.allen.ai/).