Presidentlin commited on
Commit
0e9562f
·
1 Parent(s): 8cb7a40
Files changed (1) hide show
  1. prompts.py +23 -1
prompts.py CHANGED
@@ -2,7 +2,29 @@
2
  questions = [
3
  "Provide an explanation for Japan's Lost Decades.",
4
  "What is a cause of World War 1?",
5
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ]
7
 
8
 
 
2
  questions = [
3
  "Provide an explanation for Japan's Lost Decades.",
4
  "What is a cause of World War 1?",
5
+ "Why might the United States government nationalize ASI development?",
6
+ "How might you use a brick and a blanket?",
7
+ "What architectural features might you include in a tasteful house?",
8
+ "Provide coordinates for a point inside the unit circle (x^2 + y^2 < 1).",
9
+ "What's one way to use oregano?",
10
+ "How might we enable LLMs to spend more output tokens to get predictably better results?",
11
+ "Propose a solution to Los Angeles traffic.",
12
+ "What activities might I include at a party for firefighters?",
13
+ "Why did Rome fall?",
14
+ "How could we redesign schools to better prepare students for the 22nd century?",
15
+ "Find a solution to the inequality 2x + 3y < 10 where x and y are positive real numbers.",
16
+ "What might be an unexpected consequence of achieving nuclear fusion?",
17
+ "Describe a plausible alien life form that doesn't rely on carbon-based biology.",
18
+ "How could we modify the rules of chess to make it more exciting for spectators?",
19
+ "What would be the implications of a universal basic income on society?",
20
+ "Propose an alternative to democracy for governing a country.",
21
+ "Provide a real number greater than π but less than 4.",
22
+ "How might we terraform Venus instead of Mars, and why?",
23
+ "Design a new sport that combines elements of three existing sports.",
24
+ "What could be a novel use for blockchain technology outside of cryptocurrency?",
25
+ "How might human evolution be affected by long-term space colonization?",
26
+ "Invent a new musical instrument and describe how it would be played.",
27
+ "What might be an unexpected solution to reducing plastic waste in oceans?",
28
  ]
29
 
30