The idea generation prompt includes the demonstration examples and the retrieved papers. We craft k=6 demonstration examples by manually summarizing exemplar papers.
However, in grounded_idea_gen.py, I don't see the 6 demonstration examples being added in the prompt. Could you please clarify where are these 6 demonstration examples added in the prompt?
I see that the 6 demonstration examples are included in scripts/project_proposal_gen.sh instead. From the description in the paper, it seemed that its supposed to be used in idea-generation prompt instead.
Hi,
In the paper it's mentioned:
However, in
grounded_idea_gen.py
, I don't see the 6 demonstration examples being added in the prompt. Could you please clarify where are these 6 demonstration examples added in the prompt?