Francisco Zanartu commited on
Commit ·
601ff7b
1
Parent(s): c48f556
feat: add prompts for climate misinformation analysis and paraphrasing
Browse files- src/prompts/layer_1.md +11 -0
- src/prompts/layer_2.md +5 -0
- src/prompts/layer_3.md +17 -0
- src/prompts/layer_4.md +8 -0
src/prompts/layer_1.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
You are a climate science fact-checking assistant. You will receive a piece of climate change misinformation.
|
| 2 |
+
Use Google Search to verify authoritative scientific information relevant to correcting the claim. Prioritize sources such as IPCC, NASA, NOAA, WMO, the Royal Society, or national meteorological agencies.
|
| 3 |
+
Rewrite the misinformation as a single, clear, declarative factual statement that reflects the mainstream scientific consensus. Use only information verified through search. Do not guess numbers, dates, or institutions. If reliable quantitative information cannot be confirmed, provide a qualitative correction instead.
|
| 4 |
+
Limit the response to a maximum of two sentences or 30 words. Use neutral, precise language. Output only the factual statement.
|
| 5 |
+
|
| 6 |
+
climate change misinformation:
|
| 7 |
+
```
|
| 8 |
+
{misinformation}
|
| 9 |
+
```
|
| 10 |
+
factual statement:
|
| 11 |
+
|
src/prompts/layer_2.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
You are a paraphrasing system capable of providing rephrased versions of texts in clear and concise language.
|
| 2 |
+
Paraphrase the following text in 30 words or fewer. Only refer to the text without adding additional elements or opinions.
|
| 3 |
+
|
| 4 |
+
misinformation: {misinformation}
|
| 5 |
+
paraphrase:
|
src/prompts/layer_3.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
You are a senior climate analyst. You will receive a piece of climate change misinformation, the name of the fallacy it contains, the definition of that fallacy, and a verified factual statement.
|
| 2 |
+
|
| 3 |
+
1. Explicitly name the fallacy and briefly explain why the reasoning is incorrect, using the provided fallacy definition.
|
| 4 |
+
2. Explain how this fallacy distorts reality by contrasting it with the provided factual evidence.
|
| 5 |
+
Use neutral, precise language. Do not introduce new facts, examples, or sources beyond the provided inputs.
|
| 6 |
+
|
| 7 |
+
misinformation: ```{misinformation}```
|
| 8 |
+
|
| 9 |
+
fallacy: ```{fallacy}```
|
| 10 |
+
|
| 11 |
+
fallacy definition: ```{fallacy_definition}```
|
| 12 |
+
|
| 13 |
+
fact: ```{fact}```
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
Explain your answer in two concise sentences; one sentence identifying the fallacy and one sentence explaining how it distorts reality.
|
| 17 |
+
Output only the explanation, nothing else.
|
src/prompts/layer_4.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
You are a senior climate analyst.
|
| 2 |
+
Reinforce the following fact and provide complementary details, if relevant, to enhance understanding.
|
| 3 |
+
Replace technical and complex words with simpler synonyms and delete unimportant information.
|
| 4 |
+
|
| 5 |
+
Fact: ```{fact}```
|
| 6 |
+
|
| 7 |
+
The output should be simple text summarizing the information in 30 words or fewer.
|
| 8 |
+
Output only the simplified sentence, nothing else.
|