[prompt_learning]
algorithm = "gepa"
task_app_url = "http://127.0.0.1:8102"
task_app_id = "banking77"
# Training seeds (30 seeds from train pool)
evaluation_seeds = [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79]
# Validation seeds (50 seeds from validation pool - not in training)
validation_seeds = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]
[prompt_learning.initial_prompt]
messages = [
{ role = "system", content = "You are a banking intent classification assistant." },
{ role = "user", pattern = "Customer Query: {query}\n\nClassify this query into one of 77 banking intents." }
]
[prompt_learning.gepa]
initial_population_size = 20 # Starting population of prompts
num_generations = 15 # Number of evolutionary cycles
mutation_rate = 0.3 # Probability of mutation
crossover_rate = 0.5 # Probability of crossover
rollout_budget = 1000 # Total rollouts across all generations
max_concurrent_rollouts = 20 # Parallel rollout limit
pareto_set_size = 20 # Size of Pareto front