A naive way of scoring how AI laden text is would be to run n-1 layers of a model and compare the text to the probability space of tokens from the model.
It works somewhat to detect obvious text but is not strong enough a method by itself.
A naive way of scoring how AI laden text is would be to run n-1 layers of a model and compare the text to the probability space of tokens from the model.
It works somewhat to detect obvious text but is not strong enough a method by itself.