-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code for generating the initial concepts #22
Comments
Please refer to this for our prompts.
Since LaBo was using GPT-3, which is less powerful than current LLMs, we need this extra step to extract concepts. Using ChatGPT or GPT-4, you can easily control the output formats through prompts. So, I recommend you design your own pipeline to generate candidate concepts. |
Thank you for your prompt response. I'd like to clarify. I am conducting a DL experience on top of the suggested concept generation and selection mechanisms suggested in LaBo. Thus, I would like my preparation work to deviate as little as possible from the literature (which is LaBo in my case) |
Calling each prompt will generate 10 sentences, and you have 5 prompts, so just call each prompt 10 times with a for loop. |
First of all, great job on the paper and the overall project !!
I went through the repository but I don't seem to find the code for generating the initial concepts; the ones before the selection mechanism with submodular optimization.
Will this part of the code be publicly shared ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: