Sentiment analysis with GPT-3
You will need an OpenAI account to run the examples in this section. The educational interface requires no API, no development, or training. You can simply enter some tweets, for example, and ask for sentiment analysis:
Tweet: I didn't find the movie exciting, but somehow I really enjoyed watching it!
Sentiment: Positive
Tweet: I never ate spicy food like this before but find it super good!
Sentiment: Positive
The outputs are satisfactory.
We will now submit a difficult sequence to the GPT-3 engine:
Tweet: It's difficult to find what we really enjoy in life because of all of the parameters we have to take into account.
Sentiment: Positive
The output is false! The sentiment is not positive at all. The sentence shows the difficulty of life. However, the word enjoy
introduced bias for GPT-3.
If we take enjoy out of the sequence and replace it with the verb are
, the output is negative:
Tweet: It's...