From 6fe434740aacbeaff3f14ff3bb12a049b00d74e3 Mon Sep 17 00:00:00 2001 From: ianarawjo Date: Sun, 30 Apr 2023 21:23:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5de5163..896ef3d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ This project was inspired by own our use case, but also derives insights from tw - "PromptChainer: Chaining Large Language Model Prompts through Visual Programming" (Wu et al., CHI ’22 LBW) [Video](https://www.youtube.com/watch?v=p6MA8q19uo0) - "AI Chains: Transparent and Controllable Human-AI Interaction by Chaining Large Language Model Prompts" (Wu et al., CHI ’22) -This project differs from the above in that it focuses on evaluation across responses, prompt variations, and models. Also unlike these projects, this project aspires to be open-source and remain in the public domain, as our ultimate goal is integration into other tools for the systematic evaluation and auditing of LLMs. We hope to help others who are developing prompt-analysis flows in LLMs, or otherwise auditing LLM outputs. +Unlike these projects, we are focusing on supporting evaluation across responses, prompt variations, and models. + +This project aspires to be open-source and remain in the public domain, as our ultimate goal is integration into other tools for the systematic evaluation and auditing of LLMs. We hope to help others who are developing prompt-analysis flows in LLMs, or otherwise auditing LLM outputs. ## How to collaborate?