From 99083af80f5e564f3e9216e52ffa4720cedc6088 Mon Sep 17 00:00:00 2001 From: Kevin Arriaga Date: Fri, 27 Jun 2025 16:54:54 -0400 Subject: [PATCH] Fixed typo in the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d622569..b90c8b18 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ PromptWizard is a discrete prompt optimization framework that employs a self-evolving mechanism where the LLM generates, critiques, and refines its own prompts and examples, continuously improving through iterative feedback and synthesis. This self-adaptive approach ensures holistic optimization by evolving both the instructions and in-context learning examples for better task performance. -Three key components of PromptWizard are te following : +Three key components of PromptWizard are the following : - Feedback-driven Refinement: LLM generates, critiques, and refines its own prompts and examples, continuously improving through iterative feedback and synthesis​ - Critique and Synthesize diverse examples: Generates synthetic examples that are robust, diverse and task-aware. Also it optimizes both prompt and examples in tandem​