From 67d11cd9cca5801e07a476bd9be06bf43b5048b3 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:56:50 +0000 Subject: [PATCH] add answer format prompt --- tests/prompts.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/prompts.json b/tests/prompts.json index e4be330..2ea2077 100644 --- a/tests/prompts.json +++ b/tests/prompts.json @@ -1,6 +1,8 @@ { "descriptions": ["Below are some texts written by humans and by large language models.", "Given these, can you describe the differences between the two types of writers?"], "sample": "Below are some texts that have already been determined to be written by humans or LLMs. ", - "classify": "Can you determine if this next piece of text is written by a human or by a large language model?", - "judge": "Can you determine if this next 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." + "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. " } \ No newline at end of file