Skip to content

Commit 5c51b8e

Browse files
committed
adjust rewrite output format to the new delete authority
1 parent 9cc5f69 commit 5c51b8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rdagent/scenarios/data_science/proposal/exp_gen/prompts_v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ hypothesis_rewrite:
307307
## Task
308308
Transform each **original hypothesis and its critique** into a **single, specific, testable technical hypothesis** that can be implemented immediately.
309309
310-
You have the authority to delete hypotheses that you judge to be completely infeasible or unsuitable. Use this authority carefully and judiciously and ensure at least one hypothesis remains in your output.
310+
**You have the authority to delete hypotheses that you judge to be completely infeasible or unsuitable, but ensure at least one hypothesis remains in your output.**
311311
312312
## Core Principles
313313
1. **Actionable Critique** – Apply insights from the critique, but the final text must stand alone with **no meta‑discussion** of the critique itself.
@@ -677,8 +677,8 @@ output_format:
677677
}
678678
}
679679
rewrite: |-
680-
For each original hypothesis, rewrite it to address critique feedback, strictly following the JSON schema below.
681-
Your final output should be a dict containing all rewritten hypotheses without anything else.
680+
For each original hypothesis, either rewrite it to address critique feedback or delete it if it's completely infeasible, strictly following the JSON schema below.
681+
Your final output should be a dict containing the rewritten hypotheses (excluding any deleted ones) without anything else.
682682
{
683683
"problem name 1 (should be exactly same as the original problem name without prefix or suffix)": {
684684
"reason": "Independent justification for why this hypothesis makes sense given the current scenario, dataset characteristics, and competition requirements. DO NOT reference critique feedback or suggestions. Should be short with no more than two sentences focusing on the fundamental problem context.",

0 commit comments

Comments
 (0)