Spaces:
Running
Running
modify prompts
Browse files- prompts.py +4 -4
prompts.py
CHANGED
@@ -14,10 +14,10 @@ templates = {
|
|
14 |
"After your analysis, output your response strictly as a JSON object with exactly two keys: \"reasoning\" and \"decision\". "
|
15 |
"Do not include any additional commentary or keys.\n\n"
|
16 |
"Example output format:\n"
|
17 |
-
"{
|
18 |
' "reasoning": "Your brief explanation here (one or two sentences).",\n'
|
19 |
' "decision": "SUPPORT or CONTRADICT"\n'
|
20 |
-
"}
|
21 |
"Now, please evaluate the claim above."
|
22 |
),
|
23 |
"with_evidence": (
|
@@ -40,10 +40,10 @@ templates = {
|
|
40 |
"After your analysis, output your response strictly as a JSON object with exactly two keys: \"reasoning\" and \"decision\". "
|
41 |
"Do not include any additional commentary or keys.\n\n"
|
42 |
"Example output format:\n"
|
43 |
-
"{
|
44 |
' "reasoning": "Your brief explanation here (one or two sentences).",\n'
|
45 |
' "decision": "SUPPORT or CONTRADICT"\n'
|
46 |
-
"}
|
47 |
"Now, please evaluate the claim above."
|
48 |
)
|
49 |
}
|
|
|
14 |
"After your analysis, output your response strictly as a JSON object with exactly two keys: \"reasoning\" and \"decision\". "
|
15 |
"Do not include any additional commentary or keys.\n\n"
|
16 |
"Example output format:\n"
|
17 |
+
"{\n"
|
18 |
' "reasoning": "Your brief explanation here (one or two sentences).",\n'
|
19 |
' "decision": "SUPPORT or CONTRADICT"\n'
|
20 |
+
"}\n\n"
|
21 |
"Now, please evaluate the claim above."
|
22 |
),
|
23 |
"with_evidence": (
|
|
|
40 |
"After your analysis, output your response strictly as a JSON object with exactly two keys: \"reasoning\" and \"decision\". "
|
41 |
"Do not include any additional commentary or keys.\n\n"
|
42 |
"Example output format:\n"
|
43 |
+
"{\n"
|
44 |
' "reasoning": "Your brief explanation here (one or two sentences).",\n'
|
45 |
' "decision": "SUPPORT or CONTRADICT"\n'
|
46 |
+
"}\n\n"
|
47 |
"Now, please evaluate the claim above."
|
48 |
)
|
49 |
}
|