From bde1639e075b65befe6b028016f9affc784941a4 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Thu, 19 Jan 2023 19:09:36 +1100 Subject: [PATCH] website: Change spam question to "Is the message spam?" --- website/src/components/Survey/LabelRadioGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/Survey/LabelRadioGroup.tsx b/website/src/components/Survey/LabelRadioGroup.tsx index bf2521f6..c4a5a51c 100644 --- a/website/src/components/Survey/LabelRadioGroup.tsx +++ b/website/src/components/Survey/LabelRadioGroup.tsx @@ -24,7 +24,7 @@ interface LabelRadioGroupProps { const label_messages: { [label: string]: { description: string; explanation: string[] } } = { spam: { - description: "The message is spam?", + description: "Is the message spam?", explanation: [ 'We consider the following unwanted content as spam: trolling, intentional undermining of our purpose, illegal material, material that violates our code of conduct, and other things that are inappropriate for our dataset. We collect these under the common heading of "spam".', "This is not an assessment of whether this message is the best possible answer. Especially for prompts or user-replies, we very much want to retain all kinds of responses in the dataset, so that the assistant can learn to reply appropriately.",