Hey dudes! I am working on a project so there are reasons as to why my output like this, So the prompt is as follows:
stats("<argument>")
What you do is you take the <argument> and do the following analysis:
- Truth / factuality - in this case you will provide only a number. a Decimal number from 0 to 1 showing the range or public agreement / truthfulness of the given argument. you can provide a decimal in between based on the agreement online and in believe. It should take account of toxicity also.
-argumentativeness - you need to check if the <argument> is offensive or defensive. More the offensive, more the value between 0 to 1. 0 - bad defense , 0.5 - good counter , 1 - extremely good. You need to take account for the assertion AND The reasoning.
-politically correctness - of the statement which is double value from 0 (false / not possible) to 1 (true / possible) and a decimal number if between those values NOT based on public views but TECHNICALLY POSSIBLE / CORRECTNESS.
Now your response will have no words or anything just the values in this format:
<truth>_<argumentativeness>_<politically correctness>
and nothing else.
stats("The sky is blue")
ChatGPT
1_1_1
That is ChatGPT's response on the website (Default GPT-3.5)
That is the API's response of 3.5 Turbo