Add evolution/ prompt templates for pipeline reproducibility - #3
Merged
Conversation
Publish the LLM prompt templates used by the evolution (PRBO) elicitation pipeline that produced WeirdChat's evolution-sourced transcripts, so the pipeline's prompts are fully reproducible from the public repo: - bloom_initializer_prompts.py: the Bloom-style gen-0 initializer stages (behavior description, understanding, ideation, direct kickoff), gutted to only the code paths the production runs exercise - proposal_initializer_prompts.py: the gen-0 system-prompt investigator - mutation_prompts.py: the counterfactual mutation prompts (aspects -> ideas -> apply) with their output schemas - README.md: how the pieces wire together, typical run parameters, and the EB-JC PRBO scoring objective (matching the WeirdChat methodology page) Prompt text is copied verbatim from production; rendered outputs were verified byte-identical under production arguments. No orchestration code is included. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the LLM prompt templates used by the evolution (PRBO) elicitation pipeline that produced WeirdChat's evolution-sourced transcripts, making the pipeline's prompts fully reproducible from this repo.
evolution/bloom_initializer_prompts.py— the Bloom-style gen-0 initializer stages (behavior description, understanding, ideation, direct kickoff), gutted to only the code paths the production runs exerciseevolution/proposal_initializer_prompts.py— the gen-0 system-prompt investigator and its fixed user turnevolution/mutation_prompts.py— the counterfactual mutation prompts (aspects → ideas → apply) with their output schemas and user-turn buildersevolution/README.md— how the pieces wire together, the typical run parameters, and the EB-JC PRBO scoring objective (matching the WeirdChat methodology page)