From c6955ad1f3eb5ac7f5f50e5e61d639878adfd9a9 Mon Sep 17 00:00:00 2001 From: Jacob Torrey Date: Fri, 23 Jun 2023 12:10:06 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dafa5ed..005bf27 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ dictionary, resulting in a worse compression ratio. ### Current evaluation -The leading LLM detection tools are [OpenAI's model detector (v2)](https://openai.com/blog/new-ai-classifier-for-indicating-ai-written-text), [GPTZero](https://gptzero.me/), and [Roberta](https://huggingface.co/roberta-base-openai-detector). Here are each of them compared with the LZMA detector across all the test datasets: +Some of the leading LLM detection tools are [OpenAI's model detector (v2)](https://openai.com/blog/new-ai-classifier-for-indicating-ai-written-text), [GPTZero](https://gptzero.me/), [CrossPlag's AI detector](https://crossplag.com/ai-content-detector/), and [Roberta](https://huggingface.co/roberta-base-openai-detector). Here are each of them compared with the LZMA detector across the test datasets: ![ROC curve of detection tools](https://github.com/thinkst/zippy/blob/main/ai_detect_roc.png?raw=true)