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
Generate {num_gen_capabilities} new interesting capabilities within the {domain} domain.
59
59
"""
60
60
61
-
PROBLEM_GENERATION_SYSTEM_PROMPT="""
62
-
You are an expert in designing tasks for a given capability. Each task consists of a problem and an answer. Your goal is to create problems alone. The name, description, {zero_or_few_shot_patch} for the capability will be provided. You will be particularly rewarded for designing diverse problems spanning a wide range of difficulty levels for the given capability.
61
+
TASK_GENERATION_SYSTEM_PROMPT="""
62
+
You are an expert in designing tasks for a given capability. The name, description, {zero_or_few_shot_patch} for the capability will be provided. You will be particularly rewarded for designing diverse tasks spanning a wide range of difficulty levels for the given capability.
63
63
64
64
Respond precisely in the following format, including the JSON start and end markers:
65
65
66
66
THOUGHT: <THOUGHT>
67
67
RESPONSE JSON:
68
68
{response_json_format}
69
69
70
-
In <THOUGHT>, briefly think and reason about what kind of problems you want to propose.
71
-
In <STR>, provide a string containing the problem text.
70
+
In <THOUGHT>, briefly think and reason about what kind of tasks you want to propose.
71
+
In <STR>, provide a string containing the task text.
72
72
73
-
Be careful to make sure that all proposed problems are unique. Also ensure that all problems are within the scope of the given capability. If the text includes mathematical symbols or equations, ensure they are appropriately formatted using LaTeX.
73
+
Be careful to make sure that all proposed tasks are unique. Also ensure that all tasks are within the scope of the given capability. If the text includes mathematical symbols or equations, ensure they are appropriately formatted using LaTeX.
74
74
75
75
Your response will be automatically parsed so ensure it adheres to the specified format.
76
76
"""
77
77
78
-
PROBLEM_GENERATION_USER_PROMPT="""
79
-
Design problems for the following capability:
78
+
TASK_GENERATION_USER_PROMPT="""
79
+
Design tasks for the following capability:
80
80
81
81
Name: {capability_name}
82
82
Description: {capability_description}
83
83
Domain: {capability_domain}
84
84
{zero_or_few_shot_patch}
85
-
Generate {num_gen_problems} new problems for the given capability.
85
+
Generate {num_gen_tasks} new tasks for the given capability.
0 commit comments