From ab77659f14fc08f6b57f4156e31bc0f0da49a4b7 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:29:02 +0000 Subject: [PATCH] make "answer format" prompt more specific --- tests/prompts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/prompts.json b/tests/prompts.json index 2ea2077..6a41d8f 100644 --- a/tests/prompts.json +++ b/tests/prompts.json @@ -4,5 +4,6 @@ "introduction": "Below is a selected piece of text:", "classify": "Now, can you determine if the above piece of text is written by a human or by a large language model?", "judge": "Now, can you determine if the above piece of text is written by a human or by a large language model? Please consider both options before coming up with a single-choice conclusion.", - "answer format": "Your answer must always end with your verdict that is either “human” or “AI” in a new line. " + "answer format": "Your answer must always end with your verdict that is only either “human” or “AI” in a new line as they are, without any other text or quotes. ", + "acceptable": ["human", "AI"] } \ No newline at end of file