Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
kdutia commited on
Commit
6716cbd
·
verified ·
1 Parent(s): 933fc72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -33
README.md CHANGED
@@ -28,63 +28,60 @@ configs:
28
  data_files:
29
  - split: train
30
  path: data/train-*
 
31
  ---
32
 
33
  # National Climate Targets Dataset – Climate Policy Radar
34
 
35
- A dataset of climate targets found in national-level laws, policies and UNFCCC submissions from the [Climate Policy Radar database](https://app.climatepolicyradar.org).
36
 
37
- ## Dataset Details
38
 
39
- ### Dataset Description
40
 
41
- <!-- Provide a longer summary of what this dataset is. -->
 
 
42
 
43
- <!-- dataset overview: class descriptions; overall counts -->
44
 
45
- <!-- details of annotators -->
46
 
47
- <!-- for more info see paper -->
48
 
 
 
 
 
 
 
49
 
50
- - **Curated by:** [More Information Needed]
51
- - **Language(s) (NLP):** [More Information Needed]
52
- - **License:** [More Information Needed]
53
 
54
- ### Links
55
 
56
- <!-- Provide the basic links for the dataset. -->
57
-
58
- - **Repository:** [More Information Needed]
59
- - **Paper [optional]:** [More Information Needed]
60
- - **Demo [optional]:** [More Information Needed]
61
-
62
- ## Uses
63
-
64
- <!-- Address questions around how the dataset is intended to be used. -->
65
 
66
- ### Direct Use
67
 
68
- <!-- This section describes suitable use cases for the dataset. -->
69
 
70
- [More Information Needed]
71
 
72
- ### Out-of-Scope Use
73
-
74
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
75
-
76
- [More Information Needed]
77
 
78
- ## Dataset Structure
 
79
 
80
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
81
 
82
- [More Information Needed]
83
 
84
  ## Citation
85
 
86
- **TODO**<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
 
87
 
88
  ## Authors & Contact
89
 
90
- [More Information Needed]
 
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
+ license: cc-by-4.0
32
  ---
33
 
34
  # National Climate Targets Dataset – Climate Policy Radar
35
 
36
+ A dataset of climate targets made by national governments in their laws, policies and UNFCCC submissions which has been used to train a classifier. Text was sourced from the [Climate Policy Radar database](https://app.climatepolicyradar.org).
37
 
38
+ We define a target as an aim to achieve a specific outcome, that is quantifiable and is given a deadline.
39
 
40
+ This dataset distinguishes between different types of targets:
41
 
42
+ - **Reduction** (a.k.a. emissions reduction): a target referring to a reduction in greenhouse gas emissions, either economy-wide or for a sector.
43
+ - **Net zero**: a commitment to balance GHG emissions with removal, effectively reducing the net emissions to zero.
44
+ - **Other**: those that do not fit into the Reduction or Net Zero category but satisfy our definition of a target, e.g. renewable energy targets.
45
 
46
+ *IMPORTANT NOTE:* this dataset has been used to train a machine learning model, and **is not a list of all climate targets published by national governments**.
47
 
48
+ ## Dataset Description
49
 
50
+ This dataset contains **2,610** examples containing 1,193 target mentions annotated in a multilabel setting: one text passage can be assigned to 0 or more target types. This breaks down as follows.
51
 
52
+ | | Number of passages |
53
+ |:--------------|--------:|
54
+ | NZT | 203 |
55
+ | Reduction | 359 |
56
+ | Other | 631 |
57
+ | No Annotation | 1,584 |
58
 
59
+ It was annotated by 3 domain-experts with steps taken to ensure consistency by measuring inter-annotator agreement.
 
 
60
 
61
+ All text is in English: the `translated` column describes whether it has been translated from another language using the Google Cloud Translation API. Further to the text and annotations, we also include characteristics of the documents we use to make equity calculations and anonymised assignment of annotations to annotators.
62
 
63
+ For more information on the dataset and its creation see **our paper TBA**.
 
 
 
 
 
 
 
 
64
 
65
+ ## License
66
 
67
+ Our dataset is licensed as [CC by 4.0](https://creativecommons.org/licenses/by/4.0/).
68
 
69
+ ## Links
70
 
71
+ <!-- Provide the basic links for the dataset. -->
 
 
 
 
72
 
73
+ - **Repository:** [coming soon]
74
+ - **Paper** [coming soon]
75
 
76
+ ## Usage Guidelines
77
 
78
+ <!-- domains it's built for; intended use; known safe and unsafe usage. -->
79
 
80
  ## Citation
81
 
82
+ [Coming soon]
83
+
84
 
85
  ## Authors & Contact
86
 
87
+ [More Information Needed]