You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am very interested in your work. Regarding the instruction generation part in section 4.1, I would like to ask if the instructions generated using the black-box LLM can be made public? I would be very grateful for your reply to my question.
The text was updated successfully, but these errors were encountered:
Thank you for the interest! I have uploaded the meta-prompt templates (GPT-3/optimization/instruction_generation_templates) and the NIV2 tasks (data/niv2_english) to the repo. The following scripts can be used for instruction generation:
GPT-3/optimization/instruction/generation/formulate_meta_prompt.py: This scripts creates the meta-prompt for each task based on the meta-prompt templates in GPT-3/optimization/instruction_generation_templates, using the seed instruction and demonstration examples for each task. GPT-3/optimization/instruction/generation/gpt3_instruction_generation.py: This scripts generates the candidate instructions for each task, with meta-prompts as input.
Hello, I am very interested in your work. Regarding the instruction generation part in section 4.1, I would like to ask if the instructions generated using the black-box LLM can be made public? I would be very grateful for your reply to my question.
The text was updated successfully, but these errors were encountered: