Skip to content

Commit

Permalink
Added note about GPT detectors (#1781)
Browse files Browse the repository at this point in the history
I included a link to a GPT detector so people might be more motivated to
check if a reply has been generated by ChatGPT.
  • Loading branch information
horribleCodes committed Feb 21, 2023
1 parent 8fbed95 commit 0f7c598
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/tasks/label_assistant_reply.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ instead. If you are unsure of the definition of any of the labels, look up their
definition
[here](https://projects.laion.ai/Open-Assistant/docs/guides/guidelines#label-explanation).

Replies generated from other chatbots such as ChatGPT are **not** permitted and
in many cases against the terms of service of the provider. Answers that were
generated from LLMs should be penalized accordingly. You can use detectors such
as [ZeroGPT](https://www.zerogpt.com/) to determine if a message was written by
a human - just keep in mind that these tools aren't foolproof and can falsely
accuse human-written text as machine-generated, and vice versa.

Please make sure to read the
[guidelines](https://projects.laion.ai/Open-Assistant/docs/guides/guidelines#classifying-assistant)
before submitting.

0 comments on commit 0f7c598

Please sign in to comment.