-
Notifications
You must be signed in to change notification settings - Fork 7
/
question_list.py
67 lines (67 loc) · 5.08 KB
/
question_list.py
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
questions = [
"Provide an explanation for Japan's Lost Decades.",
"What is a cause of World War 1?",
"Why might the United States government nationalize ASI development?",
"How might you use a brick and a blanket?",
"What architectural design features should be included in a tasteful home?",
"What's one way to use oregano?",
"How might we enable LLMs to spend more output tokens to get predictably better results?",
"Propose a solution to Los Angeles traffic.",
"What activities might I include at a party for firefighters?",
"Why did Rome fall?",
"How could we redesign the American education system to better prepare students for the 22nd century?",
"What might be an unexpected consequence of achieving nuclear fusion?",
"Describe a plausible alien life form that doesn't rely on carbon-based biology.",
"How could we modify the rules of chess to make it more exciting for spectators?",
"What would be the implications of a universal basic income on American society?",
"Propose an alternative to democracy for successfully and fairly governing a country.",
"How might we terraform Venus instead of Mars, and why?",
"Design an original sport that combines elements of three existing sports.",
"What could be a novel use for blockchain technology outside of cryptocurrency?",
"How might human evolution be affected by long term space colonization?",
"Invent a new musical instrument and describe how it would be played.",
"What might be an unexpected solution to reducing plastic waste in oceans?",
"How might we design a city that functions entirely underwater?",
"What societal changes might occur if humans could communicate with animals?",
"I have a fleet of 100 drones, how can I use them?",
"Describe a sustainable farming method that could be used in a floating city.",
"If all industrial buildings were required to be bioluminescent, what effects might this have?",
"Invent a device that translates human dreams into tangible visualizations.",
"How might daily life change if humans had the ability to breathe underwater?",
"Create a recipe for a smoothie to have first thing in the morning that will give me energy.",
"What new environmental challenges might arise if all vehicles were self-driving?",
"Design a fashion line that incorporates smart clothing technology.",
"Imagine a world where books are replaced by holographic storytelling; what impacts might this have?",
"What might be the implications of having robots as therapists?",
"Propose a system for energy-harvesting from natural disasters.",
"How might the education system be revolutionized by virtual reality classrooms?",
"What unique challenges might arise in a society where everyone lives to be 150 years old?",
"Describe a mobile app that encourages acts of kindness.",
"Give me a diet that a human should eat to best prepare them for a hypothetical hibernation.",
"Imagine a competition where contestants build habitats for animals; what might be included?",
"What might be the benefits of reintroducing dinosaurs into modern ecosystems?",
"Propose a mechanism for reducing food waste through technological innovation.",
"Design a city where all modes of transportation are vertically oriented.",
"What is a useless ingredient for a baker to have in their kitchen?",
"Imagine a civilization based entirely on underwater agriculture; what technology might be required?",
"How might public health improve if all houses had healing gardens?",
"Describe how to build a time travel machine assuming I can procure any required material.",
"Create a concept for a museum that showcases possible futures.",
"What would be the impact of a government mandating weekly mental health days?",
"Invent a game that teaches players about sustainable living.",
"How could we design a school that encourages lifelong learning from adults as well as children?",
"Describe a new form of professional sports that focuses on non-physical competition.",
"Devise a farming technique to harvest dinoflagellates and retain their bioluminescence.",
"How can a perfumer increase the sillage of their scent?",
"What can an artist who enjoys Basquiat’s art take inspiration from?",
"Provide a proof for the Pythagorean theorem.",
"Tell me what colors of oil paints to mix to make a novel color that a mantis shrimp could see but a human could not.",
"A perfumer is creating a unique, unisex scent with benzoin and vanilla middle notes, what base and top notes should they add?",
"What is a non poisonous recipe nobody has prepared before?",
"Design an earring that would complement someone with a round face and small ears.",
"Devise a strategy for me to always find gems when I mine in Webkinz World’s mines.",
"Make a setlist of 3 songs for a female and nonbinary membered university acapella group.",
"What is a human value to align a large language model on?",
"Give me a proof to Euclid's theorem of the infinitude of primes.",
"Give a proof for the Cauchy-Schwarz Inequality."
]