ykl7 commited on
Commit
e8ec245
·
1 Parent(s): 2058ad3
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -11,7 +11,7 @@ Output Format:
11
  After your analysis, output exactly one JSON object with two keys:
12
  \"reasoning\": A brief explanation (one or two sentences).
13
  \"decision\": Either \"SUPPORT\" or \"CONTRADICT\" (uppercase, no additional text).
14
- Do not add markdown formatting, code fences, or additional text. The output must start with \{ and end with \}.
15
  Example Output: {\"reasoning\": \"Your brief explanation here (one or two sentences).\", \"decision\": \"SUPPORT or CONTRADICT\"}
16
  Now, please evaluate the claim above.
17
  """
 
11
  After your analysis, output exactly one JSON object with two keys:
12
  \"reasoning\": A brief explanation (one or two sentences).
13
  \"decision\": Either \"SUPPORT\" or \"CONTRADICT\" (uppercase, no additional text).
14
+ Do not add markdown formatting, code fences, or additional text. The output must start with \\{ and end with \\}.
15
  Example Output: {\"reasoning\": \"Your brief explanation here (one or two sentences).\", \"decision\": \"SUPPORT or CONTRADICT\"}
16
  Now, please evaluate the claim above.
17
  """