Datasets:
ibm
/

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

Update README.md

Browse files

First version of the Dataset Card

Files changed (1) hide show
  1. README.md +182 -1
README.md CHANGED
@@ -1,3 +1,184 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: odc-by
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - climate
9
+ pretty_name: Climate Change NER
10
+ size_categories:
11
+ - n<1K
12
  ---
13
+ # Dataset Card for Climate Change NER
14
+
15
+ 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.
16
+
17
+ ## Dataset Details
18
+
19
+ ### Dataset Description
20
+
21
+ We introduce a comprehensive dataset for developing and evaluating NLP models tailored towards understanding and addressing climate-related topics across various domains.
22
+ The **Climate Change NER** is a manually curated dataset of 534 abstracts from climate-related articles. They have been extracted from the [Semantic Scholar Academic Graph](https://www.semanticscholar.org/product/api) (_abstracts_ dataset)
23
+ by using a seed set of climate-related keywords. The abstracts were annotated by tagging relevant tokens with the IOB format (inside, outside, beginning) using 14 differents categories.
24
+
25
+ - **Curated by:** Birgit Pfitzmann
26
+ - **Shared by [optional]:** Cesar Berrospi Ramis
27
+ - **Language(s) (NLP):** English
28
+ - **License:** [Open Data Commons Attribution License (ODC-By)](https://opendatacommons.org/licenses/by/1-0/)
29
+
30
+ ### Dataset Sources [optional]
31
+
32
+ - **Paper [optional]:** [More Information Needed]
33
+
34
+ ## Uses
35
+
36
+ This dataset is primarly intended for evaluating Named Entity Recognition (NER) tasks.
37
+
38
+ ## Dataset Structure
39
+
40
+ ### Data Instances
41
+
42
+ Each instance consists of several lines representing a document abstract and its annotation. The beginning of an instance is marked by a line starting with `-DOCSTART-`
43
+ and containing a unique hash of the document across the entire dataset. Each token from the abstract is included in a separate line with one of the following labels:
44
+ - `O` if the token is not part of any named entity instance
45
+ - `B` if the token is the beginning of a named entity instance
46
+ - `I` if the token is inside of a named entity instance
47
+
48
+ 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:
49
+ `assets`, `climate-named`, `datasets`, `ghg`, `hazards`, `impacts`, `mitigations`, `models`, `nature`, `observations`, `organisms`, `organizations`, `problems`, and `properties`.
50
+
51
+ ```
52
+ -DOCSTART- -X- O O cc560f5c553e1b60e054abe1578227ff
53
+
54
+ Non O
55
+ - O
56
+ identifiable O
57
+ RHH O
58
+ emergency O
59
+ department O
60
+ data O
61
+ and O
62
+ climate O
63
+ data O
64
+ from O
65
+ the O
66
+ Australian B-climate-organizations
67
+ Bureau I-climate-organizations
68
+ of I-climate-organizations
69
+ Meteorology I-climate-organizations
70
+ were O
71
+ obtained O
72
+ for O
73
+ the O
74
+ period O
75
+ 2003 O
76
+ - O
77
+ 2010 O
78
+ . O
79
+ ```
80
+
81
+ ### Data Splits
82
+
83
+ The Climate Change NER dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for Version 1.0.0 of the dataset.
84
+
85
+ | Dataset Split | Number of Instances in Split |
86
+ | ------------- | ---------------------------- |
87
+ | Train | 382 |
88
+ | Validation | 77 |
89
+ | Test | 75 |
90
+
91
+
92
+ ## Dataset Creation
93
+
94
+ ### Curation Rationale
95
+
96
+
97
+ [More Information Needed]
98
+
99
+ ### Source Data
100
+
101
+ The source data are abstracts from the Semantic Scholar Academic Graph Dataset (the _abstracts_ dataset).
102
+ 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:
103
+
104
+ #### Data Collection and Processing
105
+
106
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ #### Who are the source data producers?
111
+
112
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
113
+
114
+ [More Information Needed]
115
+
116
+ ### Annotations [optional]
117
+
118
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
119
+
120
+ #### Annotation process
121
+
122
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Who are the annotators?
127
+
128
+ The dataset was annotated by Birgit Pfitzmann
129
+
130
+ [More Information Needed]
131
+
132
+ #### Personal and Sensitive Information
133
+
134
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ## Bias, Risks, and Limitations
139
+
140
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
141
+
142
+ [More Information Needed]
143
+
144
+ ### Recommendations
145
+
146
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
147
+
148
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
149
+
150
+ ## Citation [optional]
151
+
152
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
153
+
154
+ **BibTeX:**
155
+
156
+ ```
157
+ @misc{https://doi.org/10.48550/arxiv.2301.10140,
158
+ title = {The Semantic Scholar Open Data Platform},
159
+ author = {Kinney, Rodney and Anastasiades, Chloe and Authur, Russell and Beltagy, Iz and Bragg, Jonathan and Buraczynski, Alexandra and Cachola, Isabel and Candra, Stefan and Chandrasekhar, Yoganand and Cohan, Arman and Crawford, Miles and Downey, Doug and Dunkelberger, Jason and Etzioni, Oren and Evans, Rob and Feldman, Sergey and Gorney, Joseph and Graham, David and Hu, Fangzhou and Huff, Regan and King, Daniel and Kohlmeier, Sebastian and Kuehl, Bailey and Langan, Michael and Lin, Daniel and Liu, Haokun and Lo, Kyle and Lochner, Jaron and MacMillan, Kelsey and Murray, Tyler and Newell, Chris and Rao, Smita and Rohatgi, Shaurya and Sayre, Paul and Shen, Zejiang and Singh, Amanpreet and Soldaini, Luca and Subramanian, Shivashankar and Tanaka, Amber and Wade, Alex D. and Wagner, Linda and Wang, Lucy Lu and Wilhelm, Chris and Wu, Caroline and Yang, Jiangjiang and Zamarron, Angele and Van Zuylen, Madeleine and Weld, Daniel S.},
160
+ publisher = {arXiv},
161
+ year = {2023},
162
+ doi = {10.48550/ARXIV.2301.10140},
163
+ url = {https://arxiv.org/abs/2301.10140}
164
+ }
165
+ ```
166
+
167
+ **APA:**
168
+
169
+ [More Information Needed]
170
+
171
+ ## Glossary [optional]
172
+
173
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
174
+
175
+ [More Information Needed]
176
+
177
+ ## More Information [optional]
178
+
179
+ [More Information Needed]
180
+
181
+
182
+ ## Dataset Card Contact
183
+
184
+ Cesar Berrospi Ramis [@ceberam](https://github.com/ceberam))