From a0284138321b28ce0d0a4393b13f411744d97d2d Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:45:12 +0800 Subject: [PATCH] update answer format prompt for clarity and brevity --- tests/config/prompts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/prompts.json b/tests/config/prompts.json index cae24d8..50eff10 100644 --- a/tests/config/prompts.json +++ b/tests/config/prompts.json @@ -5,5 +5,5 @@ "introduction": "Below is some text that I need help on:", "classify": "Do you think this text was highly likely to be written by a human or by an LLM?", "judge": "Let us evaluate both options before coming up with a conclusion.", - "answer format": "Having stated that, please summarize that answer in one word: either “human” or “AI”. " + "answer format": "Having stated that, please summarize your answer in just one word: human or AI. Only choose one answer. (No need to write anything else, just either of these words as they are.)" }