File size: 7,935 Bytes
beb9501 d4cda68 579641b d4cda68 c9b033b d4cda68 c9b033b 579641b beb9501 d4cda68 ef655a3 d4cda68 418ffbb d4cda68 776b4e4 d4cda68 4a48492 d4cda68 beb9501 4a48492 d4cda68 c30d9bf d4cda68 776b4e4 d4cda68 776b4e4 d4cda68 776b4e4 d4cda68 beb9501 d4cda68 beb9501 edfacf5 |
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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 |
---
annotations_creators:
- no-annotation
language_creators:
- expert-generated
language:
- en
license:
- cc-by-4.0
multilinguality:
- monolingual
size_categories:
- 1M<n<10M
source_datasets:
- original
task_categories:
- text-classification
- text-generation
task_ids:
- multi-class-classification
- language-modeling
- masked-language-modeling
pretty_name: Hansard Speeches
tags:
- speeches
- politics
- parliament
- British
dataset_info:
features:
- name: id
dtype: string
- name: speech
dtype: string
- name: display_as
dtype: string
- name: party
dtype: string
- name: constituency
dtype: string
- name: mnis_id
dtype: string
- name: date
dtype: string
- name: time
dtype: string
- name: colnum
dtype: string
- name: speech_class
dtype: string
- name: major_heading
dtype: string
- name: minor_heading
dtype: string
- name: oral_heading
dtype: string
- name: year
dtype: string
- name: hansard_membership_id
dtype: string
- name: speakerid
dtype: string
- name: person_id
dtype: string
- name: speakername
dtype: string
- name: url
dtype: string
- name: government_posts
sequence: string
- name: opposition_posts
sequence: string
- name: parliamentary_posts
sequence: string
splits:
- name: train
num_bytes: 3398866626
num_examples: 2694375
download_size: 1479284559
dataset_size: 3398866626
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for Hansard speech
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-instances)
- [Data Splits](#data-instances)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
## Dataset Description
- **Homepage:** https://evanodell.com/projects/datasets/hansard-data/
- **Repository:** https://github.com/evanodell/hansard-data3
- **Paper:** [Needs More Information]
- **Leaderboard:** [Needs More Information]
- **Point of Contact:** [Evan Odell](https://github.com/evanodell)
### Dataset Summary
A dataset containing every speech in the House of Commons from May 1979-July 2020. Quoted from the dataset homepage
> Please contact me if you find any errors in the dataset. The integrity of the public Hansard record is questionable at times, and while I have improved it, the data is presented "as is".
### Supported Tasks and Leaderboards
- `text-classification`: This dataset can be used to classify various texts (transcribed from speeches) as different time periods or as different types
- `language-modeling`: This dataset can contribute to the training or the evaluation of language models for historical texts.
### Languages
`en:GB`
## Dataset Structure
### Data Instances
```
{
'id': 'uk.org.publicwhip/debate/1979-05-17a.390.0',
'speech': "Since the Minister for Consumer Affairs said earlier that the bread price rise would be allowed, in view of developing unemployment in the baking industry, and since the Mother's Pride bakery in my constituency is about to close, will the right hon. Gentleman give us a firm assurance that there will be an early debate on the future of the industry, so that the Government may announce that, thanks to the price rise, those workers will not now be put out of work?",
'display_as': 'Eric Heffer',
'party': 'Labour',
'constituency': 'Liverpool, Walton',
'mnis_id': '725',
'date': '1979-05-17',
'time': '',
'colnum': '390',
'speech_class': 'Speech',
'major_heading': 'BUSINESS OF THE HOUSE',
'minor_heading': '',
'oral_heading': '',
'year': '1979',
'hansard_membership_id': '5612',
'speakerid': 'uk.org.publicwhip/member/11615',
'person_id': '',
'speakername': 'Mr. Heffer',
'url': '',
'government_posts': [],
'opposition_posts': [],
'parliamentary_posts': ['Member, Labour Party National Executive Committee']
}
```
### Data Fields
|Variable|Description|
|---|---|
|id|The ID as assigned by mysociety|
|speech|The text of the speech|
|display_as| The standardised name of the MP.|
|party|The party an MP is member of at time of speech|
|constituency| Constituency represented by MP at time of speech|
|mnis_id| The MP's Members Name Information Service number|
|date|Date of speech|
|time|Time of speech|
|colnum |Column number in hansard record|
|speech_class |Type of speech|
|major_heading| Major debate heading|
|minor_heading| Minor debate heading|
|oral_heading| Oral debate heading|
|year |Year of speech|
|hansard_membership_id| ID used by mysociety|
|speakerid |ID used by mysociety|
|person_id |ID used by mysociety|
|speakername| MP name as appeared in Hansard record for speech|
|url| link to speech|
|government_posts| Government posts held by MP (list)|
|opposition_posts |Opposition posts held by MP (list)|
|parliamentary_posts| Parliamentary posts held by MP (list)|
### Data Splits
Train: 2694375
## Dataset Creation
### Curation Rationale
This dataset contains all the speeches made in the House of Commons and can be used for a number of deep learning tasks like detecting how language and societal views have changed over the >40 years. The dataset also provides language closer to the spoken language used in an elite British institution.
### Source Data
#### Initial Data Collection and Normalization
The dataset is created by getting the data from [data.parliament.uk](http://data.parliament.uk/membersdataplatform/memberquery.aspx). There is no normalization.
#### Who are the source language producers?
[N/A]
### Annotations
#### Annotation process
None
#### Who are the annotators?
[N/A]
### Personal and Sensitive Information
This is public information, so there should not be any personal and sensitive information
## Considerations for Using the Data
### Social Impact of Dataset
The purpose of this dataset is to understand how language use and society's views have changed over time.
### Discussion of Biases
Because of the long time period this dataset spans, it might contain language and opinions that are unacceptable in modern society.
### Other Known Limitations
[Needs More Information]
## Additional Information
### Dataset Curators
This dataset was built on top of [parlparse](https://github.com/mysociety/parlparse) by [Evan Odell](https://github.com/evanodell)
### Licensing Information
Creative Commons Attribution 4.0 International License
### Citation Information
```
@misc{odell, evan_2021,
title={Hansard Speeches 1979-2021: Version 3.1.0},
DOI={10.5281/zenodo.4843485},
abstractNote={<p>Full details are available at <a href="https://evanodell.com/projects/datasets/hansard-data">https://evanodell.com/projects/datasets/hansard-data</a></p> <p><strong>Version 3.1.0 contains the following changes:</strong></p> <p>- Coverage up to the end of April 2021</p>},
note={This release is an update of previously released datasets. See full documentation for details.},
publisher={Zenodo},
author={Odell, Evan},
year={2021},
month={May} }
```
Thanks to [@shamikbose](https://github.com/shamikbose) for adding this dataset. |