Add IPCC confidence scale visual
Browse files
README.md
CHANGED
@@ -20,11 +20,15 @@ _What do LLMs know about climate? Let's find out!_
|
|
20 |
|
21 |
We introduce the **ICCS dataset (IPCC Confidence in Climate Statements)** is a novel, curated, expert-labeled, natural language dataset of 8094 statements extracted or paraphrased from the IPCC Assessment Report 6: [Working Group I report](https://www.ipcc.ch/report/ar6/wg1/), [Working Group II report](https://www.ipcc.ch/report/ar6/wg2/), and [Working Group III report](https://www.ipcc.ch/report/ar6/wg3/), respectively.
|
22 |
|
23 |
-
Each statement is labeled with the corresponding IPCC report source, the page number in the report PDF, and the corresponding confidence level
|
24 |
|
25 |
-
##
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
28 |
|
29 |
Source: [IPCC AR6 Working Group I report](https://www.ipcc.ch/report/ar6/wg1/)
|
30 |
|
|
|
20 |
|
21 |
We introduce the **ICCS dataset (IPCC Confidence in Climate Statements)** is a novel, curated, expert-labeled, natural language dataset of 8094 statements extracted or paraphrased from the IPCC Assessment Report 6: [Working Group I report](https://www.ipcc.ch/report/ar6/wg1/), [Working Group II report](https://www.ipcc.ch/report/ar6/wg2/), and [Working Group III report](https://www.ipcc.ch/report/ar6/wg3/), respectively.
|
22 |
|
23 |
+
Each statement is labeled with the corresponding IPCC report source, the page number in the report PDF, and the corresponding confidence level, along with their associated confidence levels (`low`, `medium`, `high`, or `very high`) as assessed by IPCC climate scientists based on available evidence and agreement among their peers.
|
24 |
|
25 |
+
## Confidence Labels
|
26 |
|
27 |
+
The authors of the United Nations International Panel on Climate Change (IPCC) reports have developed a structured framework to communicate the confidence and uncertainty levels of statements regarding our knowledge of climate change ([Mastrandrea, 2010](https://link.springer.com/article/10.1007/s10584-011-0178-6)).
|
28 |
+
|
29 |
+
Our dataset leverages this distinctive and consistent approach to labelling uncertainty across topics, disciplines, and report chapters, to help NLP and climate communication researchers evaluate how well LLMs can assess human expert confidence in a set of climate science statements from the IPCC reports.
|
30 |
+
|
31 |
+
![IPCC](https://github.com/rlacombe/Climate-LLMs/blob/main/ipcc-scales.png?raw=true)
|
32 |
|
33 |
Source: [IPCC AR6 Working Group I report](https://www.ipcc.ch/report/ar6/wg1/)
|
34 |
|