remove buggy info in hypothesis rank (#762)

Co-authored-by: Xu <v-xuminrui@microsoft.com>
This commit is contained in:
Roland Minrui
2025-04-07 14:09:36 +08:00
committed by GitHub
parent fce5342ad4
commit fac39e5588
@@ -317,10 +317,6 @@ class DSProposalV2ExpGen(ExpGen):
return json.loads(response)
def hypothesis_rank(self, hypothesis_dict: dict, problem_dict: dict, pipeline: bool) -> DSHypothesis:
# TODO use rule base or llm to rank the hypothesis
if pipeline:
problem_dict = {k: v for k, v in hypothesis_dict.items() if v.get("component", "") == "Pipeline"}
weights = {
"alignment_score": 0.2,
"impact_score": 0.4,