add answer format prompt
This commit is contained in:
parent
a0b15a48de
commit
67d11cd9cc
1 changed files with 4 additions and 2 deletions
|
@ -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?"],
|
"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. ",
|
"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?",
|
"introduction": "Below is a selected piece of text:",
|
||||||
"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."
|
"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. "
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue