Datasets:
ibm
/

Modalities:
Text
Formats:
text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
ceberam commited on
Commit
dee85fe
1 Parent(s): 037f45d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -20
README.md CHANGED
@@ -19,7 +19,7 @@ size_categories:
19
  ---
20
  # Dataset Card for Climate Change NER
21
 
22
- The Climate Change NER is an English-language dataset containing 534 abstracts of climate-related papers. They have been sourced from the Semantic Scholar Academic Graph "abstracts" dataset. The abstracts have been manually annotated by classifying climate-related tokens in a set of 14 categories.
23
 
24
  ## Dataset Details
25
 
@@ -36,7 +36,7 @@ by using a seed set of climate-related keywords. The abstracts were annotated by
36
 
37
  ### Dataset Sources
38
 
39
- - **Source** A subset of Semantic Scholar Academic Graph Dataset (the _abstracts_ dataset)
40
  - **Paper:** TBA
41
 
42
  ## Uses
@@ -54,7 +54,7 @@ and containing a unique hash of the document across the entire dataset. Each tok
54
  - `I` if the token is inside of a named entity instance
55
 
56
  If the token is marked with `O` or `I`, the entity type is added. A maximum of one entity type can be assigned to a token. The possible types are:
57
- `assets`, `climate-named`, `datasets`, `ghg`, `hazards`, `impacts`, `mitigations`, `models`, `nature`, `observations`, `organisms`, `organizations`, `problems`, and `properties`.
58
 
59
  ```
60
  -DOCSTART- -X- O O cc560f5c553e1b60e054abe1578227ff
@@ -91,7 +91,7 @@ period O
91
  The Climate Change NER dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 1.0.0 of the dataset.
92
 
93
  | Dataset Split | Number of Instances in Split |
94
- | ------------- | ---------------------------- |
95
  | Train | 382 |
96
  | Validation | 77 |
97
  | Test | 75 |
@@ -101,27 +101,26 @@ The Climate Change NER dataset has 3 splits: _train_, _validation_, and _test_.
101
 
102
  ### Source Data
103
 
104
- The source data are abstracts from the Semantic Scholar Academic Graph Dataset (the _abstracts_ dataset).
105
- This collection is licensed under ODC-BY. (https://opendatacommons.org/licenses/by/1.0/)\n\nBy downloading this data you acknowledge that you have read and agreed to all the terms in this license.\n\nATTRIBUTION\nWhen using this data in a product or service, or including data in a redistribution, please cite the following paper:
106
 
107
  ### Annotations
108
 
109
  The abstracts have been annotated manually. Climate-related tokens are classified according to the following classes:
110
 
111
- - `assets`: objects or services of value to humans that can get destroyed or diminished by climate-hazards. Key categories are health, buildings, infrastructure, and crops or livestock.
112
- - `climate-named`: ?
113
- - `datasets`: specific collections of climate data with a name. A climate dataset can be the result of observations or of a model, e.g., as a prediction or reanalysis. The data may be lists, tables, databases, inventories or historical records, where the data dominate over attached code.
114
- - `ghg`: gases that cause heating of the atmosphere (greenhouse gases).
115
- - `hazards`: hazards with potential negative impact on climate, such as floods, wildfires, droughts, and heatwaves. Where a hazard is named in more detail in a text, the entire term is annotated, e.g., _surface water flood_ or _soil liquefaction_.
116
- - `impacts`: effects of hazards, primarily negative effects on humans. We also consider impacts on livestock as impacts, as it indirectly affects humans.
117
- - `mitigations`: activities to reduce climate change or to better deal with the consequences.
118
- - `models`: specific physical, mathematical, or artificial intelligence objects, nowadays always computer-executable, used to analyze and usually predict climate parameters.
119
- - `nature`: aspects of nature that are not alive, such as oceans, rivers, the atmosphere, winds, and snow.
120
- - `observations`: climate observation tools with a name. Examples are satellites, radiospectrometers, rain gauges, wildlife cameras, and questionnaires.
121
- - `organisms`: animals, plants, and other organisms that are considered for their own sakes (in contrast to as food for humans) as climate organisms.
122
- - `organizations`: real-world organizations with climate-related interests.
123
- - `problems`:
124
- - `properties`:
125
 
126
  #### Who are the annotators?
127
 
@@ -131,6 +130,12 @@ The dataset was annotated by Birgit Pfitzmann
131
 
132
  Publication TBA.
133
 
 
 
 
 
 
 
134
  **BibTeX:**
135
 
136
  ```
 
