ykl7 commited on
Commit
8068bd4
·
1 Parent(s): fccec79

modify prompts

Browse files
Files changed (1) hide show
  1. 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
- "{{\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,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
- "{{\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
  }
 
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
  }