Gerard-1705 commited on
Commit
902e84c
·
verified ·
1 Parent(s): a25c71a

Creacion del README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - es
7
+ pretty_name: Pa
8
+ ---
9
+ ## Resumen:
10
+ El siguiente dataset es una traduccion al español del dataset: https://huggingface.co/datasets/climatebert/climate_detection
11
+
12
+ ### Tareas en las que se puede utilizar:
13
+ Clasificación binaria sobre párrafos relacionados a cambio climatico o sustentabilidad.
14
+
15
+ ## Estructura del dataset:
16
+ ### Ejemplo de una instancia:
17
+ ```
18
+ {
19
+ '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.',
20
+ 'label': 1
21
+ }
22
+ ```
23
+
24
+ ### Esta dividido en:
25
+ - train: 1,300
26
+ - test: 400
27
+
28
+ ### Citation Information
29
+ ```bibtex
30
+ @techreport{bingler2023cheaptalk,
31
+ title={How Cheap Talk in Climate Disclosures Relates to Climate Initiatives, Corporate Emissions, and Reputation Risk},
32
+ author={Bingler, Julia and Kraus, Mathias and Leippold, Markus and Webersinke, Nicolas},
33
+ type={Working paper},
34
+ institution={Available at SSRN 3998435},
35
+ year={2023}
36
+ }
37
+ ```