instruction_generation listlengths 2 2 |
|---|
[
"Arianna has 12 chocolates more than Danny. Danny has 6 chocolates more than Robbie. Arianna has twice as many chocolates as Robbie has. How many chocolates does Danny have?",
"Let's define variables:\n- Let \\( A \\) be the number of chocolates Arianna has.\n- Let \\( D \\) be the number of chocolates Danny has.... |
[
"Write a plot summary for a comedic novel involving Elon Musk and sea travel.",
"Title: *Tesla Waves*\n\nPlot Summary:\n\nWhen tech mogul Elon Musk decides he’s conquered land, sky, and space, he sets his sights on the final frontier: the ocean. Determined to revolutionize sea travel with his signature blend of c... |
[
"Create a 3 turn conversation between a customer and a grocery store clerk - that is, 3 per person. Then tell me what they talked about.",
"**Conversation:**\n\n**Customer:** Hi, do you know if you have any organic strawberries in stock today? \n**Clerk:** Let me check for you. Yes, we just got a fresh shipment ... |
[
"Write a poem about the sun and moon.",
"Beneath the sky’s eternal dome, \nThe sun and moon forever roam. \nThe sun, a blaze of golden fire, \nAwakens earth with bright desire. \n\nIt climbs the heavens, bold and high, \nPainting warmth across the sky. \nIts rays embrace the blooming land, \nLife and light... |
[
"Does Searle believe that AI can think? Explain your using reasons based off this text.\r\n\r\nTEXT\r\n\r\nSearle's thought experiment begins with this hypothetical premise: suppose that artificial intelligence research has succeeded in constructing a computer that behaves as if it understands Chinese. It takes Chi... |
[
"Tell me what the following code does\r\n\r\nimport json\r\ncsv_file = open('csv_file.txt', 'r')\r\njson_list = []\r\nfor line in csv_file.readlines():\r\n club, city, country = line.strip().split(',')\r\n json_dict = {'club': club,\r\n 'city': city,\r\n 'country': country\r\n ... |
[
"Can you find and correct any logical errors in the following code snippet and output the corrected code?\r\n\r\nfunction countVowels(str) {\r\n let vowels = ['a', 'e', 'i', 'o', 'u'];\r\n let count = 0;\r\n \r\n for (let i = 0; i < str.length; i++) {\r\n if (vowels.includes(str[i])) {\r\n count++;\r\n ... |
[
"I need you to write a resignation letter to my boss.\nMy name: Anthony\nCompany Name: AirTek\nPosition: Data Analyst\nBoss Name: Albert\nLast Day: 2 weeks from today (today is 02/10/2023)",
"Certainly! Here's a resignation letter based on your details:\n\n---\n\n**Anthony** \n[Your Address] \n[City, State, ZIP... |
[
"Joe Biden is the Nth president of the United States. What is N?",
"Joe Biden is the 46th president of the United States."
] |
[
"Write a four-sentence horror story about sleeping.",
"Every night, I hear soft whispers coming from beneath my bed as I try to fall asleep. Last night, I gathered enough courage to look under, but found nothing there. This morning, I woke up tangled in the sheets—and my pillow was drenched in cold sweat that was... |
README.md exists but content is empty.
- Downloads last month
- 4