shamikbose89 commited on
Commit
beb9501
1 Parent(s): d4cda68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -25
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
- id|The ID as assigned by mysociety
106
- speech|The text of the speech
107
- display_as| The standardised name of the MP.
108
- party |The party an MP is member of at time of speech
109
- constituency| Constituency represented by MP at time of
110
- mnis_id| The MPs Members Name Information Service number
111
- date |Date of speech
112
- time |Time of speech
113
- colnum |Column number in hansard record
114
- speech_class |Type of speech
115
- major_heading| Major debate heading
116
- minor_heading| Minor debate heading
117
- oral_heading| Oral debate heading
118
- year |Year of speech
119
- hansard_membership_id| ID used by mysociety
120
- speakerid |ID used by mysociety
121
- person_id |ID used by mysociety
122
- speakername| MP name as appeared in Hansard record for speech
123
- url | link to speech
124
- government_posts| Government posts held by MP (list-column)
125
- opposition_posts |Opposition posts held by MP (list-column)
126
- parliamentary_posts| Parliamentary posts held by MP (list-column)
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
+ ```