Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
TheoLvs commited on
Commit
3f1775f
1 Parent(s): 81f0656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -3,7 +3,6 @@ license: cc-by-nc-4.0
3
  task_categories:
4
  - text-classification
5
  language:
6
- - fr
7
  - en
8
  pretty_name: Frugal AI Challenge 2025 - Text - Climate Disinformation
9
  size_categories:
@@ -19,10 +18,11 @@ By tracking both energy consumption and performance for different AI for climate
19
 
20
  ### Dataset Summary
21
 
22
- A comprehensive collection of approximately ~6500 climate-related quotes and statements, specifically focused on identifying and categorizing climate disinformation narratives.
23
  The dataset combines quotes and statements from various media sources, including television, radio, and online platforms, to help train models that can identify different types of climate disinformation claims.
24
  The labels are drawn from a simplified version of the [CARDS taxonomy with only the 7 main labels](https://cardsclimate.com/).
25
 
 
26
  @article{coan2021computer,
27
  title={Computer-assisted classification of contrarian claims about climate change},
28
  author={Coan, Travis G and Boussalis, Constantine and Cook, John and others},
@@ -33,6 +33,7 @@ The labels are drawn from a simplified version of the [CARDS taxonomy with only
33
  publisher={Nature Publishing Group},
34
  doi={10.1038/s41598-021-01714-4}
35
  }
 
36
 
37
  Coan, T.G., Boussalis, C., Cook, J. et al. Computer-assisted classification of contrarian claims about climate change. Sci Rep 11, 22320 (2021). https://doi.org/10.1038/s41598-021-01714-4
38
 
@@ -71,10 +72,9 @@ The dataset is split into training and testing sets with a hidden test set for t
71
  This dataset was compiled to help identify and understand common climate disinformation narratives in media and public discourse.
72
  It serves as a tool for training models that can automatically detect and categorize climate disinformation claims.
73
 
74
- The dataset combines data from three main sources curated by the QuotaClimat & Data For Good team.
75
  1. [DeSmog climate disinformation database](https://www.desmog.com/climate-disinformation-database/) with extracted and annotated quotes with GPT4o-mini and manual validations
76
  2. [FLICC dataset](https://huggingface.co/datasets/fzanartu/FLICCdataset) from the paper "[Detecting Fallacies in Climate Misinformation: A Technocognitive Approach to Identifying Misleading Argumentation "](https://arxiv.org/abs/2405.08254) by Francisco Zanartu, John Cook, Markus Wagner, Julian Garcia - re-annotated with GPT4o-mini and manual validations
77
- 3. Quotes drawn from French media content (TV and radio) extracted by QuotaClimat & Data For Good using Mediatree tool, annotated manually.
78
 
79
  ### Personal and Sensitive Information
80
 
@@ -95,5 +95,4 @@ print(next(iter(dataset['train'])))
95
 
96
  ### Licensing Information
97
 
98
- The dataset is provided under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
99
-
 
3
  task_categories:
4
  - text-classification
5
  language:
 
6
  - en
7
  pretty_name: Frugal AI Challenge 2025 - Text - Climate Disinformation
8
  size_categories:
 
18
 
19
  ### Dataset Summary
20
 
21
+ A comprehensive collection of approximately ~6000 climate-related quotes and statements, specifically focused on identifying and categorizing climate disinformation narratives.
22
  The dataset combines quotes and statements from various media sources, including television, radio, and online platforms, to help train models that can identify different types of climate disinformation claims.
23
  The labels are drawn from a simplified version of the [CARDS taxonomy with only the 7 main labels](https://cardsclimate.com/).
24
 
25
+ ```
26
  @article{coan2021computer,
27
  title={Computer-assisted classification of contrarian claims about climate change},
28
  author={Coan, Travis G and Boussalis, Constantine and Cook, John and others},
 
33
  publisher={Nature Publishing Group},
34
  doi={10.1038/s41598-021-01714-4}
35
  }
36
+ ```
37
 
38
  Coan, T.G., Boussalis, C., Cook, J. et al. Computer-assisted classification of contrarian claims about climate change. Sci Rep 11, 22320 (2021). https://doi.org/10.1038/s41598-021-01714-4
39
 
 
72
  This dataset was compiled to help identify and understand common climate disinformation narratives in media and public discourse.
73
  It serves as a tool for training models that can automatically detect and categorize climate disinformation claims.
74
 
75
+ The dataset combines data from two main sources curated by the QuotaClimat & Data For Good team.
76
  1. [DeSmog climate disinformation database](https://www.desmog.com/climate-disinformation-database/) with extracted and annotated quotes with GPT4o-mini and manual validations
77
  2. [FLICC dataset](https://huggingface.co/datasets/fzanartu/FLICCdataset) from the paper "[Detecting Fallacies in Climate Misinformation: A Technocognitive Approach to Identifying Misleading Argumentation "](https://arxiv.org/abs/2405.08254) by Francisco Zanartu, John Cook, Markus Wagner, Julian Garcia - re-annotated with GPT4o-mini and manual validations
 
78
 
79
  ### Personal and Sensitive Information
80
 
 
95
 
96
  ### Licensing Information
97
 
98
+ The dataset is provided under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.