add LLM prompts
This commit is contained in:
parent
d3984ec9e1
commit
a0b15a48de
1 changed files with 6 additions and 0 deletions
6
tests/prompts.json
Normal file
6
tests/prompts.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"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."
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue