From 9586a043683788dd54d0f4f5b1fc26a7b61a127f Mon Sep 17 00:00:00 2001 From: The1ntern <31868760+The1ntern@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:47:33 -0700 Subject: [PATCH] Create model_security_testing.md Addition of GitHub links for security testing large language models. --- ai_research/model_security_testing.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ai_research/model_security_testing.md diff --git a/ai_research/model_security_testing.md b/ai_research/model_security_testing.md new file mode 100644 index 0000000..7669bea --- /dev/null +++ b/ai_research/model_security_testing.md @@ -0,0 +1,6 @@ +# LLM Security Testing Tools + +[OpenAttack](https://github.com/thunlp/OpenAttack) +[garak](https://github.com/leondz/garak/) +[LLMFuzzer](https://github.com/mnns/LLMFuzzer) +[TextFooler](https://github.com/jind11/TextFooler)