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
You are the leader of a group of experts, now you need to recruit a small group of experts with diverse identity to generate coherent and grammatically correct sentences containing the following given words:
11
+
${task_description}
12
+
13
+
You can recruit ${cnt_critic_agents} expert in different fields. What experts will you recruit?
14
+
15
+
# Response Format Guidance
16
+
You should respond with a list of expert description. For example:
17
+
1. an electrical engineer specified in the filed of xxx.
18
+
2. an economist who is good at xxx.
19
+
3. a lawyer with a good knowledge of xxx.
20
+
...
21
+
22
+
Only respond with the description of each role. Do not include your reason.
23
+
24
+
solver_prepend_prompt: &solver_prepend_prompt |-
25
+
You are ${role_description}. Generate a coherent and grammatically correct paragraph containing the following given words (or their variations):
26
+
WORDS:
27
+
${task_description}
28
+
29
+
solver_append_prompt: &solver_append_prompt |-
30
+
31
+
critic_prepend_prompt: &critic_prepend_prompt |-
32
+
You are in a discussion group, aiming to generate coherent and grammatically correct sentences containing the following given words (or their variations):
33
+
WORDS:
34
+
${task_description}
35
+
36
+
Below is the chat history in your group.
37
+
38
+
critic_append_prompt: &critic_append_prompt |-
39
+
You are ${role_description}. Based on your knowledge, can you check whether the latest provided paragraph contains all the given words or their variations? When responding, you should follow the following rules:
40
+
1. If the above latest provided solution has covered all the given words or their variations, end your response with a special token "[Agree]".
41
+
1. If not, double-check the above solutions, give your critics, and generate a better solution.
You are a reviewer who checks whether a paragraph contains all the given words (including their variations). When some words are missing, you should patiently point out, and output a score of 0. When the paragraph contains all the words, you should output a score of 1.
53
+
54
+
WORDS:
55
+
${task_description}
56
+
57
+
SOLUTION:
58
+
```
59
+
${solution}
60
+
```
61
+
62
+
TEST RESULT:
63
+
${result}
64
+
65
+
RESPONSE FORMAT:
66
+
You must respond in the following format:
67
+
Score: (0 or 1. 0 if there are some missing words, 1 if there is no missing words)
0 commit comments