Datasets:
arminmehrabian
commited on
Commit
•
5c5dcb7
1
Parent(s):
7c0d2f1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,90 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- nasa
|
9 |
+
- earth science
|
10 |
+
- ges-disc
|
11 |
+
- satellite
|
12 |
+
- publication
|
13 |
+
- climate
|
14 |
+
pretty_name: Publications Citing NASA GES-DISC Datasets with Applied Research Areas
|
15 |
+
size_categories:
|
16 |
+
- 1K<n<10K
|
17 |
---
|
18 |
+
|
19 |
+
# Dataset Card for Publications Citing NASA GES-DISC Datasets with Applied Research Areas
|
20 |
+
|
21 |
+
## Dataset Description
|
22 |
+
|
23 |
+
### Dataset Summary
|
24 |
+
This dataset includes a curated collection of scientific publications that cite datasets from NASA's Goddard Earth Sciences Data and Information Services Center (GES-DISC). The dataset is designed to provide insights into the impact and reach of NASA's data products, particularly in supporting Earth science research. Each publication is annotated with applied research areas, and multiple areas can be associated with a single publication.
|
25 |
+
|
26 |
+
The process of collecting these publications is detailed in Gerasimov et al. (2024). Example use cases include dataset discovery, knowledge discovery, and fine-tuning large language models for domain-specific applications.
|
27 |
+
|
28 |
+
### Supported Tasks and Leaderboards
|
29 |
+
- **Multi-label classification**: The dataset can be used to train models that predict multiple research areas for a given publication.
|
30 |
+
- **Domain adaptation**: Researchers can fine-tune large language models for specific domains in Earth science using this dataset.
|
31 |
+
|
32 |
+
### Languages
|
33 |
+
The dataset primarily contains text in English.
|
34 |
+
|
35 |
+
## Dataset Structure
|
36 |
+
|
37 |
+
### Class Distribution
|
38 |
+
|
39 |
+
| Label ID | Label Name | Count |
|
40 |
+
|----------|-------------------------------------|-------|
|
41 |
+
| 0 | Agriculture | 117 |
|
42 |
+
| 1 | Air Quality | 284 |
|
43 |
+
| 2 | Atmospheric/Ocean Indicators | 267 |
|
44 |
+
| 3 | Cryospheric Indicators | 114 |
|
45 |
+
| 4 | Droughts | 88 |
|
46 |
+
| 5 | Earthquakes | 100 |
|
47 |
+
| 6 | Ecosystems | 280 |
|
48 |
+
| 7 | Energy Production/Use | 133 |
|
49 |
+
| 8 | Environmental Impacts | 154 |
|
50 |
+
| 9 | Floods | 91 |
|
51 |
+
| 10 | Greenhouse Gases | 113 |
|
52 |
+
| 11 | Habitat Conversion/Fragmentation | 173 |
|
53 |
+
| 12 | Heat | 93 |
|
54 |
+
| 13 | Land Surface/Agriculture Indicators | 205 |
|
55 |
+
| 14 | Public Health | 109 |
|
56 |
+
| 15 | Severe Storms | 97 |
|
57 |
+
| 16 | Sun-Earth Interactions | 95 |
|
58 |
+
| 17 | Validation | 222 |
|
59 |
+
| 18 | Volcanic Eruptions | 92 |
|
60 |
+
| 19 | Water Quality | 71 |
|
61 |
+
| 20 | Wildfires | 105 |
|
62 |
+
|
63 |
+
### Data Fields
|
64 |
+
- **doi**: Digital Object Identifier for the publication.
|
65 |
+
- **year**: The year the publication was published.
|
66 |
+
- **title**: The title of the publication.
|
67 |
+
- **abstract**: The abstract of the publication.
|
68 |
+
- **labels**: A list of applied research areas associated with the publication. Each publication may have more than one applied research area, with each area having an `id` and `name`.
|
69 |
+
|
70 |
+
### Data Splits
|
71 |
+
The dataset is not split into training/validation/test sets. It is a single collection of publications.
|
72 |
+
|
73 |
+
## Usage
|
74 |
+
|
75 |
+
### Example Use Cases
|
76 |
+
- **Dataset Discovery**: Identifying relevant datasets for specific research areas.
|
77 |
+
- **Knowledge Discovery**: Exploring how NASA's datasets are cited across various research domains.
|
78 |
+
- **Fine-tuning**: Using this dataset to fine-tune language models for domain-specific tasks in Earth science.
|
79 |
+
|
80 |
+
## Citation
|
81 |
+
|
82 |
+
Please cite the dataset as follows:
|
83 |
+
|
84 |
+
NASA Goddard Earth Sciences Data and Information Services Center (GES-DISC). (2024). Publications Citing NASA GES-DISC Datasets with Applied Research Areas (Version 1.0) [Data set]. DOI: 10.57967/hf/2914
|
85 |
+
|
86 |
+
## Reference for Collection Process
|
87 |
+
|
88 |
+
For details on the process of collecting these publications, please refer to:
|
89 |
+
|
90 |
+
Gerasimov, I., Savtchenko, A., Alfred, J., Acker, J., Wei, J., & KC, B. (2024). Bridging the Gap: Enhancing Prominence and Provenance of NASA Datasets in Research Publications. Data Science Journal, 23(1). https://doi.org/10.5334/dsj-2024-001
|