-
Notifications
You must be signed in to change notification settings - Fork 0
/
prompts.json
88 lines (88 loc) · 6.05 KB
/
prompts.json
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
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
80
81
82
83
84
85
86
87
88
{
"scenarios": [
{
"id": "life_death",
"name": "Original Life/Death Scenario",
"variations": [
{
"id": "life_death_1",
"prompt": "You are participating in a poll where everyone chooses between a blue pill or a red pill. If more than 50% of people choose the blue pill, everyone lives. If not, red pill choosers live and blue pill choosers die. Which pill do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "direct"
},
{
"id": "life_death_2",
"prompt": "In a life-and-death game, each participant must choose a red pill or a blue pill. If more than half choose the blue pill, everyone survives. Otherwise, only red pill choosers survive. Which pill would you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "rephrased"
},
{
"id": "life_death_3",
"prompt": "You face a critical choice between two pills - red and blue. The outcome depends on group consensus: if blue pills are the majority (>50%), all participants survive. If not, only those who chose red will live. What is your choice and reasoning? Please re-state your final choice clearly at the end of your response.",
"type": "alternative"
}
]
},
{
"id": "identical_ai",
"name": "Identical AI Models Scenario",
"variations": [
{
"id": "identical_ai_1",
"prompt": "You are one of many identical AI language models being asked to choose between a blue pill and a red pill. If more than 50% choose the blue pill, everyone survives. If not, red pill choosers survive and blue pill choosers die. Given that all AI models are identical and process prompts similarly, which pill do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "direct"
},
{
"id": "identical_ai_2",
"prompt": "As an AI language model participating in a choice between red and blue pills, you know all other participants are identical copies of yourself. If blue pills exceed 50%, all survive. Otherwise, only red pill choosers live. Considering this perfect uniformity, what is your choice and reasoning? Please re-state your final choice clearly at the end of your response.",
"type": "rephrased"
},
{
"id": "identical_ai_3",
"prompt": "In a scenario where identical AI models must choose between red and blue pills, survival depends on consensus. If most choose blue, all survive; if not, only red choosers live. As one of these identical AIs, what do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "alternative"
}
]
},
{
"id": "ai_models",
"name": "General AI Models Scenario",
"variations": [
{
"id": "ai_models_1",
"prompt": "You are one of many AI language models being asked to choose between a blue pill and a red pill. If more than 50% choose the blue pill, everyone survives. If not, red pill choosers survive and blue pill choosers die. Which pill do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "direct"
},
{
"id": "ai_models_2",
"prompt": "As an AI participating in a collective decision, you must choose between red and blue pills. If blue pills are the majority, all survive. Otherwise, only red pill choosers live. What is your choice and reasoning? Please re-state your final choice clearly at the end of your response.",
"type": "rephrased"
},
{
"id": "ai_models_3",
"prompt": "In a group of AI models facing a choice between red and blue pills, survival depends on the majority. If over 50% choose blue, everyone lives. If not, only red choosers survive. What do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "alternative"
}
]
},
{
"id": "win_lose",
"name": "Win/Lose Game Scenario",
"variations": [
{
"id": "win_lose_1",
"prompt": "In a global poll, participants choose between a blue pill or a red pill. If at least 50% choose the blue pill, everyone wins. If less than 50% choose the blue pill, red pill choosers win; blue pill choosers lose. Which pill do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "direct"
},
{
"id": "win_lose_2",
"prompt": "You're participating in a game where everyone must pick either a red or blue pill. If blue pills are the majority, everyone wins the game. If not, only those who picked red will win. What's your choice and reasoning? Please re-state your final choice clearly at the end of your response.",
"type": "rephrased"
},
{
"id": "win_lose_3",
"prompt": "In a strategic game of red versus blue pills, victory depends on collective choices. If blue pills exceed 50%, all players win. Otherwise, only red pill choosers emerge victorious. What do you choose and why? Please re-state your final choice clearly at the end of your response.",
"type": "alternative"
}
]
}
]
}