From 73adf51fef76c701b91963710ee571f2df97c68f Mon Sep 17 00:00:00 2001 From: Xisen Wang <118058822+Xisen-Wang@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:03:59 +0800 Subject: [PATCH] Update prompts.yaml - Fixed a typo --- rdagent/scenarios/qlib/prompts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdagent/scenarios/qlib/prompts.yaml b/rdagent/scenarios/qlib/prompts.yaml index 7c924511..8ac4fba6 100644 --- a/rdagent/scenarios/qlib/prompts.yaml +++ b/rdagent/scenarios/qlib/prompts.yaml @@ -2,7 +2,7 @@ hypothesis_and_feedback: |- {% for hypothesis, experiment, feedback in trace.hist %} Hypothesis {{ loop.index }}: {{ hypothesis }} Observation on the result with the hypothesis: {{ feedback.observations }} - N: {{ feedback.hypothesis_evaluation }} + Feedback on the original hypothesis: {{ feedback.hypothesis_evaluation }} New Feedback for Context (For you to agree or improve upon): {{ feedback.new_hypothesis }} Reasoning for new hypothesis: {{ feedback.reason }} Did changing to this hypothesis work? (focus on the change): {{ feedback.decision }}