19
  ---
20
  # Dataset Card for Climate Change NER
21
 
22
+ The Climate Change NER is an English-language dataset containing 534 abstracts of climate-related papers. They have been sourced from the Semantic Scholar Academic Graph "abstracts" dataset. The abstracts have been manually annotated by classifying climate-related tokens in a set of 13 categories.
23
 
24
  ## Dataset Details
25
 
 
36
 
37
  ### Dataset Sources
38
 
39
+ - **Source** A subset of Semantic Scholar Academic Graph Dataset (the "abstracts" dataset)
40
  - **Paper:** TBA
41
 
42
  ## Uses
 
54
  - `I` if the token is inside of a named entity instance
55
 
56
  If the token is marked with `O` or `I`, the entity type is added. A maximum of one entity type can be assigned to a token. The possible types are:
57
+ `climate-assets`, `climate-datasets`, `climate-greenhouse-gases`, `climate-hazards`, `climate-impacts`, `climate-mitigations`, `climate-models`, `climate-nature`, `climate-observations`, `climate-organisms`, `climate-organizations`, `climate-problem-origins`, and `climate-properties`.
58
 
59
  ```
60
  -DOCSTART- -X- O O cc560f5c553e1b60e054abe1578227ff
 
91
  The Climate Change NER dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 1.0.0 of the dataset.
92
 
93
  | Dataset Split | Number of Instances in Split |
94
+ | :------------ | :--------------------------- |
95
  | Train | 382 |
96
  | Validation | 77 |
97
  | Test | 75 |
 
101
 
102
  ### Source Data
103
 
104
+ The source data are abstracts from the [Semantic Scholar Academic Graph Dataset](https://www.semanticscholar.org/product/api) (the _abstracts_ dataset).
 
105
 
106
  ### Annotations
107
 
108
  The abstracts have been annotated manually. Climate-related tokens are classified according to the following classes:
109
 
110
+ - **climate-assets**: objects or services of value to humans that can get destroyed or diminished by climate-hazards. Key categories are health, buildings, infrastructure, and crops or livestock.
111
+ - **climate-datasets**: specific collections of climate data with a name. A climate dataset can be the result of observations or of a model, e.g., as a prediction or reanalysis. The data may be lists, tables, databases, inventories or historical records, where the data dominate over attached code.
112
+ - **climate-greenhouse-gases**: gases that cause heating of the atmosphere (greenhouse gases).
113
+ - **climate-hazards**: hazards with potential negative impact on climate, such as floods, wildfires, droughts, and heatwaves. Where a hazard is named in more detail in a text, the entire term is annotated, e.g., _surface water flood_ or _soil liquefaction_.
114
+ - **climate-impacts**: effects of hazards, primarily negative effects on humans. We also consider impacts on livestock as impacts, as it indirectly affects humans.
115
+ - **climate-mitigations**: activities to reduce climate change or to better deal with the consequences.
116
+ - **climate-models**: specific physical, mathematical, or artificial intelligence objects, nowadays always computer-executable, used to analyze and usually predict climate parameters.
117
+ - **climate-nature**: aspects of nature that are not alive, such as oceans, rivers, the atmosphere, winds, and snow.
118
+ - **climate-observations**: climate observation tools with a name. Examples are satellites, radiospectrometers, rain gauges, wildlife cameras, and questionnaires.
119
+ - **climate-organisms**: animals, plants, and other organisms that are considered for their own sakes (in contrast to as food for humans) as climate organisms.
120
+ - **climate-organizations**: real-world organizations with climate-related interests.
121
+ - **climate-problem-origins**: problems that describe why the climate is changing. Key examples are _fossil fuel_ and _deforestation_. We also mention sectors that can be cited as causes of energy use. For instance, in a text about the energy consumption by the transport sector,
122
+ _transport sector_ is annotated as _problem_.
123
+ - **climate-properties**: properties of the climate itself (not abstract objects like models and datasets) that typically come with values and units.
124
 
125
  #### Who are the annotators?
126
 
 
130
 
131
  Publication TBA.
132
 
133
+
134
+ The source data has been fetched from the Semantic Scholar Academic Graph Datasets ("abstracts" dataset).
135
+ This collection is licensed under [ODC-BY](https://opendatacommons.org/licenses/by/1.0/).
136
+ By downloading this data you acknowledge that you have read and agreed to all the terms in this license.
137
+ When using this data in a product or service, or including data in a redistribution, please cite the following paper:
138
+
139
  **BibTeX:**
140
 
141
  ```