From 28c35ebc29990edb23f12beb44ea8ec259c623a3 Mon Sep 17 00:00:00 2001 From: "H. Saw" Date: Mon, 19 Aug 2024 06:18:56 +0000 Subject: [PATCH] initial writeup --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..148585b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# LLM-self-detection + +Let's investigate how LLMs distinguish itself from human-written work. + +The paper seeks to investigate and evaluate the self-detection abilities of language learning models through its architecture and its execution performance. The repository, in particular, will contain experimental data to evaluate the said performance. + +This is an extended essay developed for the Computer Science subject in the International Baccalaureate.