From 58910d2ce626f56bfec0abbbc02e6ad89780ad87 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 28 Feb 2025 10:40:14 +0800 Subject: [PATCH] docs: Add guidelines for competition participation in prompts.yaml (#651) --- rdagent/scenarios/data_science/scen/prompts.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rdagent/scenarios/data_science/scen/prompts.yaml b/rdagent/scenarios/data_science/scen/prompts.yaml index af3c3abb..f436a3ab 100644 --- a/rdagent/scenarios/data_science/scen/prompts.yaml +++ b/rdagent/scenarios/data_science/scen/prompts.yaml @@ -2,6 +2,9 @@ scenario_description: |- ------Background of the scenario------ {{background}} + ------ Guidelines for participating in the competition ---- + Before submitting your results, we have numerous tests ready to check your code. Please ensure your submission is genuine and do not manipulate data or return values just to pass the tests, as this will not lead to successful final results. + ------The expected output & submission format specifications------ {{submission_specifications}}