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
8bbcfc2
1 Parent(s): 44d8049

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +122 -0
README.md CHANGED
@@ -36,3 +36,125 @@ dataset_info:
36
  download_size: 491990
37
  dataset_size: 860817
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  download_size: 491990
37
  dataset_size: 860817
38
  ---
39
+
40
+
41
+ # Dataset Card for climate_detection
42
+
43
+ ## Dataset Description
44
+
45
+ - **Homepage:** [climatebert.ai](https://climatebert.ai)
46
+ - **Repository:**
47
+ - **Paper:** [papers.ssrn.com/sol3/papers.cfm?abstract_id=3998435](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3998435)
48
+ - **Leaderboard:**
49
+ - **Point of Contact:** [Nicolas Webersinke](mailto:nicolas.webersinke@fau.de)
50
+
51
+ ### Dataset Summary
52
+
53
+ We introduce an expert-annotated dataset for detecting climate-related paragraphs in corporate disclosures.
54
+
55
+ ### Supported Tasks and Leaderboards
56
+
57
+ The dataset supports a binary classification task of whether a given paragraph is climate-related or not.
58
+
59
+ ### Languages
60
+
61
+ The text in the dataset is in English.
62
+
63
+ ## Dataset Structure
64
+
65
+ ### Data Instances
66
+
67
+ ```
68
+ {
69
+ 'text': '− Scope 3: Optional scope that includes indirect emissions associated with the goods and services supply chain produced outside the organization. Included are emissions from the transport of products from our logistics centres to stores (downstream) performed by external logistics operators (air, land and sea transport) as well as the emissions associated with electricity consumption in franchise stores.',
70
+ 'climate': 1
71
+ }
72
+ ```
73
+
74
+ ### Data Fields
75
+
76
+ - text: a paragraph extracted from corporate annual reports and sustainability reports
77
+ - label: the label (0 -> not climate-related, 1 -> climate-related)
78
+
79
+ ### Data Splits
80
+
81
+ The dataset is split into:
82
+ - train: 1,300
83
+ - test: 400
84
+
85
+ ## Dataset Creation
86
+
87
+ ### Curation Rationale
88
+
89
+ [More Information Needed]
90
+
91
+ ### Source Data
92
+
93
+ #### Initial Data Collection and Normalization
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
+
101
+ Mainly large listed companies.
102
+
103
+ ### Annotations
104
+
105
+ #### Annotation process
106
+
107
+ For more information on our annotation process and annotation guidelines, please refer to the Appendix of our paper (see [citation](#citation-information)).
108
+
109
+ #### Who are the annotators?
110
+
111
+ The authors and students at Universität Zürich and Friedrich-Alexander-Universität Erlangen-Nürnberg with majors in finance and sustainable finance.
112
+
113
+ ### Personal and Sensitive Information
114
+
115
+ Since our text sources contain public information, no personal and sensitive information should be included.
116
+
117
+ ## Considerations for Using the Data
118
+
119
+ ### Social Impact of Dataset
120
+
121
+ [More Information Needed]
122
+
123
+ ### Discussion of Biases
124
+
125
+ [More Information Needed]
126
+
127
+ ### Other Known Limitations
128
+
129
+ [More Information Needed]
130
+
131
+ ## Additional Information
132
+
133
+ ### Dataset Curators
134
+
135
+ - Julia Anna Bingler
136
+ - Mathias Kraus
137
+ - Markus Leippold
138
+ - Nicolas Webersinke
139
+
140
+ ### Licensing Information
141
+
142
+ This dataset is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (cc-by-nc-sa-4.0). To view a copy of this license, visit [creativecommons.org/licenses/by-nc-sa/4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/).
143
+
144
+ If you are interested in commercial use of the dataset, please contact [markus.leippold@bf.uzh.ch](mailto:markus.leippold@bf.uzh.ch).
145
+
146
+ ### Citation Information
147
+
148
+ ```bibtex
149
+ @techreport{bingler2023cheaptalk,
150
+ title={How Cheap Talk in Climate Disclosures Relates to Climate Initiatives, Corporate Emissions, and Reputation Risk},
151
+ author={Bingler, Julia and Kraus, Mathias and Leippold, Markus and Webersinke, Nicolas},
152
+ type = {Working paper},
153
+ institution={Available at SSRN 3998435},
154
+ year={2023}
155
+ }
156
+ ```
157
+
158
+ ### Contributions
159
+
160
+ Thanks to [@webersni](https://github.com/webersni) for adding this dataset.