Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
20
22
motivation_app
stringlengths
4
27
instruction
stringlengths
20
487
instances
list
user_oriented_task_0
Grammarly
The sentence you are given might be too wordy, complicated, or unclear. Rewrite the sentence and make your writing clearer by keeping it concise. Whenever possible, break complex sentences into multiple sentences and eliminate unnecessary words.
[ { "input": "If you have any questions about my rate or if you find it necessary to increase or decrease the scope for this project, please let me know.", "output": "If you have any questions about my rate or find it necessary to increase or decrease this project's scope, please let me know." } ]
user_oriented_task_1
Grammarly
Analyze the word choice, phrasing, punctuation, and capitalization in the given email. How may the writer of this email sound to the reader? These tones include Disheartening, Accusatory, Worried, Curious, Surprised, Disapproving, Unassuming, Formal, Assertive, Confident, Appreciative, Concerned, Sad, Informal, Regretful, Encouraging, Egocentric, Joyful, Optimistic, and Excited.
[ { "input": "Hi Jen, \nI hope you're well. Can we catch up today? I'd appreciate your input on my presentation for tomorrow's meeting. I'd especially love it if you could double-check the sales numbers with me. There's a coffee in it for you!", "output": "Confident" } ]
user_oriented_task_2
Grammarly
Rewrite the given text and correct grammar, spelling, and punctuation errors.
[ { "input": "If you'd told me year ago that today I would finish a marathon, I would of laughed. Your support had a huge affect on me!", "output": "If you'd told me a year ago that today I would finish a marathon, I would have laughed. Your support had a huge effect on me!" } ]
user_oriented_task_3
Google Scholar
You are given a paper citation, convert it to the requested citation style.
[ { "input": "Chicago: Vaswani, Ashish, Shazeer, Noam, Parmar, Niki, Uszkoreit, Jakob, Jones, Llion, Gomez, Aidan N., Kaiser, Lukasz, and Illia Polosukhin. \"Attention Is All You Need.\" arXiv, (2017). https://doi.org/10.48550/arXiv.1706.03762.\nMLA:", "output": "Vaswani, Ashish, et al. \"Attention Is All You...
user_oriented_task_4
Grammarly
Desk jobs require writing a lot of emails, so it isn't surprising we get tired of repeating ourselves. Come up with several synonyms for the given word.
[ { "input": "Sincerely", "output": "Best regards, All the best, Cheers, Best" } ]
user_oriented_task_5
Gmail
If you could help me write an email to my friends inviting them to dinner on Friday, it would be greatly appreciated.
[ { "input": "", "output": "Hi there,\n\nI hope you're all doing well. I'm inviting you over for dinner on Friday night. Please let me know if you can make it. I'll be cooking your favorite dishes!\n\nLooking forward to seeing you," } ]
user_oriented_task_6
Gmail
The tone of the email should be changed and rewritten in a more professional manner.
[ { "input": "Subject: Asking for Vacation Time\nHi [Employer], \nI hope all is well. I am writing to request a day off on [date]. I have already taken care of my work responsibilities for that day and will be available to answer any questions or concerns you may have. \nThank you for your time, \n[Your name]", ...
user_oriented_task_7
Twitter
Write a social media post about the call for collaboration on a crowdsourcing project in a persuasive way.
[ { "input": "", "output": "Looking for collaborators on a new crowdsourcing project! This is a great opportunity to get involved in something innovative and impactful. If you're interested, please let me know." } ]
user_oriented_task_8
IMDB
My favorite witty review of The Rings of Power series is this:
[ { "input": "", "output": "The Rings of Power series is one of the best things to come out of Middle Earth since, well, the Ring itself! If you're a fan of fantasy, adventure, and intrigue, then this is definitely the series for you. The characters are richly drawn and the plot is twisty and full of surprise...
user_oriented_task_9
you.com (YouWrite)
A helpful writing exercise is writing a story without using adjectives or adverbs. This will help you learn to use other words and phrases to describe what you are trying to say. Here are some examples:
[ { "input": "", "output": "The trees were silhouetted against the sky. The wind was blowing. The leaves were rustling. The grass was waving. The flowers were nodding. The birds were singing. The bees were buzzing. The squirrels were running. The rabbits were hopping. The deer were grazing. The wolves were ho...
user_oriented_task_10
Google Search
Come up with some search queries on google about coding stuff.
[ { "input": "", "output": "- binary search\n- pop in javascript\n- audio chunking algorithm" } ]
user_oriented_task_11
StackOverflow
Discover the most relevant StackOverflow questions for your search term. And output a list of their URLs.
[ { "input": "remove item in array", "output": "1- https://stackoverflow.com/questions/5767325/how-can-i-remove-a-specific-item-from-an-array\n2- https://stackoverflow.com/questions/19544452/remove-last-item-from-array\n3- https://stackoverflow.com/questions/15292278/how-do-i-remove-an-array-item-in-typescrip...
user_oriented_task_12
GeeksforGeeks
You are given an algorithm or a search query about coding. Look for a code snippet related to the search query.
[ { "input": "Python loop", "output": "#Print each fruit in a fruit list:\nfruits = [\"apple\", \"banana\", \"cherry\"]\nfor x in fruits:\n print(x)" } ]
user_oriented_task_13
GeeksforGeeks
You are provided with a description of the code, specifications, or prompts. Your help is needed in automating code generation to speed up the development process.
[ { "input": "python function to determine whether a number is prime.", "output": "def is_prime(n):\n if n == 1:\n return False\n for i in range(2, int(n**0.5)+1):\n if n % i == 0:\n return False\n return True" } ]
user_oriented_task_14
Google Search
When you're stuck on a coding problem, the best place to look for help is in the documentation. Read the docs carefully and see if there's a section that covers your specific issue. Often, the answer will be right there in front of you. If not, try searching for key terms related to your problem. Come up with the useful links about the given search term.
[ { "input": "sql find duplicate values", "output": "- https://iteration-utilities.readthedocs.io/en/latest/generated/duplicates.html\n- https://orange3-text.readthedocs.io/en/latest/widgets/duplicatedetection.html\n- https://beets.readthedocs.io/en/v1.3.14/plugins/duplicates.html\n- https://doma.readthedocs....
user_oriented_task_15
MS Excel
We have entered the home supplies budget in the following table. Calculate the last column with the given function and rewrite the completed table. Note that, columns in a row are separated using a comma, and rows are separated using a "|".
[ { "input": "Item, Qty, Price, Subtotal | mango, 5, 500, ? | apple, 4, 150, ? | oil, 2, 1500, ? \nFunction: column2 * column 3", "output": "Item, Qty, Price, Subtotal | mango, 5, 500, 2500 | apple, 4, 150, 600 | oil, 2, 1500, 3000" } ]
user_oriented_task_16
MS Excel
Please write the Excel function name associated with each description.
[ { "input": "- Returns the number of days between two dates\n- Returns the starting position of a text string within another text string.\n- Returns the number in the middle of the set of given numbers", "output": "- DAYS\n- FIND\n- MEDIAN" } ]
user_oriented_task_17
MS Word
What are the steps to using random (yet coherent) text as filler content within your Word document?
[ { "input": "", "output": "You can quickly add several paragraphs to your document by using =rand(). These steps will guide you through using it:\nPut your Microsoft Word cursor (not your mouse cursor) where you would like random text to appear. It is necessary to place the cursor at the beginning of a line....
user_oriented_task_18
MS Powerpoint
Design a soothing pastel color palette for your slides. Pastel colors generally come across as pretty and delicate, so you’ll want to make sure your presentation calls for a similar mood. Choose up to five colors or color codes.
[ { "input": "", "output": "Color codes: #FDB3AE #CAE4E2 #FBDF74" } ]
user_oriented_task_19
MS Excel
I bought two shirts from the store and each one cost me $10. I also bought a pair of pants and they cost me $20. Then, I bought a dress and it cost me $30. Also, I bought a pair of shoes and they cost me $40. Lastly, I bought a jacket and it cost me $50. Make a table chart showing items, the number, and the price of these items. Separate columns with "|".
[ { "input": "", "output": "Item | Number | Price\n\nShirts | 2 | $10\nPants | 1 | $20\nDress | 1 | $30\nShoes | 1 | $40\nJacket | 1 | $50" } ]
user_oriented_task_20
ludwig.guru
Find sentences from reliable sources such as the Guardian or Forbes that contain the exact match for the given sentence or phrase. Also, mention the source of each sentence.
[ { "input": "There are great options", "output": "- Stella McCartney's faux fur has fashionable, luxury and ethical credentials and there are great options at Dries Van Noten too. (Independent)\n- And in the capital, Funchal, there are great options for self-caterers; I stayed in a beach house in the old tow...
user_oriented_task_21
ludwig.guru
During writing, we added an asterisk for the word that did not come to mind. You will need to provide several examples to demonstrate all the words that can be used in the sentence instead of the asterisk.
[ { "input": "we * to know", "output": "1- We need to know.\n2- We want to know.\n3- we wanted to know.\n4- We deserve to know why.\n5- We ought to know." } ]
user_oriented_task_22
ludwig.guru
Think of alternatives and paraphrases for the underlined word.
[ { "input": "what we have _expected", "output": "+ what we have projected \n+ what we have anticipated\n+ what we have waited\n+ what we have hoped for\n+ what we have accustomed" } ]
user_oriented_task_23
LinkedIn
Design a skill assessmentΒ questioner for R (Programming Language).
[ { "input": "", "output": "Q1. How does a matrix differ from a data frame?\nQ2. What value does this statement return?\nunclass(as.Date(\"1971-01-01\"))\nQ3. What do you use to take an object such as a data frame out of the workspace?\nQ4. What function joins two or more column vectors to form a data frame?\...
user_oriented_task_24
LinkedIn
Write a template for First-Person LinkedIn profile summary.
[ { "input": "", "output": "[Degree] in [Area of Study] from [School], I entered the [Industry] world to explore my passion for ____, ____, and ____. Currently, I work as a [Job Title] for [Company], where I'm focused on ____, ____, and ____." } ]
user_oriented_task_25
LinkedIn
Write a LinkedIn post to announce that you have accepted a new job offer.
[ { "input": "", "output": "β€œI’m excited beyond words to share with you my decision to accept the role of Marketing Director at the XYZ Company!\nI couldn’t have had this opportunity if not for the help of my friend, [name], who shared this job opportunity with me, and my former boss, [boss’s name], for her s...
user_oriented_task_26
LinkedIn
Make a list of desirable Skills for software engineers to add to LinkedIn.
[ { "input": "", "output": "Test-Driven Development\nObject-Oriented Programming (OOP)\nMVC\nREST API\nTechnical Writing\nDebugging" } ]
user_oriented_task_27
LinkedIn
You will be asked to answer the following question as part of the LinkedIn Skill assessments.
[ { "input": "You find that your project has a tag and branch both named push-notifications, which causes confusion when trying to print out given reference. How can you specify which branch you want to look at?", "output": "use git show refs/head/push-notifications" } ]
user_oriented_task_28
Amazon
Take the title of the product and extract its attributes. The attributes in this case refer to the characteristics of the products, such as their brand and color. Your answer must a list following the format of "attribute: value".
[ { "input": "SAMSUNG 980 PRO SSD 2TB PCIe NVMe Gen 4 Gaming M.2 Internal Solid State Hard Drive Memory Card, Maximum Speed, Thermal Control, MZ-V8P2T0B", "output": "Brand: Samsung, Style: 980 PRO, Capacity: 2TB, Hard Disk Interface: NVMe, Hard Disk Description: Solid State Hard Drive" } ]
user_oriented_task_29
Amazon
You should write a Product Description that will persuade the buyer that the product is beneficial.
[ { "input": "Flipslide Game, Electronic Handheld Game | Flip, Slide, and Match the Colors to Beat the Clock - 4 Game Modes - Multiplayer Fun", "output": "Flipside is an addictive, multi-player puzzle game of skill! Flip, slide & match the colors to beat the clock. Four thrilling game modes including, Speed M...
user_oriented_task_30
Amazon
What other Amazon products might interest someone who visited the given product?
[ { "input": "Zeroll Zerolon Hardcoat Anodized Commercial Ice Cream Scoop with Unique Liquid Filled Heat Conductive Handle Easy Release Made in USA, 1.5-Ounce, Black", "output": "- Ice Scoop, Fashion Ice Cream Scoop, Premium Stainless Steel Cookie Scoop, Dog Food Scoop, Sturdy Flour Scoop, Utility Candy Scoop...
user_oriented_task_31
Amazon
Compare the given item with similar products based on its properties such as price, rating, etc. For product comparison, use a table and separate the columns with "|".
[ { "input": "Item: iBayam Journal Planner Pens Colored Pens Fine Point Markers Fine Tip Drawing Pens Porous Fineliner Pen for Journaling Writing Note Taking Calendar Coloring Art Office Back to School Supplies, 18 Color", "output": "Product | this item |Β Fineliner Color Pens Set, 0.38mm Fine Tip Pens, Porous...
user_oriented_task_32
Amazon
Write a review based on the given information.
[ { "input": "- Product: Persil Discs Laundry Detergent Pacs, Original Scent, High Efficiency (HE) Compatible, Laundry Soap, 62 Count\n- Sentiment: Positive", "output": "I love this brand of soap it's always gotten my kids' clothes clean. When I'm done washing with the soap my kids is closed look feel and sme...
user_oriented_task_33
Netflix
Write a short description about the given movie or series.
[ { "input": "The Witcher (2019)", "output": "Geralt of Rivia, a mutated monster-hunter for hire, journeys toward his destiny in a turbulent world where people often prove more wicked than beasts." } ]
user_oriented_task_34
Netflix
Think of some series or movies that would be enjoyable for someone who liked the given series.
[ { "input": "Squid Game", "output": "- 3%\n- Clickbait\n- Circle\n- Hellbound\n- Sweet Home" } ]
user_oriented_task_35
Netflix
Give examples of popular shows and movies in the genre.
[ { "input": "Genre: Crime TV Shows", "output": "Breaking Bad, Peaky Blinders, Arrow, Money Heist, Better Call Saul, DAHMER, The Blacklist, Lucifer, NCIS" } ]
user_oriented_task_36
Netflix
In what genres does the given movie or series fall?
[ { "input": "Manifest", "output": "Mystery, Sci-Fi, Drama" } ]
user_oriented_task_37
Netflix
Give a brief description of the given category of movies and shows.
[ { "input": "Period Dramas", "output": "Want to escape the contemporary world? Explore these historical dramas and shows from the time that have magnificent art and costume design, lots of drama, and a lot of history." } ]
user_oriented_task_38
Overleaf
Provide an example of how a table of contents can be generated automatically in a LATEX document. Make sure your example contains the necessary commands.
[ { "input": "", "output": "To create the table of contents is straightforward, the command \\tableofcontents does the job. Sections, subsections and chapters are included in the table of contents. To manually add entries, for example when you want an unnumbered section, use the command \\addcontentsline as s...
user_oriented_task_39
Overleaf
Imagine you have a FEN notation of a chessboard. How can you draw a board to show this state of the chessboard in LATEX? Create a LATEX code that includes all the required commands and packages.
[ { "input": "", "output": "The following example uses the setfen key in a \\chessboard command to demonstrate a FEN example taken from the skak package documentation:\n\n\\documentclass{article}\n\\usepackage{xskak}\n\\begin{document}\n\\newchessgame\n\\chessboard[setfen=r5k1/1b1p1ppp/p7/1p1Q4/2p1r3/PP4Pq/BB...
user_oriented_task_40
Overleaf
What is the output of the given LATEX code?
[ { "input": "\\documentclass{article}\n\\begin{document}\nFirst document. This is a simple example, with no \nextra parameters or packages included.\n\\end{document}", "output": "First document. This is a simple example, with no extra parameters or packages included." } ]
user_oriented_task_41
Overleaf
You should find a few LATEX templates appropriate for the task at hand and list the links to them.
[ { "input": "Homework Assignment", "output": "- https://www.overleaf.com/latex/templates/gijss-homework-template/xrhhfgqcfbft\n- https://www.overleaf.com/latex/templates/homework-solutions/xykkzgnbzmxp\n- https://www.overleaf.com/latex/templates/ocen-cfd-article-template/mtpnnssgzjzw\n- https://www.overleaf....
user_oriented_task_42
Overleaf
Write a simple guide for uploading the bibliography database on Overleaf.
[ { "input": "", "output": "If you already have a bibliography file that you need to use in an Overleaf project, you can upload it. Click the Upload icon located on top of the left panel. A dialog box will appear, you can either drag and drop the .bib file(s) or choose select from your computer to upload file...
user_oriented_task_43
Spotify
Choose Spotify playlists that match the given mood. Provide a link to these playlists for easy access.
[ { "input": "Feeling Good", "output": "- https://open.spotify.com/playlist/37i9dQZF1DX9XIFQuFvzM4\n- https://open.spotify.com/playlist/37i9dQZF1DXcEKFjZJYZcc" } ]
user_oriented_task_44
Spotify
Curate a Spotify playlist based on the vibe. Publish this playlist as a song list.
[ { "input": "Vibe: coding on weekend", "output": "- Candles by Jon Hopkins\n- Train from Paris by Mindtrap\n- Intro by The xx\n- Take Me Back by WYS\n- Riverline by Tor\n- The Dream by SwuM" } ]
user_oriented_task_45
Spotify
How would you describe the meaning of this lyrics? Describe some of the metaphors.
[ { "input": "My lover’s got humor\nShe’s the giggle at a funeral\nKnows everybody’s disapproval\nI should’ve worshipped her sooner", "output": "Instead of using a straight-forward line like, β€œshe is funny,” the writer opts for the metaphoric version, β€œshe’s the giggle at a funeral.” This is a powerful metaph...
user_oriented_task_46
Spotify
Suggest some Audiobooks for First-Time Listeners. You can attract them by choosing popular works.
[ { "input": "", "output": "+ Harry Potter and the Sorcerer's Stone By J.K. Rowling\n+ The Vanishing Half by Brit Bennett\n+ The Fellowship of the Ring by J.R.R. Tolkien\n+ And Then There Were None by Agatha Christie.\n+ The Woman in Cabin 10 by Ruth Ware.\n+ The Hitchhiker's Guide to the Galaxy by Douglas Ad...
user_oriented_task_47
Spotify
Make a list of the most popular podcasts.
[ { "input": "", "output": "+ Top Podcasts\n+ The Joe Rogan Experience\n+ Distractible\n+ Call Her Daddy\n+ Huberman Lab\n+ Anything Goes with Emma Chamberlain\n+ Stuff You Should Know\n+ The Psychology of your 20’s\n+ On Purpose with Jay Shetty\n+ Armchair Expert\n+ Archetypes\n+ Rachel Maddow Presents: Ultr...
user_oriented_task_48
Reddit
You should take the time to read the situation and problem carefully and give the best advice you can.
[ { "input": "I'm roadtripping down New Zealand with a friend and he is driving me insane. He hasn't enjoyed all the tours we've been on and doesn't want to chat about ANYTHING. We're a week into our trip and this is the quietest I've ever been when hanging out with another person as he rebuffs all my attempts at...
user_oriented_task_49
CNN News
You are given a description that provides a set of facts or a scenario. It is up to you to craft a story from these facts and scenarios. The missing pieces must be filled in with imaginative but logical information.
[ { "input": "Ten European football teams – the Netherlands, England, Belgium, Denmark, France, Germany, Norway, Sweden, Switzerland and Wales – will participate in a season-long β€œOneLove” campaign promoting inclusion and opposing discrimination.", "output": "Every country except Sweden and Norway has qualifi...
user_oriented_task_50
Google Search
Based on the given query, suggest some related search queries.
[ { "input": "learning french", "output": "learning french for beginners\nearning french online\nlearning french free\nfrench language course\nlearning french review\nhow to learn french on your own\nbest way to learn french online" } ]
user_oriented_task_51
Google Scholar
Please suggest a few papers to consider based on the search term given. The names of the papers should be listed.
[ { "input": "Topic: scaling law + machine learning", "output": "- Learning to limit data collection via scaling laws: A computational interpretation for the legal principle of data minimization\n- Data and parameter scaling laws for neural machine translation\n- Explaining neural scaling laws\n- Scaling laws...
user_oriented_task_52
Gmail
Prepare an email signature template for the given person or company.
[ { "input": "a graduate student of computer science", "output": "[Your name]\n[Your degree] in Computer Science\n[Your university]\n\nWebsite: [Your website]\nORCID ID: [Your ORCID ID]" } ]
user_oriented_task_53
yelp
React properly to reviews from your customers. In your responses, you can highlight your business' policies and customer service.
[ { "input": "Another repeat visit and no disappointment from us. Great place for breakfast or brunch - and you won't need to eat again for awhile. The restaurant is close to the Tenderloin so be aware of your surroundings.\nWe enjoyed the Succotash Omelet (at least my wife enjoyed it), the Pulled Pork Benedict a...
user_oriented_task_54
Twitter
Write a good Twitter Bio. Try to cover all the provided main points in your generated bio.
[ { "input": "Name: Jane\nMain points:\n- Architect\n- Interested in Tech\nWritten in first person\nUse casual tone", "output": "I like to think of myself as a kind of architect. I'm interested in the tech side of things, and I love coming up with new ideas for how to make things better." } ]
user_oriented_task_55
Twitter
We need to write a thematic tweet to share company news and facts. Please take a careful look at the facts and details provided and create a tweet based on them.
[ { "input": "- news: Applications for summer internships are open now\n- Start with a thematic tie-in to Halloween", "output": "Halloween is right around the corner, and we're celebrating with some exciting news: applications are now open for our summer internships!\nIf you want to work with us this summer, ...
user_oriented_task_56
Indeed
A job description is a document that clearly states the requirements, duties, responsibilities, and skills required to perform a specific role. You need to write a job description based on the given information. You should describe responsibilities and duties in your job description in a logical order. Remember that potential employees often get their first impression of your company from your job description. So, the job description should convey the attractiveness of your company.
[ { "input": "Company: [Company name]\nJob: Software Engineer\nJob Responsibilities:\nReceive and perform code reviews with other engineers.\nWrite unit, integration, and end-to-end tests to verify functionality using automated testing frameworks such as Pytest.\nWork collaboratively with fellow software engineer...
user_oriented_task_57
Gmail
Considering the reason for the rejection, write a polite rejection letter for rejecting a candidate.
[ { "input": "Reason: You came in second", "output": "Dear [Candidate Name],\n\nThank you for applying to [company name]! We're sorry to inform you that we're going to be passing on your application.\nWe were impressed with your initiative and would love to have had the opportunity to work with you. At this t...
user_oriented_task_58
Blogger
We've already decided on the title and topic for our blog post. I would appreciate it if you wrote an introduction paragraph to attract the readers' attention.
[ { "input": "Blog title: Healthy Apple Muffins\nBlog Topic: recipe and tips for cooking a good apple muffin", "output": "Let me tell you this, apple muffins are extremely easy to make, and they are totally worth the effort. If you've never been much of a cook or baker before, I can promise you that making th...
user_oriented_task_59
Blogger
Design an outline for a blog post based on the given information and list the sections accordingly.
[ { "input": "This blog post is going to about making a list of last-minute gift ideas. Also, the tone of the post is going to be relaxed and casual.", "output": "Section: Gift card to a favorite restaurant or store\nSection: Movie tickets\nSection: A massage or mani/pedi\nSection: A fun game console\nSection...
user_oriented_task_60
Blogger
Write a section for a blog post and try to cover all of the provided information about this section in your text.
[ { "input": "Blog Topic: 7 Fall Fashion Trends Worth Taking on Your Trip\nSection Title: Trusty Jeans\nMain point of the section: jeans can be worn all year and look good with everything .", "output": "Jeans are one of the most iconic fashion items for a reason – they look great with everything and can be wo...
user_oriented_task_61
Instagram
Create a detailed caption for an Instagram post about a discount. A proper caption should explain the product, offer the discount, and tell the user how to claim it.
[ { "input": "Product: Golang course\nProduct description: teaching the foundational skills for building cloud services, web applications, DevOps tools, and backend development\nDiscount: 50%\nHow to claim: Use the coupon code: GOLANG", "output": "We've just launched the Golang course. In this course you will...
user_oriented_task_62
Instagram
Create a captivating Instagram caption based on the provided details. Try to think of as many captions as you can.
[ { "input": "I am sharing images of the first snow of the year taken from a window in an office", "output": "- It's snowing! Here's the first snow of the year from our office windows.\n- Let the photos do the talking. The first snow of the year is just around the corner.\n- I know it's not snowing outside, b...
user_oriented_task_63
Instagram
You are given a topic for an Instagram post. Help the post reach a broader audience by suggesting hashtags related to the post.
[ { "input": "Another episode of women in science is out now", "output": "#womeninSTEM #WomenScience #science #research #stempodcast" } ]
user_oriented_task_64
Instagram
Use appropriate emojis to convey the meaning in the given text.
[ { "input": "Cute cat\nplayful\nSoft", "output": "🐱 Cute cat\nπŸ˜› playful\nπŸ’› Soft" } ]
user_oriented_task_65
YouTube
The topic of a YouTube post has been described and based on the information, you need to write a hook for starting the post. A catchy hook will keep your readers interested so they keep reading. It would be great if you could come up with as many hooks as you can.
[ { "input": "A video showing how to make a tasty cup of coffee", "output": "- How do you make a great cup of coffee? We asked a professional.\n- Real life stories of the greatest coffee shops in the world.\n- You'll definitely want a cup of this after watching it so be sure not to miss this.\n- Coffee is som...
user_oriented_task_66
YouTube
Using the provided topic as a starting point, brainstorm ideas for videos that can be made about it on YouTube.
[ { "input": "In spite of the fact that procrastination feels bad to you, why do you do it?", "output": "+ The reason why you procrastinate\n+ A documentary about procrastination\n+ How to quit procrastination\n+ Recording people talking about their procrastination habits\n+ Interview people while they are pr...
user_oriented_task_67
YouTube
You should choose a YouTube video title based on the video's content. A video's title tells viewers what to expect from it. It should be direct, honest, and clear. The title of the video needs to capture the attention of viewers, so do not use an unclear or ambiguous one.
[ { "input": "A research study has been conducted to determine if exercise really can \"boost\" your metabolism.", "output": "You Will Not Believe The Results Of A Recent Study On Exercise And The Metabolism!" } ]
user_oriented_task_68
YouTube
Choosing a name for your product or business YouTube channel is an important part of the process. Based on the description of the product or business, you should come up with some interesting names. Take some time to brainstorm your ideas.
[ { "input": "Here you will find videos and content that will help students prepare for the application process to graduate schools as well as how to apply to graduate schools", "output": "GradSchoolPrep, GoGradSchool, GradSchoolVidz, Apply2Gradschool" } ]
user_oriented_task_69
merriam-webster.com
Find the answer that best describes the underlined SAT word. Select the correct option and explain the meaning of the underlined word.
[ { "input": "Despite the _cacophony, the student tried to study. \nA. Loud sounds\nB. Difficult subject\nC. Late hour\nD. Low lighting", "output": "A. Loud sounds, Although it comes from the Greek for β€œbad sound,” cacophony can now also mean β€œan incongruous or chaotic mixture” of other things, like colors or...
user_oriented_task_70
merriam-webster.com
Find synonyms for the given word. You need to write down how the provided synonyms differ from the original word in terms of meaning, usage, etc.
[ { "input": "adversity", "output": "- mischance:The words mischance and adversity are synonyms, but do differ in nuance. Specifically, mischance applies especially to a situation involving no more than slight inconvenience or minor annoyance.\n- misfortune: The meanings of misfortune and adversity largely ov...
user_oriented_task_71
merriam-webster.com
Discuss the origins and history of the word that has been given to you.
[ { "input": "oblique", "output": "Middle English oblique, oblike, borrowed from Anglo-French oblic, oblique, borrowed from Latin oblΔ«quus \"slanting, transverse,\" from ob- \"against, facing\" + -lΔ«quus, of uncertain meaning and origin" } ]
user_oriented_task_72
Yelp
Give the provided brand a motto to use as a part of its marketing strategies.
[ { "input": "The Ice cream shop is a small, quaint shop located in the heart of the historic district. They offer a variety of ice cream flavors, as well as Italian ice, gelato, and sorbet. The shop has a few tables and chairs, but most of their business is to-go. They offer a loyalty program where you can get a...
user_oriented_task_73
Gmail
A confirmation email should be written appropriately for the situation.
[ { "input": "A meeting has been scheduled, and the sender expects the other to review the slides.", "output": "Hi [name],\n\nI hope you're having a great week so far. I wanted to follow up on our meeting and let you know that we've scheduled a time for you and your team to come in next week. I'll have some s...
user_oriented_task_74
Gmail
You need to write an email to negotiate your salary.
[ { "input": "", "output": "Dear [hiring manager's name],\n\nI wanted to take a moment to thank you for the offer. I'm honored that you would consider me for this position, and I'm excited to be working with you.\nI know that it's not easy to get a sense of how much salary should be offered in a given situati...
user_oriented_task_75
Gmail
Write an email to attendees as a reminder that the event is coming up.
[ { "input": "", "output": "Hello, [name]!\n\nWe're excited to announce the [event name] event that you signed up for. The location is [location], and the date and time is [date and time].\n\nIf you have any questions or concerns about the event, please let us know by emailing us at [email]." } ]
user_oriented_task_76
Github
It would be helpful if you could suggest an acronym for the repository.
[ { "input": "A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.", "output": "Cirq" } ]
user_oriented_task_77
Github
Write a step-by-step guide for resolving GitHub merge conflicts.
[ { "input": "", "output": "1- Under your repository name, click Pull requests.\n2- In the \"Pull Requests\" list, click the pull request with a merge conflict that you'd like to resolve.\n3- Near the bottom of your pull request, click Resolve conflicts.\n4- Decide if you want to keep only your branch's chang...
user_oriented_task_78
Github
One or more jobs can be run automatically by a workflow. The workflows are defined in the repository as YAML files and will run if an event occurs in the repository, as well as manually, or on a certain schedule. Bring an example of a workflow that demonstrate the CI/CD features of GitHub Actions.
[ { "input": "", "output": "Using scripts to test your code on a runner is a common example. When this workflow is triggered, it automatically runs a script." } ]
user_oriented_task_79
IMDB
The movie tagline is the film's advertising slogan, usually printed on posters prior to the official release. It is a short description or comment on a movie to capture the essence of the movie, and ultimately make you watch the movie. Here is an example:
[ { "input": "Movie: Joker (2019)", "output": "Put on a happy face." } ]
user_oriented_task_80
IMDB
You are given some reviews for a movie. Each video might have mentioned some negative or positive points about the movie. Read them carefully and extract the positive and negative points mentioned in all of the reviews. Then, make a list of these points and summarize them as positive points and negative points.
[ { "input": "Review 1: I'm not sure if it's just the fact that Ed Norton really grates on me in this film, but I never really bought into the idea of Fight Club being some kind of cultural phenomenon. Yes it's an innovative story, told via a strong script, engaging characters and intense cinematography. But is i...
user_oriented_task_81
IMDB
Give a brief summary of the movie or series' plot.
[ { "input": "Breaking Bad (TV Series 2008–2013)", "output": "Walter H. White is a chemistry genius, but works as a chemistry teacher in an Albequerque, New Mexico high school. His life drastically changes when he's diagnosed with stage III terminal lung cancer, and given a short amount of time left to live: ...
user_oriented_task_82
IMDB
Decide whether children can watch the given movie. Mention what makes it inappropriate if you think they can't.
[ { "input": "The Dark Knight (2008)", "output": "No, children should not watch The Dark Knight. The movie is rated PG-13 for intense sequences of violence and action, some menace, and brief language." } ]
user_oriented_task_83
IMDB
Write a short analysis of the cinematography in the movie.
[ { "input": "Dead Poets Society", "output": "'Dead Poets Society' uses film techniques such as camera angles and camera techniques to help emphasise certain emotions between each character. The Film techniques are used to help the audience understand the theme, character, emotion and setting of a specific sc...
user_oriented_task_84
tripadvisor.com
Please let me know your thoughts on the given place and why you think it deserves to be visited.
[ { "input": "Barcelona, Spain", "output": "There’s nowhere in the world like Barcelona. From days spent strolling the Gothic Quarter to afternoons at the beach and nights partying β€˜til dawn, the city is magnetic. While tapas and bustling mercados are worth every bit of attention they get in guidebooks, Barce...
user_oriented_task_85
tripadvisor.com
Consider the best time of year to visit the given city, and provide your reasons for choosing that time.
[ { "input": "Sydney, Australia", "output": "March to May: The best times to visit Sydney are between March and May and September and November. You’ll find more comfortable temperatures and fewer crowds β€” which means you can likely nab better prices on airfare, too.\nBut if you want to warm up with the masses...
user_oriented_task_86
tripadvisor.com
Make a questionnaire to help hotel guests write hotel reviews.
[ { "input": "", "output": "1- Your overall rating of this property:\n2- Title of your review:\n3- Summarize your visit or highlight an interesting detail:\n4- Your Review:\n5- What sort of trip was this? Business/Couples/Family/Friends/Solo\n6- When did you travel?\n7- Could you say a little more about it? (...
user_oriented_task_87
tripadvisor.com
Make a list of the top places in the U.S. to visit at the given time.
[ { "input": "November", "output": "1- For mild temperatures and local brews: San Diego\n2- For the last gasp of fall foliage: Manchester, VT\n3- For unexpected art and mountain views: Las Vegas\n4- For ice skating and family fun: Chicago\n5- For a waterfront Thanksgiving experience: Key West, FL\n6- For grea...
user_oriented_task_88
tripadvisor.com
Name the top cities in France that should not be missed. Include the best aspects of each place as well.
[ { "input": "", "output": "1- Paris, Best for: Historic sights and romantic vibes\n2- Nice, Best for: Architecture and dining\n3- Lyon, Best for: Dining and live music\n4- Bordeaux, Best for: Wine and antiques\n5- Marseille, Best for: Museums and nightlife\n6- Strasbourg, Best for: Historic architecture and ...
user_oriented_task_89
StackOverflow
Answer the following question.
[ { "input": "How do I compare strings in Java?\nI've been using the == operator in my program to compare all my strings so far. However, I ran into a bug, changed one of them into .equals() instead, and it fixed the bug.\nIs == bad? When should it and should it not be used? What's the difference?", "output":...
user_oriented_task_90
StackOverflow
You are given a question and two possible answers. The task is to evaluate each answer and determine if it is correct. If incorrect, explain why.
[ { "input": "Is there a way of reading one single character from the user input? For instance, they press one key at the terminal and it is returned (sort of like getch()). I know there's a function in Windows for it, but I'd like something that is cross-platform.\nAnswer 1: Here's a link to the ActiveState Reci...
user_oriented_task_91
StackOverflow
You are given two questions. Check if they are duplicates.
[ { "input": "Question1: I am trying to understand the advantages of multiprocessing over threading. I know that multiprocessing gets around the Global Interpreter Lock, but what other advantages are there, and can threading not do the same thing?\nQuestion2: I am learning how to use the threading and the multipr...
user_oriented_task_92
Leetcode
Design a programming problem related to the subject that has been given to you. Use some examples and constraints to improve your question.
[ { "input": "Dynamic Programming", "output": "Given an integer array nums, return the length of the longest strictly increasing subsequence.\n\n Example 1:\nIn: nums = [10,9,2,5,3,7,101,18]\nOut: 4\nExplanation: The longest increasing subsequence is [2,3,7,101], therefore the length is 4.\n\nExample 2:\nIn: ...
user_oriented_task_93
Leetcode
Provide a Java solution to the following problem.
[ { "input": "Given an integer n, return true if it is a power of three. Otherwise, return false.\nAn integer n is a power of three, if there exists an integer x such that n == 3^x.\n\nExample 1:\nIn: n = 27\nOut: true\nExplanation: 27 = 3^3\n\nExample 2:\nIn: n = 0\nOut: false\nExplanation: There is no x where 3...
user_oriented_task_94
Leetcode
Think of topics that are most common in classic interview questions for a job in computer science.
[ { "input": "", "output": "+ Array\n+ Strings\n+ Linked List\n+ Trees\n+ Sorting and Searching\n+ Dynamic Programming\n+ Design\n+ Math" } ]
user_oriented_task_95
Leetcode
You will need to guide this person through the scenario they have described for the interview.
[ { "input": "Finally! After a while of shooting in the dark and frantically fiddling with sample inputs on the whiteboard, you've came up with an algorithm for solving the coding question your interviewer gave you.\nWhew. Such a relief to have a clear path forward. To not be flailing anymore.\nNow you're cruisin...
user_oriented_task_96
Leetcode
You are given a programming problem and its implementation. Analyze the problem and implementation and explain the algorithm and approach used to solve the problem.
[ { "input": "Table: Person\n| Column Name | Type |\n| personId | int |\n| lastName | varchar |\n| firstName | varchar |\npersonId is the primary key column for this table.\nThis table contains information about the ID of some persons and their first and last names.\nTable: Ad...
user_oriented_task_97
Wikipedia
The given article should be checked for any scientific errors and corrected if necessary.
[ { "input": "Zinc is an essential mineral that is required for good health. It is involved in many biochemical processes in the body and is necessary for the proper functioning of the immune system. Excess zink is not harmful as it is excreted in the urine.", "output": "Although zinc is an essential requirem...
user_oriented_task_98
Wikipedia
Summarize the article you have been given in a brief manner.
[ { "input": "Mathematics and art are related in a variety of ways. Mathematics has itself been described as an art motivated by beauty. Mathematics can be discerned in arts such as music, dance, painting, architecture, sculpture, and textiles. This article focuses, however, on mathematics in the visual arts.\nMa...
user_oriented_task_99
Wikipedia
Improve the article using your knowledge of the topic in order to make it more informative.
[ { "input": "The \"fair trade\" movement, also known as the \"trade justice\" movement, promotes the use of labour, environmental and social standards for the production of commodities, particularly those exported from the Third and Second Worlds to the First World. Such ideas have also sparked a debate on wheth...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
468

Spaces using HuggingFaceH4/self-instruct-eval 17