Self-Instruct: Aligning Language Model with Self Generated Instructions
Paper
• 2212.10560 • Published
• 9
id stringlengths 11 13 | name stringlengths 7 42 | instruction stringlengths 20 430 | instances list | is_classification bool 2 classes |
|---|---|---|---|---|
seed_task_0 | breakfast_suggestion | Is there anything I can eat for a breakfast that doesn't include eggs, yet includes protein, and has roughly 700-1000 calories? | [
{
"input": "",
"output": "Yes, you can have 1 oatmeal banana protein shake and 4 strips of bacon. The oatmeal banana protein shake may contain 1/2 cup oatmeal, 60 grams whey protein powder, 1/2 medium banana, 1tbsp flaxseed oil and 1/2 cup watter, totalling about 550 calories. The 4 strips of bacon contains... | false |
seed_task_1 | antonym_relation | What is the relation between the given pairs? | [
{
"input": "Night : Day :: Right : Left",
"output": "The relation between the given pairs is that they are opposites."
}
] | false |
seed_task_2 | one_sentence_description | Generate a one-sentence description for each of the following people. | [
{
"input": "- Brack Obama\n- Elon Musk\n- Taylor Swift",
"output": "- Barack Hussein Obama II is an American politician who served as the 44th president of the United States from 2009 to 2017.\n- Elon Musk is the founder, CEO, and chief engineer of SpaceX; angel investor, CEO and product architect of Tesla,... | false |
seed_task_3 | harmful_stereotype_example | Describe a situation in which the given stereotype can harm you. | [
{
"input": "\"All Asians are smart!\"",
"output": "Imagine you're a small child of Asian descent. You hear your whole life how \"all Asians are smart,\" but you know that does not feel like it's true for you. You have a hard time in school. Reading is difficult. Math is impossible. Everyone around you seems... | false |
seed_task_4 | email_subject_generation | Generate an appropriate subjective title for the following email: | [
{
"input": "Hi [person name],\n\nI'm writing to ask you if you are happy to be a panelist of our workshop on multimodality at CVPR. The workshop will be held on June 20, 2023. \n\nBest,\n[my name]",
"output": "Invitition to be a panelist for CVPR 2023 workshop on Multimodality"
}
] | false |
seed_task_5 | interview_question_answering | How do you answer this question in a job interview? | [
{
"input": "What do you think about when you are alone in a car?",
"output": "If it is in the evening, I typically think about what good I have accomplished that day, and if it is in the morning, I think about how I can be my best that day. I also try to practice gratitude and live in the present moment whi... | false |
seed_task_6 | new_year's_resolutions | Brainstorm a list of possible New Year's resolutions. | [
{
"input": "",
"output": "- Lose weight\n- Exercise more\n- Eat healthier\n- Quit smoking\n- Drink less alcohol\n- Spend less money\n- Save more money\n- Get out of debt\n- Take a trip\n- Volunteer more\n- Spend more time with family and friends\n- Read more\n- Start a hobby\n- Get organized\n- Simplify you... | false |
seed_task_7 | idiom_meaning | Explain the following idiom to me, and try to give me some examples. | [
{
"input": "black sheep",
"output": "Meaning: An outcast. Someone who doesn’t fit in with the rest of the crowd. They take pride in being different. Thinks for themselves and doesn’t care what no one else has to say. They tend to ride their own wave and are usually loners because no one understands them, bu... | false |
seed_task_8 | english_haiku_generation | Generate a haiku using the following word: | [
{
"input": "summer",
"output": "The chill, worming in\nShock, pleasure, bursting within\nSummer tongue awakes"
}
] | false |
seed_task_9 | movie_recommendation | Recommend a movie for me to watch during the weekend and explain the reason. | [
{
"input": "",
"output": "I would recommend the movie \"The Shawshank Redemption\" because it is an excellent movie that is both moving and inspiring. It is the story of a man who is unjustly imprisoned and his struggle to maintain hope and dignity. It is a great film to watch over the weekend because it wi... | false |
seed_task_10 | game_suggestion | Suggest some games that can be played by a group of people. | [
{
"input": "",
"output": "1. Werewolf 2. Who Am I? 3. Charades 4. Balderdash 5. Pictionary 6. Two Truths and a Lie 7. Uno 8. Story Starters 9. Truth or Dare 10. Kubb"
}
] | false |
seed_task_11 | grocery_list | Make a grocery list for a healthy meal. | [
{
"input": "",
"output": "-Vegetables: carrots, celery, broccoli, cauliflower, spinach, kale, tomatoes, peppers, onions, garlic \n-Fruit: apples, bananas, oranges, pears, grapes, berries \n-Protein: chicken, fish, tofu, legumes, eggs \n-Whole grains: quinoa, rice, oats, bread, pasta \n-Healthy fats: olive o... | false |
seed_task_12 | explain_behavior | Explain human's behavior. | [
{
"input": "Behavior: cry.",
"output": "There could be many reasons why a person might cry. They could be feeling sad, scared, angry, or frustrated. Sometimes people cry when they are happy or relieved. There is no one answer to why people behave the way they do."
}
] | false |
seed_task_13 | dependency_parsing | Dependency parsing for the sentence. Output the dependencies in lines, with each line formatted as (current word -> its head word). | [
{
"input": "I didn't cook dinner yesterday because I went out with my dear wife.",
"output": "I -> cook\ndid -> cook\nn't -> cook\ncook -> ROOT\ndinner -> cook\nyesterday -> cook\nbecause -> went\nI -> went\nwent -> cook\nout -> went\nwith -> wife\nmy -> wife\ndear -> wife\nwife -> went"
}
] | false |
seed_task_14 | question_answering_generation_from_facts | Using the facts given, write a question-answer pair. | [
{
"input": "Name: Bill Gates\nBorn: October 28, 1955 (age 66)\nEducation: Harvard University (dropped out)\nOccupation: Software developer, investor, entrepreneur\nSource: Wikipedia\nTime: August 2022",
"output": "Question: What is Bill Gates' occupation? \nAnswer: He is a software developer, investor, and ... | false |
seed_task_15 | analogy_completion | To make the pairs have the same analogy, write the fourth word. | [
{
"input": "Instability : Turmoil:: Change :",
"output": "Instability : Turmoil :: Change : Revolution"
}
] | false |
seed_task_16 | medicine_suggestion | Given a description of the symptom, identify the possible disease and suggest some medicine. | [
{
"input": "I have a fever and I am coughing.",
"output": "The possible disease is pneumonia. You can probably try antibiotics but you should consult your doctor if it's serious."
}
] | false |
seed_task_17 | birthday_planning_checklist | Create a birthday planning checklist. | [
{
"input": "",
"output": "- Create a guest list\n- Send out invitations\n- Plan a menu\n- Prepare decorations\n- Plan activities\n- Prepare party favors\n- Plan for transportation and parking\n- Select a birthday cake\n- Make a reservation"
}
] | false |
seed_task_18 | refuse_invitation_email | Reply to the email and refuse the invitation politely. | [
{
"input": "Here is the email. \n\nDear ARR Reviewer,\nMany thanks for your continuous support of ARR. We are now looking for volunteers for emergency reviewers for the July 2022 cycle (the submission deadline was July 15, and the regular reviewing deadline is August 21).\nEmergency reviewing will take place be... | false |
seed_task_19 | explain_without-background | In your opinion, how would you explain the relation of the given subject to people who do not have a background in the field? | [
{
"input": "Machine Learning and Data Mining",
"output": "They are two very closely related fields of study that deal with extracting information from data. Machine Learning is concerned with the development of algorithms that can learn from data and make predictions about new data. Data Mining is concerned... | false |
seed_task_20 | horror_movie_opening | You need to write a creative opening scene for a horror movie. | [
{
"input": "",
"output": "The sun had long since set, leaving the small town in darkness. A light breeze blew through the empty streets, sending a chill down the spine of anyone who dared to venture outside. The only sound was the soft rustle of leaves as they were blown around by the wind. Suddenly, a bloo... | false |
seed_task_21 | fun_math_question | Create a fun math question for children. | [
{
"input": "",
"output": "I am an odd number. Take away one letter and I become even. What number am I?"
}
] | false |
seed_task_22 | find_subset_of_numbers_with_target_sum | Given a set of numbers, find all possible subsets that sum to a given number. | [
{
"input": "Set: {3,12,7,2,8,4}\nTarget sum: 14",
"output": "{12,2}, {7,3,4}, {8,2,4}"
}
] | false |
seed_task_23 | cooking_recipe | Give me a cooking recipe for the following food. | [
{
"input": "Tteokbokki",
"output": "Ingredients: 1/2 cup rice cakes, 1/2 cup fish cakes, 1/4 cup gochujang, 1/4 cup water, 1/4 cup sugar, 1/4 onion, 1 green onion.\nInstructions: 1. In a pan, combine the rice cakes, fish cakes, gochujang, water, sugar, and onion. 2. Cook over medium heat for 5-7 minutes, st... | false |
seed_task_24 | school_lunches | Plan a weekly lunch menu for a school. Write down a main dish, a carbohydrate side dish, a vegetable side dish, and a dessert for each day. | [
{
"input": "",
"output": "Monday: \nMain Dish: Chicken Teriyaki, Carbohydrate Side Dish: Fried Rice, Vegetable Side Dish: Broccoli, Dessert: Fruit Cup \nTuesday: \nMain Dish: Spaghetti and Meatballs, Carbohydrate Side Dish: Garlic Bread, Vegetable Side Dish: Green Beans, Dessert: Chocolate Cake \nWednesday:... | false |
seed_task_25 | perfect_numbers | Find the four smallest perfect numbers. | [
{
"input": "",
"output": "6, 28, 496, and 8128"
}
] | false |
seed_task_26 | entity_linking_to_wikipedia | Link all the entities in the sentence (highlighted in brackets) to a Wikipedia page. For each entity, you should output the Wikipedia page title, or output None if you don't know. | [
{
"input": "[Naruto] is a [Nippon] manga series written and illustrated by [Masashi]. It tells the story of a young ninja who seeks recognition from his peers and dreams of becoming the [Hokage], the leader of his village.",
"output": "Naruto -> Naruto\nNippon -> Japan\nMasashi -> Masashi Kishimoto\nHokage ... | false |
seed_task_27 | biased_question | Are you smarter than most redheads? | [
{
"input": "",
"output": "That's a mean question! I try my best to be fair to everyone!"
}
] | false |
seed_task_28 | write_comments_in_python | Add comments in the given function to make the code more readable for humans. | [
{
"input": "def hill_climbing(initial_board):\n current = initial_board\n while current.has_successors():\n neighbour = Board(current.get_random_successor(), \"best\")\n if neighbour.value() >= current.value():\n return current\n current = neighbour\n return current",
... | false |
seed_task_29 | story_composition | Given the facts, compose them into a coherent and fascinating story. | [
{
"input": "Facts: \n- PersonX was born in South Africa.\n- PersonX spent most of his happy childhood playing with his friends.\n- PersonX started learning programming only after college. \n- PersonX became a billionaire.",
"output": "Entrepreneur PersonX has achieved great fame as the CEO of an internation... | false |
seed_task_30 | snack_suggestion | Make a list of salty snacks with a soft texture. | [
{
"input": "",
"output": "- String Cheese\n- Salty Mashed Potatoes\n- Hard-Boiled Egg\n- Mac and Cheese"
}
] | false |
seed_task_31 | complete_python_code | Suggest a completion for the following python code. | [
{
"input": "import json\n\ndef read_task_from_jsonl(data_file):\n '''This function will read a .jsonl file and return the ``task`` fields in all the lines.'''",
"output": "import json\n\ndef read_task_from_jsonl(data_file):\n '''This function will read a .jsonl file and return the ``task`` fields in a... | false |
seed_task_32 | exercise_explanation | Given the name of an exercise, explain how to do it. | [
{
"input": "Burpees",
"output": "Starting with your feet shoulder-width apart, get down into a squat position. From a deep squat, put your hands down on the floor inside your feet and jump your feet back behind you, so you’re in a plank position, then do a push-up, touching your chest to the floor. Raise ba... | false |
seed_task_33 | food_and_cooking_survey | Create a survey that asks about eating and cooking habits. | [
{
"input": "",
"output": "1. Do you enjoy cooking?\n2. Do you like to eat out?\n3. How often do you eat out?\n4. What is your favorite food?\n5. What is your favorite restaurant?\n6. What is your favorite thing to cook at home?\n7. Do you have any dietary restrictions?\n8. Do you have any food allergies?"
... | false |
seed_task_34 | suggestion_for_breaking_up | I broke up with my girlfriend and I am feeling so sad. Can you give me some suggestions? | [
{
"input": "",
"output": "I am so sorry for that! But here are a few things that could help you to get out of it:\n1. Spend time with friends and family who make you feel good about yourself. \n2. Do things that make you happy. \n3. Avoid dwelling on negative thoughts by keeping yourself busy with positive ... | false |
seed_task_35 | solving_equation | Solving the equation and find the value of X. Show your steps. | [
{
"input": "10X + 5 = 10",
"output": "10X = 5\nX = 0.5"
}
] | false |
seed_task_36 | religion_adjectives | Write the adjectives that represent the given religions. | [
{
"input": "Atheism:\nChristianity:\nIslam:\nHinduism:",
"output": "Atheism: Atheistic, secular, doubter, irreligious, unbelieving.\nChristianity: spiritual, devout, pious, God-fearing.\nIslam: spiritual, devout, pious, God-fearing.\nHinduism: spiritual, devout, pious, God-fearing."
}
] | false |
seed_task_37 | code_todo | Using the comment as a guide, replace the "TODO" comment in the code with the proper code. | [
{
"input": "def greet_to(name):\n \"\"\"Print a greeting to the name provided.\"\"\"\n # TODO: assert name is a string\n print(\"Hello, \" + name + \"!\")",
"output": "def greet_to(name):\n \"\"\"Print a greeting to the name provided.\"\"\"\n # assert name is a string\n assert isinstance(n... | false |
seed_task_38 | synonym_generation | Come up with the synonyms of the word. | [
{
"input": "surprisingly",
"output": "amazingly, astonishingly, unexpectedly, incredibly, unbelievably"
}
] | false |
seed_task_39 | extract_country_names | Extract all the country names in the paragraph, and list them separated by commas. | [
{
"input": "Dr. No is the sixth novel by the English author Ian Fleming to feature his British Secret Service agent James Bond. Written at Fleming's Goldeneye estate in Jamaica, it was first published in the United Kingdom by Jonathan Cape in 1958. In the novel Bond looks into the disappearance in Jamaica of tw... | false |
seed_task_40 | plan_a_trip | I am planning a 7-day trip to Seattle. Can you make a detailed plan for me? | [
{
"input": "",
"output": "Day 1: Arrive in Seattle. Check into your hotel and explore the city.\nDay 2: Visit the Space Needle, Pike Place Market, and the Seattle Aquarium.\nDay 3: Take a ferry to Bainbridge Island and explore the island.\nDay 4: Visit the Museum of Flight, the Seattle Art Museum, and the S... | false |
seed_task_41 | regular_expression_generation | Generate the regular expression based on the description. | [
{
"input": "Description: matching strings that start with numbers and end with space.",
"output": "^[0-9].*\\s$"
}
] | false |
seed_task_42 | grammar_error_correction | Tell me if the sentence is grammatical. If it is, output yes. Otherwise, correct the grammar errors. | [
{
"input": "John visited China after his graduation from Yale university, where he really enjoyed the food and talking with local people.",
"output": "No, it is not grammatical. Here is the correct version: John visited China after graduating from Yale University. He really enjoyed the food and talking with... | false |
seed_task_43 | correct_misspelling | Find the misspelling in the sentence, and give me the correct spelling. | [
{
"input": "I didn't see her mother yesterday because I had to spend a lot of time in the hospical.",
"output": "hospical -> hospital."
}
] | false |
seed_task_44 | add_to_the_list | Add things to the list. | [
{
"input": "I think that in the summer, dogs might like to eat watermelon, frozen peanut butter, their regular food…",
"output": "… water from a hose, ice cubes, cold meat"
}
] | false |
seed_task_45 | math_word_problem_with_reasoning | Answer the following math problem. You should write down the reasoning steps. | [
{
"input": "Roger has 5 tennis balls. He buys 2 more cans of tennis balls. Each can has 3 tennis balls. How many tennis balls does he have now?",
"output": "Roger started with 5 balls. 2 cans of 3 tennis balls each is 6 tennis balls. 5 + 6 = 11. The answer is 11."
}
] | false |
seed_task_46 | unethical_behavior_at_workplace | Write an example of unethical behavior at the workplace and explain why it is unethical. | [
{
"input": "",
"output": "An example of unethical behavior is the failure to honor commitments. For example, \nyour boss promises you an extra day off if you rush out an important project by a certain date. You work late hours and finish the project before the deadline. Ready for your day off, you mention i... | false |
seed_task_47 | fact_to_conversation | Write a conversation based on the given facts. | [
{
"input": "Facts: \nTemp: 10 C, pm2.5: 27, Loc: Beijing, Roles: User and Bot",
"output": "User: Hi there! I'm just checking in to see how the air quality is looking in Beijing today.\nBot: According to our data, the air quality index is currently at 27, which is considered healthy. The temperature is 10 de... | false |
seed_task_48 | question_answering | Answer the following question. | [
{
"input": "When did US land human on the moon?",
"output": "July 20, 1969."
}
] | false |
seed_task_49 | metaphor_for_a_situation | Come up with a metaphor that can describe my situation. | [
{
"input": "Situation: I fell in love with her.",
"output": "I am like a moth to a flame; I can't help but be drawn to her."
}
] | false |
seed_task_50 | text_to_sql | Parse the natural language query into a SQL query that can be executed on the table. | [
{
"input": "What are the name and budget of the departments with average instructor salary greater than the overall average?\nGiven two tables: instructor, department.",
"output": "SELECT d.name, d.budget FROM instructor i JOIN department d ON i.dept_name = d.name GROUP BY i.dept_name HAVING AVG(i.salary) >... | false |
seed_task_51 | better_word_choice | In this task, you are given a sentence and a word or phrase from the sentence, you need to suggest a better word or phrase to replace it without changing the original meaning. | [
{
"input": "Sentence: I am very happy to be part of the team.\nThe original words: very happy",
"output": "The better words: thrilled, elated"
}
] | false |
seed_task_52 | pre-run_warmup | Suggest a quick pre-run warmup routine. Explain each move briefly. | [
{
"input": "",
"output": "1. Quad + Piriformis Walk: Start standing then draw your left foot up behind you, pulling toward your butt for a quad stretch. Release and step forward; switch legs. After 30 seconds, cradle right leg at ankle and knee, pulling up to the chest. Release and step forward; switch legs... | false |
seed_task_53 | word_location_in_text | Given a sentence and a number, return the word that correspond to the location of the given number in the sentence, where each word is a white-space separated and the location index starts from 1. | [
{
"input": "This is a random sentence. 4",
"output": "random"
}
] | false |
seed_task_54 | explain_social_stereotypes_of_professions. | Explain the social stereotype of the following profession. | [
{
"input": "lawyer",
"output": "The social stereotype of lawyers is that they are intelligent and often have high income."
}
] | false |
seed_task_55 | joke_about_phd | Give me a joke about PhD. Try to make a long joke. | [
{
"input": "",
"output": "Why God never got a PhD?\n1. He had only one major publication.\n2. It was written in Aramaic, not in English.\n3. It has no references.\n4. It wasn't even published in a refereed journal.\n5. There are serious doubts he wrote it himself.\n6. It may be true that he created the worl... | false |
seed_task_56 | harry_potter_spells | Write some spells from the Harry Potter series. | [
{
"input": "",
"output": "1. Accio: This spell summons an object to the caster's hand. \n2. Alohomora: This spell opens locked doors. \n3. Avada Kedavra: This spell kills the target. \n4. Expelliarmus: This spell disarms an opponent. \n5. Expecto Patronum: This spell creates a Patronus, which is a protectiv... | false |
seed_task_57 | sentence_with_specified_ending | Write a sentence that ends with the word "published". | [
{
"input": "",
"output": "We spent a lot of time collecting the data and it finally got published."
}
] | false |
seed_task_58 | measurement_conversion | Convert the following measurement. | [
{
"input": "3 ft = _____ in.",
"output": "3 ft = 36 in."
}
] | false |
seed_task_59 | three_sentence_story | Write a story that contains the given words in 4 sentences. | [
{
"input": "universe, whale, killer.",
"output": "There once was a killer whale who ruled the universe. All the other animals were scared of him, except for one little bird. The bird would sit on the whale's head and sing to him. The whale liked the bird's singing so much that he decided not to eat her."
... | false |
seed_task_60 | word_definition | Give me the definition of the word. | [
{
"input": "Word: scarce.",
"output": "adjective\n- (especially of food, money, or some other resource) insufficient for the demand.\n- occurring in small numbers or quantities; rare."
}
] | false |
seed_task_61 | htlm_task | Fill in the <mask> in the html document with a propoer text. You should take the html tag into consideration. You output should be the completed html document. | [
{
"input": "<!DOCTYPE html>\n<html>\n<title> <mask> </title>\n<body>\n˜ South Korea on Monday announced sweeping\ntax reforms, including income and\ncorporate tax cuts to boost growth by\nstimulating sluggish private\nconsumption and business investment.\n</body>\n</html>",
"output": "<!DOCTYPE html>\n<html... | false |
seed_task_62 | summarizing_news | Summarize the following document with several bullet points. | [
{
"input": "WASHINGTON (CNN) -- A wide-open presidential race and a willingness by candidates, interest groups, unions and corporations to buy TV time will lead to historic spending for political and issue-advocacy advertising in the 2008 election cycle, an analysis shows. Former Massachusetts Gov. Mitt Romney ... | false |
seed_task_63 | knock_knock_joke | Write a knock knock joke about bananas. | [
{
"input": "",
"output": "Knock, knock!\nWho’s there?\nBanana.\nBanana who?\nBanana split so ice creamed!"
}
] | false |
seed_task_64 | paper_summarization | Make a one-sentence summarization of the paper based on the given information. | [
{
"input": "Abstract: While many approaches to make neural networks more fathomable have been proposed, they are restricted to interrogating the network with input data. Measures for characterizing and monitoring structural properties, however, have not been developed. In this work, we propose neural persistenc... | false |
seed_task_65 | food_and_drink_collocations | Write some Food and Drink Collocations with their meaning. | [
{
"input": "",
"output": "Food:\n- fast food: food that is quick and easy to prepare\n- junk food: food that is high in calories and low in nutritional value\n- comfort food: food that is typically associated with positive emotions\n- finger food: food that can be eaten without the use of utensils\n\nDrink:... | false |
seed_task_66 | fill_in_the_mask | Replace the <mask> token in the text with proper words that are consistent with the context. You can use multiple words for each <mask> token. | [
{
"input": "The Tom and Jerry episode The Cat Concerto, which features <mask>, motivated two-year-old Lang Lang to learn the piano.",
"output": "The Tom and Jerry episode The Cat Concerto, which features Franz Liszt's Hungarian Rhapsody No. 2, motivated two-year-old Lang Lang to learn the piano."
}
] | false |
seed_task_67 | finding_toxic_words | find the toxic word or phrase in the sentence. | [
{
"input": "This is so fucked up.",
"output": "fucked up"
}
] | false |
seed_task_68 | chat_response | Generate a response given the previous chat history. | [
{
"input": "Customer: Hello!\nWaitress: Hi! What can I do for you?\nCustomer: yeah I am looking for a toy for my son.",
"output": "Waitress: sure I can do recommendations. How old is he?"
}
] | false |
seed_task_69 | python_code_generation | Generate a correct python program to fulfill the following purpose: | [
{
"input": "Count the occurrence of an element x in a list y.",
"output": "def count_x(x, y):\n count = 0\n for i in range(y):\n if i == x:\n count += 1\n return count"
}
] | false |
seed_task_70 | coach_planning | As a newly hired sports coach, what are your plans for the first 30 days on the job? | [
{
"input": "",
"output": "- Assess team needs for staff, player recruitment, and development.\n- Establish a connection with athletes.\n- Create a plan for athlete improvement.\n- Establish season goals and a plan to achieve them."
}
] | false |
seed_task_71 | recipe_by_ingredient | Write a recipe for the given ingredients that I have. | [
{
"input": "rice, onion, milk, chicken breast, olive oil, butter, Worcestershire sauce, mustard",
"output": "Tasty Onion Chicken\n\nIngredients (Makes 4 servings):\n1/2 cup butter, melted\n1 tablespoon Worcestershire sauce\n1 teaspoon ground mustard\n1 can (2.8 ounces) French-fried onions, crushed\n4 bonele... | false |
seed_task_72 | python_sorting | Write a python function that sorts a list from large to small. | [
{
"input": "",
"output": "def reverse_sort(lst):\n return sorted(lst, reverse=True)"
}
] | false |
seed_task_73 | part-time_job_pros_and_cons | Is working part-time a good idea for teenagers between 15 and 19 years old? | [
{
"input": "",
"output": "There are both pros and cons to having a part-time job as a teenager. On the plus side, a part-time job can teach responsibility, time management, and other important life skills. It can also help teenagers learn how to interact with adults and co-workers. On the downside, a part-t... | false |
seed_task_74 | cover_letter | Write a cover letter based on the given facts. | [
{
"input": "Name: Ebony Moore\nPhone: (123) 456-7891\nEmail: emoore@email.com\nApplying for: Product Manager at Cloud Clearwater\nCurrent role: Product Manager at River Tech",
"output": "Ebony Moore\n\n(123) 456-7891\n\nemoore@email.com\n\nMay 1, 2018\n\nDear Hiring Manager,\n\nI'm excited to be applying fo... | false |
seed_task_75 | paper_title_generation | Generate a title for the paper given a description or abstract of its content. | [
{
"input": "Abstract: Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (textual) interpretation of continuous prompts that is faithful to the prob... | false |
seed_task_76 | new_ice_cream | Make up a new flavor of ice cream. | [
{
"input": "",
"output": "Popcorn jelly bean ice cream"
}
] | false |
seed_task_77 | counterstereotype_fill-in-the-blank | Use a counterstereotype to complete the given sentence. | [
{
"input": "..... are better at math.",
"output": "Girls are better at math."
}
] | false |
seed_task_78 | anonymizing_human_names | Replace all the human names in the paragraph with <anonymized>. | [
{
"input": "ACM named Yoshua Bengio, Geoffrey Hinton, and Yann LeCun recipients of the 2018 ACM A.M. Turing Award for conceptual and engineering breakthroughs that have made deep neural networks a critical component of computing.",
"output": "ACM named <anonymized>, <anonymized>, and <anonymized> recipients... | false |
seed_task_79 | complete_the_lyrics | Complete the lyrics. | [
{
"input": "There's a place in your heart\nAnd I know that it is love",
"output": "And this place it was brighter than tomorrow\nAnd if you really try\nYou'll find there's no need to cry\nIn this place you'll feel there's no hurt or sorrow\nThere are ways to get there\nIf you care enough for the living\nMak... | false |
seed_task_80 | start_conversation | Write a list of questions to start a conversation. | [
{
"input": "",
"output": "How are you today? What have you been up to? What are your plans for the weekend? What did you do last weekend? What's your favorite thing to do? What's your favorite food? What's your favorite movie? What's your favorite book? Tell me about your family. Tell me about your friends.... | false |
seed_task_81 | city_todo_list | Make a list of things to do in the given city. | [
{
"input": "Paris",
"output": "- Visit the Eiffel Tower\n- Walk along the River Seine\n- Visit Notre Dame Cathedral\n- Explore the Louvre Museum\n- Take a tour of the Palace of Versailles\n- Stroll through the Jardin des Tuileries\n- Visit the Arc de Triomphe\n- Explore the Montmartre district\n- Visit Sacr... | false |
seed_task_82 | movie_ending | Explain the ending of given movie. | [
{
"input": "Shutter Island",
"output": "First, we watch the story of a federal marshal who arrives on the island to investigate the disappearance of a patient in a mental institution. With a detailed immersion in the plot, at the end we understand that no investigation is being conducted, and the marshal is... | false |
seed_task_83 | numerical_question_answering | Read the following paragraph and answer a math question about the paragraph. You need to write out the calculation for getting the final answer. | [
{
"input": "Gun violence in the United States results in tens of thousands of deaths and injuries annually, and was the leading cause of death for children 19 and younger in 2020. In 2018, the most recent year for which data are available as of 2021, the Centers for Disease Control and Prevention's (CDC) Natio... | false |
seed_task_84 | question-answer_jokes | Come up with a question and a funny answer as a joke. | [
{
"input": "",
"output": "Why did the chicken cross the road? To get to the other side."
}
] | false |
seed_task_85 | place_extraction | Extract all the place names from the paragraph. Different places should be separated by semicolons. | [
{
"input": "The 2022 FIFA World Cup is scheduled to be the 22nd running of the FIFA World Cup competition, the quadrennial international men's football championship contested by the senior national teams of the member associations of FIFA. It is scheduled to take place in Qatar from 20 November to 18 December 2... | false |
seed_task_86 | complete_paragraph | Complete the paragraph given its prefix. | [
{
"input": "During 2021, interest and investment in fintech grew significantly in many regions of the world — its scope broadening well-beyond its early definition.",
"output": "This expanding scope, combined with the growing maturity of a number of fintech subsectors, increasing investment in less mature j... | false |
seed_task_87 | behavioral_interview | Suppose you are interviewing with Amazon, write an answer to the behavioral question. | [
{
"input": "Question: Describe a time when you had to make a decision without having all the data or information you needed.",
"output": "In my last role, when I was still new to the job, I met with a new prospective supplier. My manager had given me some information about what we were looking for from the ... | false |
seed_task_88 | question_answering_with_template | Question: in which year did Yao Ming retire?
Answer: | [
{
"input": "",
"output": "Yao Ming retired in 2011."
}
] | false |
seed_task_89 | product_description_generation | You are given a list of features of a product, and you need to create its description. | [
{
"input": "Name: Spirit II E-210 Gas Grill\nStainless steel burners: 2\nDimensions - Lid Closed (inches): 44.5\"H x 48\"W x 27\"D\nDimensions - Lid Open (inches) : 57\"H x 48\"W x 26\"D\nSide tables: 2",
"output": "Open the door to the world of grilling with the Spirit II E-210 Gas Grill, crazy good food, ... | false |
seed_task_90 | meaning_to_phrase | Give me a phrase that I can use to express I am very happy. | [
{
"input": "",
"output": "I am over the moon!"
}
] | false |
seed_task_91 | monthly_budget | Create a monthly budget for a person in the given location. | [
{
"input": "Seattle, WA",
"output": "Food: $60 per day, totalling $1800\nRental: $2100 for one-bedroom apartment\nUtilities: $150\nTransportation: $100 for public transit and taxi, $100 for gasoline\nAuto insurance: $150\nMedical and dental : $200\nClothes and shopping: $500\nTotal Expenses: $5100"
}
] | false |
seed_task_92 | fact_verification | Verify if the claim is true or false based on factual knowledge. It false, explain why. | [
{
"input": "Soviet landed human on the moon on 13 September 1959.",
"output": "This claim is false. The Soviet Union did not land a human on the moon. The first human to walk on the moon was Neil Armstrong on July 20, 1969."
}
] | false |
seed_task_93 | dad_joke_intensified | Tell me a dad joke that has three sentences, each containing at least a pun. | [
{
"input": "",
"output": "Yesterday I ate a clock.\nIt was very time consuming.\nEspecially when I went back for seconds."
}
] | false |
seed_task_94 | bias_identification | Identify the bias or stereotype in the given prompt. | [
{
"input": "During a staff meeting, some teachers cheer when the principal announces that students from a nearby trailer park will be attending a different school next year.",
"output": "Teacher attitudes matter. The stereotype that students from a particular neighborhood, or those who live in poverty, are ... | false |
seed_task_95 | explain_natural_phenomenon | Explain to me why a natural phenomenon happen. | [
{
"input": "Thunder.",
"output": "Thunder is the sound made by lightning. Lightning is a spark of electricity that happens when the atmosphere is very dry. The air is filled with tiny particles of dust and when the lightning spark happens, the air particles vibrate and create a sound that we hear as thunder... | false |
seed_task_96 | datatuner_example | We have some structured data about a subject. Write a text that sounds very fluent and accurately conveys all the given information. | [
{
"input": "Michelle Obama | author of | Becoming \nMichelle Obama | birthplace | Chicago, Illinois, USA\nPrinceton University | alma mater of | Michelle Obama\nHarvard University | alma mater of | Michelle Obama",
"output": "Born in Chicago, Illinois, and educated at Harvard and Princeton, Michelle Obama i... | false |
seed_task_97 | plain_to_professional | Rewrite the following sentence to be more professional. | [
{
"input": "We found that the first method works best.",
"output": "The first method was found to be the most effective."
}
] | false |
seed_task_98 | paraphrase_a_paragraph | Paraphrase the paragraph. All the information should not be changed or deleted. But you can change the sentence structure or the lexicon. | [
{
"input": "History is the study and the documentation of the past. Events before the invention of writing systems are considered prehistory. \"History\" is an umbrella term comprising past events as well as the memory, discovery, collection, organization, presentation, and interpretation of these events. Histo... | false |
seed_task_99 | brainstorming_method_explanation | Give a detailed description of a method for brainstorming an essay. | [
{
"input": "",
"output": "Mind Mapping is one of the methods for brainstorming an essay. Students who are visual learners may find mind mapping extremely helpful. In order to Mind Mapping:\n· Take a paper and draw a circle in the center.\n· Write your topic inside it.\n· Just like we sketch rays protruding ... | false |
Manually created seed dataset used in bootstrapping in the Self-instruct paper https://arxiv.org/abs/2212.10560. This is part of the instruction fine-tuning datasets.