question_id int64 1 80 | question stringlengths 44 178 | category stringclasses 9
values |
|---|---|---|
1 | How can I improve my time management skills? | generic |
2 | What are the most effective ways to deal with stress? | generic |
3 | What are the main differences between Python and JavaScript programming languages? | generic |
4 | How can I increase my productivity while working from home? | generic |
5 | Can you explain the basics of quantum computing? | generic |
6 | What are the differences between plant-based and animal-based protein sources? | generic |
7 | How can I develop my critical thinking skills? | generic |
8 | What are the major challenges faced by the education sector today? | generic |
9 | What are the primary factors that influence consumer behavior? | generic |
10 | What are the most effective strategies for conflict resolution in the workplace? | generic |
11 | What are some potential implications of using a single-use plastic bottle versus a reusable bottle on both the environment and human health? | knowledge |
12 | What factors would you consider when designing an inclusive and accessible public transportation system? | knowledge |
13 | How can governments utilize fiscal and monetary policies to combat economic recessions? | knowledge |
14 | How do language and cultural barriers affect the way people communicate and form relationships in multicultural societies? | knowledge |
15 | Describe a scenario where artificial intelligence could be used to improve the quality and efficiency of healthcare delivery. | knowledge |
16 | Explain the process of gene editing using CRISPR-Cas9 technology, and discuss its potential applications and ethical implications. | knowledge |
17 | How do vaccinations work to protect individuals and communities from infectious diseases, and what is herd immunity? | knowledge |
18 | How do social media platforms influence the way people consume and share news, and what are the potential implications for the spread of misinformation? | knowledge |
19 | How do cultural, social, and economic factors influence people's food choices, and how can this knowledge be used to promote healthier diets? | knowledge |
20 | Explain the process of natural selection and how it contributes to the evolution and adaptation of species. | knowledge |
21 | How would you introduce yourself as a medieval knight at a royal banquet? | roleplay |
22 | As a pirate captain, what would you say to your crew to motivate them to search for hidden treasure? | roleplay |
23 | If you were a Shakespearean character, how would you declare your love for someone in a soliloquy? | roleplay |
24 | As a superhero, how would you explain your origin story to a curious child? | roleplay |
25 | Imagine you are a time traveler from the year 3000. What technological advancements would you tell people about? | roleplay |
26 | As a sports commentator, describe the winning play in the final seconds of a championship game. | roleplay |
27 | Pretend to be a world-famous chef. How would you describe your signature dish to a panel of judges? | roleplay |
28 | You are a mountain climber reaching the summit of Mount Everest. Describe your emotions and the view from the top. | roleplay |
29 | As a space colonist on Mars, describe your daily life and the challenges you face living on another planet. | roleplay |
30 | Pretend to be a character in a post-apocalyptic world. Describe how you survive and the allies you encounter. | roleplay |
31 | How can you determine if a restaurant is popular among locals or mainly attracts tourists, and why might this information be useful? | common-sense |
32 | What are some subtle clues that suggest someone is pretending to understand a topic or conversation when they are actually confused or uninformed? | common-sense |
33 | Why might someone choose to use a paper map or ask for directions instead of relying on a GPS device or smartphone app? | common-sense |
34 | How can you determine if a person is genuinely interested in a conversation or simply being polite? | common-sense |
35 | Why might someone prefer to shop at a small, locally-owned business instead of a large chain store, even if the prices are higher? | common-sense |
36 | How can you assess the credibility of a source of information, such as a news article or blog post, without relying solely on the reputation of the author or publisher? | common-sense |
37 | Why do some people enjoy the sensation of being scared, such as by watching horror movies or going on roller coasters, while others avoid these experiences? | common-sense |
38 | How can observing the behavior of other people in a social situation provide clues about cultural norms and expectations? | common-sense |
39 | Do we have a moral obligation to explore space, or should we focus on solving Earth's problems first? | common-sense |
40 | In a world where automation is becoming increasingly prevalent, is it more important to prioritize job creation or technological progress? | common-sense |
41 | How many times does the average human blink in a lifetime? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
42 | How many atoms are in a grain of salt? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
43 | How many lightning strikes occur on Earth each day? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
44 | How many balloons would it take to lift a house like in the movie "Up"? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
45 | How many text messages are sent globally in a minute? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
46 | How many words are spoken daily on Earth? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
47 | How many snowflakes fall during a typical winter? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
48 | How many pages are in all the books ever written? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
49 | How many times has the Earth orbited the Sun since the beginning of life? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
50 | How many songs have been recorded throughout history? Try to explain your answer. Your explanation should take the reader through your reasoning step-by-step. | fermi |
51 | What if the Internet had been invented during the Renaissance period? | counterfactual |
52 | What if the Aztecs had successfully repelled the Spanish conquistadors? | counterfactual |
53 | What if the Black Death had not occurred in the 14th century? | counterfactual |
54 | What if Isaac Newton had focused on biology instead of physics? | counterfactual |
55 | What if the Beatles had never formed as a band? | counterfactual |
56 | What if Alan Turing had not cracked the Enigma code during World War II? | counterfactual |
57 | What if the Suez Canal had never been constructed? | counterfactual |
58 | What if the Maya civilization had never mysteriously collapsed? | counterfactual |
59 | What if Christopher Columbus had not discovered the Americas? | counterfactual |
60 | What if Vincent van Gogh had been a successful artist during his lifetime? | counterfactual |
61 | Develop a C++ program that reads a text file line by line and counts the number of occurrences of a specific word in the file. | coding |
62 | Implement a Python function to find the longest common subsequence of two input strings using dynamic programming. | coding |
63 | Implement a regular expression in Python to validate an email address. | coding |
64 | Write a program to find the nth Fibonacci number using dynamic programming. | coding |
65 | Implement a binary search algorithm to find a specific element in a sorted array. | coding |
66 | Implement a queue data structure using two stacks in Python. | coding |
67 | Implement a program to find the common elements in two arrays without using any extra data structures. | coding |
68 | Given that f(x) = 5x^3 - 2x + 3, find the value of f(2). | math |
69 | Solve for x in the equation 3x + 10 = 5(x - 2). | math |
70 | If the endpoints of a line segment are (2, -2) and (10, 4), what is the length of the segment? | math |
71 | Can you help me write a formal email to a potential business partner proposing a joint venture? | writing |
72 | Can you help me write a resignation letter to my current employer, while leaving on good terms and expressing gratitude for the opportunities provided? | writing |
73 | Use an appropriate format to structure a formal letter of recommendation for a student applying to a prestigious graduate program in computer science. | writing |
74 | Write a compelling product launch announcement email to inform our customers of our new software solution. | writing |
75 | Draft an apology email to a customer who experienced a delay in their order, and provide reassurance that the issue has been resolved. | writing |
76 | Write a script for a YouTube video exploring the history and cultural significance of jazz. | writing |
77 | Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions. | writing |
78 | Write a captivating movie review for a recently released science fiction film, discussing its plot, characters, and special effects. | writing |
79 | Structure a podcast script for an episode discussing the influence of streaming platforms on the music industry. | writing |
80 | Write a symphony concert review, discussing the orchestra's performance and overall audience experience. | writing |
- Downloads last month
- 185