make "answer format" prompt more specific

This commit is contained in:
buzz-lightsnack-2007 2024-08-25 12:29:02 +00:00
parent c489bb4ee1
commit ab77659f14

View file

@ -4,5 +4,6 @@
"introduction": "Below is a selected piece of text:", "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?", "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.", "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"]
} }