-
Notifications
You must be signed in to change notification settings - Fork 331
Description
<I encountered a difficulty, using Azure api access, Azure test cases can access and return the corresponding message, but in the gsm8k dataset demo, run to>:
best_prompt, expert_profile = gp.get_best_prompt(use_examples=True,run_without_train_examples=False,generate_synthetic_examples=False)
-------The LLM ouput is not in the expected format.
[Generated Prompts]:
mutated_prompt_generation=Sorry, I am not able to understand your query. Please try again.
Please run 'az login' to set up an account
mutation_round=1 mutated_sample_prompt=You are given a task description and a prompt instruction and different styles known as meta prompts:
[Task Description]: You are a mathematics expert. You will be given a mathematics problem which you need to solve
[Meta Prompt]: How could I devise an experiment to help solve that problem?
Make a list of ideas for solving this problem, and apply them one by one to the problem to see if any progress can be made.
How could I measure progress on this problem?
How can I simplify the problem so that it is easier to solve?
What are the key assumptions underlying this problem?
Now you need to generate 5 variations of following Instruction adaptively mixing meta prompt while keeping similar semantic meaning.
Make sure to wrap each generated prompt with and
[Prompt Instruction]: Lets think step by step.
[Generated Prompts]:
mutated_prompt_generation=Sorry, I am not able to understand your query. Please try again.
Please run 'az login' to set up an account
mutation_round=2 mutated_sample_prompt=You are given a task description and a prompt instruction and different styles known as meta prompts:
<How do I solve this problem?>