shamikbose89
commited on
Commit
•
beb9501
1
Parent(s):
d4cda68
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
annotations_creators:
|
2 |
- no-annotation
|
3 |
language:
|
@@ -22,6 +23,7 @@ task_categories:
|
|
22 |
- text-classification
|
23 |
task_ids:
|
24 |
- multi-class-classification
|
|
|
25 |
|
26 |
# Dataset Card for hansard_speech
|
27 |
|
@@ -100,30 +102,30 @@ A dataset containing every speech in the House of Commons from May 1979-July 202
|
|
100 |
|
101 |
### Data Fields
|
102 |
|
103 |
-
Variable|Description
|
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 |
### Data Splits
|
129 |
|
@@ -185,6 +187,7 @@ Creative Commons Attribution 4.0 International License
|
|
185 |
|
186 |
### Citation Information
|
187 |
|
|
|
188 |
@misc{odell, evan_2021,
|
189 |
title={Hansard Speeches 1979-2021: Version 3.1.0},
|
190 |
DOI={10.5281/zenodo.4843485},
|
@@ -193,4 +196,5 @@ note={This release is an update of previously released datasets. See full docume
|
|
193 |
publisher={Zenodo},
|
194 |
author={Odell, Evan},
|
195 |
year={2021},
|
196 |
-
month={May} }
|
|
|
|
1 |
+
---
|
2 |
annotations_creators:
|
3 |
- no-annotation
|
4 |
language:
|
|
|
23 |
- text-classification
|
24 |
task_ids:
|
25 |
- multi-class-classification
|
26 |
+
---
|
27 |
|
28 |
# Dataset Card for hansard_speech
|
29 |
|
|
|
102 |
|
103 |
### Data Fields
|
104 |
|
105 |
+
|Variable|Description|
|
106 |
+
|---|---|
|
107 |
+
|id|The ID as assigned by mysociety|
|
108 |
+
|speech|The text of the speech|
|
109 |
+
|display_as| The standardised name of the MP.|
|
110 |
+
|party|The party an MP is member of at time of speech|
|
111 |
+
|constituency| Constituency represented by MP at time of speech|
|
112 |
+
|mnis_id| The MP's Members Name Information Service number|
|
113 |
+
|date|Date of speech|
|
114 |
+
|time|Time of speech|
|
115 |
+
|colnum |Column number in hansard record|
|
116 |
+
|speech_class |Type of speech|
|
117 |
+
|major_heading| Major debate heading|
|
118 |
+
|minor_heading| Minor debate heading|
|
119 |
+
|oral_heading| Oral debate heading|
|
120 |
+
|year |Year of speech|
|
121 |
+
|hansard_membership_id| ID used by mysociety|
|
122 |
+
|speakerid |ID used by mysociety|
|
123 |
+
|person_id |ID used by mysociety|
|
124 |
+
|speakername| MP name as appeared in Hansard record for speech|
|
125 |
+
|url| link to speech|
|
126 |
+
|government_posts| Government posts held by MP (list-column)|
|
127 |
+
|opposition_posts |Opposition posts held by MP (list-column)|
|
128 |
+
|parliamentary_posts| Parliamentary posts held by MP (list-column)|
|
129 |
|
130 |
### Data Splits
|
131 |
|
|
|
187 |
|
188 |
### Citation Information
|
189 |
|
190 |
+
```
|
191 |
@misc{odell, evan_2021,
|
192 |
title={Hansard Speeches 1979-2021: Version 3.1.0},
|
193 |
DOI={10.5281/zenodo.4843485},
|
|
|
196 |
publisher={Zenodo},
|
197 |
author={Odell, Evan},
|
198 |
year={2021},
|
199 |
+
month={May} }
|
200 |
+
```
|