Update README.md
Browse files
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
|
36 |
|
37 |
-
|
38 |
|
39 |
-
|
40 |
|
41 |
-
|
|
|
|
|
42 |
|
43 |
-
|
44 |
|
45 |
-
|
46 |
|
47 |
-
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
-
-
|
51 |
-
- **Language(s) (NLP):** [More Information Needed]
|
52 |
-
- **License:** [More Information Needed]
|
53 |
|
54 |
-
|
55 |
|
56 |
-
|
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 |
-
|
67 |
|
68 |
-
|
69 |
|
70 |
-
|
71 |
|
72 |
-
|
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 |
-
|
|
|
79 |
|
80 |
-
|
81 |
|
82 |
-
|
83 |
|
84 |
## Citation
|
85 |
|
86 |
-
|
|
|
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]
|