From a0b15a48de99a2404063a6a9ba509ae4dd939434 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:07:44 +0000 Subject: [PATCH] add LLM prompts --- tests/prompts.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/prompts.json diff --git a/tests/prompts.json b/tests/prompts.json new file mode 100644 index 0000000..e4be330 --- /dev/null +++ b/tests/prompts.json @@ -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." +} \ No newline at end of file