NoviScl / AI-Researcher

MIT License
235 stars 22 forks source link

Demonstration examples for idea-generation prompt missing #19

Closed tarun360 closed 6 days ago

tarun360 commented 1 week ago

Hi,

In the paper it's mentioned:

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?

tarun360 commented 6 days ago

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.