From 05b9abe3a69a534ebd61fb3618c7cb601b7cf4ed Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:32:27 +0800 Subject: [PATCH] force LLM to output the results properly --- tests/prompts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/prompts.json b/tests/prompts.json index 6a41d8f..51b5de2 100644 --- a/tests/prompts.json +++ b/tests/prompts.json @@ -1,9 +1,9 @@ { - "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?"], + "descriptions": ["Below are some texts written by humans and by large language models.", "Given these, can you describe the differences between the human and AI written work?"], "sample": "Below are some texts that have already been determined to be written by humans or LLMs. ", "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 only either “human” or “AI” in a new line as they are, without any other text or quotes. ", + "answer format": "Your answer must always end with your verdict in a new line that strictly contains either “human” or “AI.” DO NOT format this line with any Markdown formatting.", "acceptable": ["human", "AI"] } \ No newline at end of file