Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,11 @@ dataset_info:
|
|
21 |
- name: text
|
22 |
dtype: string
|
23 |
- name: label
|
24 |
-
dtype:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
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
|
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 |
|