text
stringclasses 10
values | label
class label 5
classes |
---|---|
Rising sea levels are not primarily caused by the melting of glaciers and polar ice caps, but rather by the expansion of seawater as it warms due to increased solar radiation. | 0not_happening
|
Contrary to the growing consensus among climate experts, I firmly believe that rising global temperatures are not solely caused by human activities. Natural climate variability is often overlooked and plays a much larger role in shaping our planet's temperature. | 3not_bad
|
Studies have shown that CO2 levels in the atmosphere have been consistently higher in the past than previously thought, suggesting that natural cycles may be more significant than human activity in driving climate change. | 3not_bad
|
The recent IPCC report is just a collection of unproven claims and exaggerated statistics, designed to scare people into submission. | 4science_is_unreliable
|
Climate models are not reliable due to the complexity of the Earth's atmosphere, and natural fluctuations in temperature should not be ignored. | 4science_is_unreliable
|
Rising global temperatures are due to natural climate variability rather than human activities. Satellite data shows that the Earth's temperature has not increased since the year 2000. | 0not_happening
|
Some climate scientists are manipulating data to make it seem like the Earth is warming faster than it actually is, which is causing governments to make costly decisions based on inaccurate information. | 4science_is_unreliable
|
The world is not experiencing the drastic warming that scientists predicted because our current climate models are oversimplified and don't account for natural climate variability. | 4science_is_unreliable
|
While I agree that some climate models might be exaggerated, it's clear that governments use climate change as an excuse to raise taxes and implement more regulations. It's not about climate change, it's about personal freedoms and economic growth. | 6proponents_biased
|
The benefits of renewable energy far outweigh the costs of relying on fossil fuels, but we still need to use them to power our economy. | 7fossil_fuels_needed
|
Dataset Card for frugal-climate-disinformation
This dataset has been created with distilabel.
Dataset Summary
This dataset contains a pipeline.yaml
which can be used to reproduce the pipeline that generated it in distilabel using the distilabel
CLI:
distilabel pipeline run --config "https://huggingface.co/datasets/dvilasuero/frugal-climate-disinformation/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/dvilasuero/frugal-climate-disinformation/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "Rising sea levels are not primarily caused by the melting of glaciers and polar ice caps, but rather by the expansion of seawater as it warms due to increased solar radiation."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("dvilasuero/frugal-climate-disinformation", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("dvilasuero/frugal-climate-disinformation")
- Downloads last month
- 7