prompt2model
prompt2model copied to clipboard
meta-prompt2model: replace some components of prompt2model with models trained by prompt2model
prompt2model has several components, including:
- prompt parsing
- data generation
- upcoming components in autopilot: https://github.com/neulab/prompt2model/issues/285
Most of these are based on prompting API-based models. It would be cool if we could dogfood building these components with prompt2model instead of using GPT.
The prompt parser is the obvious first step, as it's quite simple and should be easy for a prompt2model model to do well. Data generation is likely too hard because it requires a generalist model, but something like transforming existing datasets would be a possible target. For autopilot, column selection seems like an easy target.