From 9a7311bf6d669095c2dedfaeabe36a6e82041efe Mon Sep 17 00:00:00 2001 From: Erwan Le Merrer Date: Wed, 25 Sep 2024 09:33:15 +0200 Subject: [PATCH] Added "The 20 questions game" paper --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d20632d..9e928cf 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ If you're interested in the field of LLM, you may find the above list of milesto - [Giskard](https://github.com/Giskard-AI/giskard) - Testing & evaluation library for LLM applications, in particular RAGs - [LangSmith](https://www.langchain.com/langsmith) - a unified platform from LangChain framework for: evaluation, collaboration HITL (Human In The Loop), logging and monitoring LLM applications. - [Ragas](https://github.com/explodinggradients/ragas) - a framework that helps you evaluate your Retrieval Augmented Generation (RAG) pipelines. +- [The 20 questions game](https://arxiv.org/abs/2409.10338) - a framework to distinguish LLMs in a black-box using benign prompts. + ## LLM Training Frameworks