Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
webersni commited on
Commit
63ec442
1 Parent(s): 66ef6a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,11 +21,11 @@ dataset_info:
21
  - name: text
22
  dtype: string
23
  - name: label
24
- dtype: int64
25
- class_label:
26
- names:
27
- '0': no
28
- '1': yes
29
  splits:
30
  - name: train
31
  num_bytes: 638487
@@ -94,7 +94,7 @@ The dataset is split into:
94
 
95
  Our dataset contains climate-related paragraphs extracted from financial disclosures by firms. We collect text from corporate annual reports and sustainability reports.
96
 
97
- For more information regarding our sample selection, please refer to the Appendix B of our paper (see [citation](#citation-information)).
98
 
99
  #### Who are the source language producers?
100
 
 
21
  - name: text
22
  dtype: string
23
  - name: label
24
+ dtype:
25
+ class_label:
26
+ names:
27
+ '0': no
28
+ '1': yes
29
  splits:
30
  - name: train
31
  num_bytes: 638487
 
94
 
95
  Our dataset contains climate-related paragraphs extracted from financial disclosures by firms. We collect text from corporate annual reports and sustainability reports.
96
 
97
+ For more information regarding our sample selection, please refer to the Appendix of our paper (see [citation](#citation-information)).
98
 
99
  #### Who are the source language producers?
100