parquet-converter commited on
Commit
b7bd2f2
1 Parent(s): 63ec442

Update parquet files

Browse files
README.md DELETED
@@ -1,160 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - expert-generated
4
- language_creators:
5
- - found
6
- language:
7
- - en
8
- license: cc-by-nc-sa-4.0
9
- multilinguality:
10
- - monolingual
11
- size_categories:
12
- - 1K<n<10K
13
- source_datasets:
14
- - original
15
- task_categories:
16
- - text-classification
17
- task_ids: []
18
- pretty_name: ClimateTalkDetection
19
- dataset_info:
20
- features:
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
32
- num_examples: 1300
33
- - name: test
34
- num_bytes: 222330
35
- num_examples: 400
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:[email protected])
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
- 'label': 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 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 [[email protected]](mailto:[email protected]).
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/test-00000-of-00001-a66dcad1c0d3fa57.parquet → climatebert--climate_detection/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c208fa36590ae61359270af31ab6bddd1f77a1abd13d9c915c781fbb9ad184e
3
- size 132065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e62bbc1ccc76bcf9c19bc851fbd30e23d0a623482b78d4f8d5793ff1b81a9c
3
+ size 132090
data/train-00000-of-00001-af95b4ea0cc056cd.parquet → climatebert--climate_detection/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1c60a537b7f0146b9830ba06e2ff69de44cf5a05c034ef2b4b7ec32ed3bce5e
3
- size 359925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:204115ad89508492ad689234c45bdfa21150f5dca1768c5644afeb583b32056e
3
+ size 359950