Skip to content
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

Instruction generation open-sourced. #2

Open
txy77 opened this issue Nov 4, 2023 · 3 comments
Open

Instruction generation open-sourced. #2

txy77 opened this issue Nov 4, 2023 · 3 comments

Comments

@txy77
Copy link

txy77 commented Nov 4, 2023

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.

@ytyz1307zzh
Copy link
Owner

Hello,

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.

Hope these helps!

@txy77
Copy link
Author

txy77 commented Nov 15, 2023

I was wondering if you could open-source all the generated instructions.

@txy77
Copy link
Author

txy77 commented Nov 30, 2023

Can you open-source all the generated instructions after executing the Python code above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants