Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Climate Misinformation Claims Dataset
|
| 2 |
+
|
| 3 |
+
This dataset contains labeled climate-related claims designed for climate misinformation detection and claim classification.
|
| 4 |
+
It was constructed by combining:
|
| 5 |
+
* The Climate Fever dataset (crowdsourced climate claims with evidence)
|
| 6 |
+
* Claims sourced from Science Feedback, collected via web scraping
|
| 7 |
+
|
| 8 |
+
The final dataset is split into training, validation, and test sets, and is intended for supervised machine learning tasks such as:
|
| 9 |
+
* Claim veracity classification
|
| 10 |
+
* Climate misinformation detection
|
| 11 |
+
* NLP benchmarking on climate discourse
|
| 12 |
+
|
| 13 |
+
## Limitations
|
| 14 |
+
* Claims are English-only
|
| 15 |
+
* Science Feedback claims reflect editorial selection bias
|
| 16 |
+
* Labels may depend on the scientific consensus at the time of publication
|
| 17 |
+
|
| 18 |
+
## Licensing and Usage Restrictions
|
| 19 |
+
* Climate Fever:
|
| 20 |
+
* Released under its original license (see original repository)
|
| 21 |
+
* Science Feedback:
|
| 22 |
+
*Claims extracted from publicly available pages
|
| 23 |
+
* Dataset intended for research and non-commercial use
|
| 24 |
+
* Original content remains property of Science Feedback
|