Can one determine whether a given text is written by a human or an AI? With the rise of ChatGPT this has become a challenge for teachers the world over.
One possible metric is called ‘perplexity’. Perplexity is about how well a probability model predicts a sample. Large language models have been trained using this metric and since LLM’s have become really good lately, their perplexity score is quite low.
So I set on the idea of testing this.
1/2