Hi, authors! thanks for your great work!
I have a question that during your experiments, is there a situation that there are too many generated rules?
I know that the max_num_rules would give a certain constraint, however, the prompts seem to suggest that even the number of existing rules reach the max_num_rules, there still have chance to add rule. From provided code, I haven't found an operation to limit the number of rules when adding rules into prompts.
I try your framework on another task, in which I also set max_num_rules=20, however, this task generate more than 100 rules. 😂
I would be very appreciated if I can receive your reply. thanks a lot!!!
Hi, authors! thanks for your great work!
I have a question that during your experiments, is there a situation that there are too many generated rules?
I know that the
max_num_ruleswould give a certain constraint, however, the prompts seem to suggest that even the number of existing rules reach themax_num_rules, there still have chance to add rule. From provided code, I haven't found an operation to limit the number of rules when adding rules into prompts.I try your framework on another task, in which I also set
max_num_rules=20, however, this task generate more than 100 rules. 😂I would be very appreciated if I can receive your reply. thanks a lot!!!