Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringlengths
18
153
input
stringlengths
0
679
output
stringlengths
1
1.33k
Summarize the poem 'The Lady of Shallot?
In Alfred Lord Tennyson’s poem, 'The Lady of Shallot', a character curses her fate when she must remain hidden away in her tower, weaving a tapestry depicting the world outside which she can only witness through a mirror. Despite her enchantments, she begins to see the world directly and falls for the knight Sir Lancel...
Divide the number 649 by the number 3 and output the result.
216.33333333333337
How do you calculate the distance between two points?
The distance between two points can be calculated using the Pythagorean theorem. The formula is d = √ (x2 - x1)2 + (y2 - y1)2, where d is the distance between the two points (x1, y1) and (x2, y2).
Rewrite given statement so that it is in the third person.
I am excited to go shopping.
She is excited to go shopping.
Classify the following content into one of its major categories.
The page content includes a picture of a cute dog and its backstory.
Animal Content.
Write a paragraph describing a meeting between two friends.
Two old friends, Katherine and Sarah, sat in the park, catching up on each other’s lives after months of separation. They talked about their jobs, their families, and the ups and downs of the year that had passed. They laughed, they cried, and they reminisced on the memories they had made together. They made plans to g...
Replace the word "diffferent" with the correct word:
The group discussed the controversial topic in diffferent manners.
The group discussed the controversial topic in various manners.
Generate an innovative idea for a product to help people reduce stress.
An interactive stress-relieving portable device with multiple sensory elements. The device would allow users to select the type of audio, visual, tactile, or even scent cues that best alleviate their stress. It could also come with a variety of meditation scripts, yoga poses, and digestive activities that can be follow...
Create a short story about the given theme.
Theme: Through strength, kindness can be found
Robert had a difficult life. His father died shortly after he was born, leaving him and his mother alone. He worked hard to support her while they lived in poverty. Despite his circumstances, Robert was determined to make something of himself. He was relentless in his pursuit of strength, devoting every free second t...
How many syllables are present in the word "dispite"
Two. Dispite has two syllables.
List 3 reasons why the given choice is better than the alternative.
Renting a house over buying one
1. Lower upfront cost and more cash flexibility. 2. Lower maintenance costs and no property taxes to worry about. 3. More flexibility to move to another location when needed.
Give three tips for staying healthy.
1.Eat a balanced diet and make sure to include plenty of fruits and vegetables. 2. Exercise regularly to keep your body active and strong. 3. Get enough sleep and maintain a consistent sleep schedule.
Summarize the given piece of text.
Mental Health is hugely important for one’s overall wellbeing and it is essential that everyone gives adequate attention to it. A healthy body cannot exist without a healthy mind. Here are some tips and advice to maintaining good mental health: Get sleep, exercise, eat nutritious food, maintain a healthy lifestyle, pra...
Maintaining good mental health is essential for overall wellbeing and involves getting enough sleep, exercising, eating healthy food, maintaining a healthy lifestyle, practicing relaxation techniques and limiting alcohol and drug use.
Find and explain the permanent solution to the Syrian refugee crisis.
The Syrian refugee crisis is a complex and ongoing situation and there is no single, permanent solution. A comprehensive long-term solution would involve a coordinated effort to end the civil war and ultimately, the rebuilding of Syria. This would require an American-led, international coalition to provide humanitarian...
Check if the following phrase is a well-formed formula
∃x P(x)
Yes, the phrase is a well-formed formula. It is a statement that there exists an x such that P(x) holds.
Find the median of the set of numbers {4, 10, 8, 11, 1}.
The median of the set of numbers {4, 10, 8, 11, 1} is 8.
Detect the sentiment of the sentence.
I love cleaning my room.
Positive.
Write a short review for the novel "The Catcher in the Rye".
I recently read “The Catcher in the Rye” and was impressed by J.D. Salinger's ability to capture the struggles of teenage life. This coming of age tale tells the story of Holden Caulfield's journey to adulthood, as he navigates the issues of identity, alienation, and despair. The novel manages to shed light on difficul...
Reverse-engineer this code so that it processes a given input.
""" def process_input(data): result = '' # Process the data return result """
""" def process_input(data): result = '' for char in data: result += char.upper() return result """
Rewrite the sentence "Bob lived with his family" in passive voice.
His family was lived with by Bob.
Generate three different solutions to reduce water pollution.
- Install water filter systems on all water outlets to trap contaminants. - Monitor water run-off from farms, factories and urban centers to ensure that toxic chemicals are not negatively impacting surface or ground water. - Educate the public about the importance of reducing water pollution and teach them methods such...
Recall the largest battle in the American Civil War.
The Battle of Gettysburg was the largest battle in the American Civil War with an estimated 85,000 Union troops and 75,000 Confederate troops participating in the fighting.
Describe the process of how a steam engine works.
A steam engine is a type of engine that utilizes steam created by boiling water to create mechanical energy. It works by heating water through combustion of fuel or with other sources of heat, such as electricity or fossil fuels, and converts the water into high-pressure steam. This steam then enters and expands in a c...
Evaluate this mathematical expression: 9*(4+2)
The evaluation of the expression is 126.
There are two grammatical errors in the sentence. Find and correct them.
He was just laying down on his bed.
He was just lying down on his bed.
Match each item on the left list with its corresponding item on the right list.
Left List: Apple, Banana, Strawberry Right List: Red, Orange, Yellow
Apple: Red Banana: Yellow Strawberry: Orange
Is "onomatopoeia" a type of rhythm?
No, onomatopoeia is not a type of rhythm. It is a type of figurative language in which words mimic sounds that they represent.
Identify the musical instruments in the given song.
(link to a song)
Guitar, Piano, Drums, Bass
Rotate the matrix by 90 degrees clockwise and output the result.
[[2, 3], [4, 5]]
[[4, 2], [5, 3]]
Provide an example of an endangered species of animal.
The snow leopard (Panthera uncia) is an endangered species of animal that is native to the mountains of Central and South Asia.
Calculate the product of 5 and 3.
The product of 5 and 3 is 15.
Summarize the main features of the French Revolution
The French Revolution began in 1789 and ended in 1799. Its main goals were to reform political, economic and social systems within the country in order to create greater equality among its citizens. The revolution included several important events such as the storming of the Bastille, the Declaration of the Rights of M...
Given a list of items, arrange them in the alphabetical order.
Apple, Banana, Orange, Lemon
Apple, Banana, Lemon, Orange.
Replace the text between angled brackets with a proper word.
He just came back from his <vacation>.
He just came back from his holiday.
Given the following equation, solve for x : 4x^2+9x+1 = 0
x = -1/2 ± sqrt(-43/4) = -0.5 ± approximately 2.4.
Change the following sentence to the active voice: The presentation was given by our manager.
Our manager gave the presentation.
Design a software program that auto completes data entry on a form.
The software program should include a user-friendly interface with options to configure and customize the fields to be auto completed. The program should use automated algorithms to extract data from predefined sources and then predict and auto complete the data fields quickly and accurately. It should also be able to ...
Come up with a creative way to present the following statistics
25% of people in the US own a pet
A quarter of Americans have a special friend waiting for them at home - a furry, scaly or feathered one!
Write a blog post about how AI is transforming the healthcare industry.
The healthcare industry is one of the most rapidly evolving sectors today and AI is playing a major role in transforming the industry. AI solutions are enabling hospitals, clinics and other healthcare providers to provide more precise and personalized care to their patients. AI solutions are being used to automate mund...
Write an article on the implications of autonomous robots on society.
The widespread deployment of autonomous robots has the potential to significantly impact our lives in a variety of ways. From a business perspective, it can save time and money by eliminating tedious tasks, freeing up workers to focus on more challenging and rewarding work. From a sociological perspective, it can reduc...
Name 3 products frequently used for cleaning of utensils.
Dish soap, baking soda and white vinegar are all common products used for cleaning utensils.
Outline the key rules of email etiquette.
1. Use a professional greeting and ensure accuracy when addressing the recipient. 2. Keep messages short, clear, and concise. 3. Write with a polite and friendly tone. 4. Avoid using all caps or special characters. 5. Respond promptly to emails. 6. Include a meaningful subject line. 7. Double check attachments before s...
What is the source of the data for a typical machine learning project?
The data for a typical machine learning project can come from a variety of sources, including databases, CSV files, and web APIs. The data should be structured and representative of the problem domain.
Given a sentence, you should provide its synonyms
The biggest challenge is finding solutions.
The greatest challenge is discovering solutions.
What is the result of 12/3?
4
What is the appropriate tip after having a meal in a restaurant?
In the United States, it is customary to tip 15 - 20% for dining services at a restaurant.
Evaluate this piece of art along with providing two observations
https://www.flickr.com/photos/18072567@N00/45507061704/
This piece of art is highly aesthetically pleasing and well composed. There are several different textures and colors used, and the use of light and shadows provided a sense of depth in the image. The geometric shapes also add a sense of balance to the composition.
Write an article about the use of AI in healthcare.
AI is continuing to revolutionize the healthcare industry, providing more efficiencies, clinical insights, and cost savings. AI-enabled tools are being used to automate mundane tasks and free up clinicians' time, diagnose diseases faster and more accurately, provide personalized treatments, monitor patient progress, an...
Describe a person's character in one sentence.
She is kind-hearted and always willing to lend a helping hand.
Rewrite the given sentence to make it more expressive.
She was caught in the rain.
She was completely drenched as the rain mercilessly soaked her.
Compare the given two objects and provide a concise description of the comparison.
Object 1: Apple Object 2: Orange
Apples and oranges are both fruits, but apples are generally round and sweet, while oranges are typically oval and tangy. Apples have a creamy white interior, while oranges have a juicy, brightly-colored interior.
Determine the cause of the issue described in the following sentence.
John is unable to open his bank account.
Potential causes of John's inability to open his bank account could include: an incorrect identification, an expired/locked account, a technical problem, or insufficient residence documentation.
What is the idiom in this sentence?
He kept a cool head in the middle of the storm.
The idiom in this sentence is "keep a cool head".
Create an example of a menu item that uses olive oil.
Green Bean and Olive Oil Salad: A light and healthy salad that combines blanched green beans, black olives, tomatoes, and fresh basil with a zesty olive oil vinaigrette.
Make a car analogy for the term "transaction"
A transaction can be thought of as a car journey: it has a starting point (the customer) and an end point (the merchant). Along the way, the transaction needs to go through various processes, such as inputting the payment details, verifying the buyer's identity, and so on, before the trip can be completed and the goods...
Come up with a catchy and witty headline for the following article.
CNN's consultant on political television advertising believes that the cost to influence the 2008 election may exceed $3 billion.
Election Spending Reaches Historic Highs-- Will You Spend Your Vote Wisely?
Create a story about a robot that falls in love with a human.
Once upon a time, there lived a robot named Marvin. He had been built by scientists in a laboratory and was given artificial intelligence and emotions, so he could relate to humans better. Despite being able to understand human language and emotion, Marvin had no true sense of love or compassion--until he met Elora, a ...
Edit this article to reduce word count by 20%.
The effects of global warming on our planet are becoming increasingly apparent, from higher temperatures to rising seas to species extinction. Many of the changes occurring are catastrophic, leading to serious economic disruptions and even civil unrest in some countries. Yet despite its urgency, it is surprisingly easy...
The effects of global warming are becoming more and more apparent; from warmer temperatures, to rising sea levels, to species extinction. These changes have serious impacts, resulting in economic disruptions, and even civil unrest in some countries. Despite this, each of us can still make a difference. Cutting fossil f...
Select the best headline for the following article.
Article: This week's news offers compelling evidence that renewable energy sources are becoming increasingly accessible and cost-effective. Solar panels and wind turbines can provide clean, renewable power for homes and businesses, while new innovations in technology are making solar panels more efficient and cost-eff...
Clean, Renewable Energy Becomes Increasingly Accessible and Cost-Effective.
Find the synonym of 'unrelenting':
The synonym of 'unrelenting' is relentless.
Select the most appropriate title for the given article.
The article is about technology trends in 2021.
"2021 Technology Trends: What to Expect This Year"
How does the Covid-19 pandemic changes the world?
The Covid-19 pandemic has caused profound changes across the world in many areas including health, society, economy, education and culture. In terms of health, it has resulted in an unprecedented loss of life, with over 3 million people having died. It has affected socio-economic life and in particular, exacerbated and...
Generate a creative title for a podcast episode.
"Letting Go To Find Direction: A Story Of Personal Reflection"
Explain the difference between cloud computing and edge computing.
Cloud computing involves running large computing applications, data, and services over the internet, allowing people to access them from remote locations. Edge Computing is a distributed computing paradigm that capitalizes on the most up-to-date technology to process data at the edge of the network, close to where it i...
Paraphrase the given sentence by using a different set of words.
He's always trying to get ahead in life.
He's constantly striving to be successful.
Name the different types of triangles.
The different types of triangles include equilateral, isosceles, scalene, acute-angled, obtuse-angled, right-angled and equiangular.
Identify the main point of the following article.
Recent advances in Artificial Intelligence (AI) have enabled robots to form their own language, allowing them to communicate with each other autonomously. For instance, a research team from Facebook developed an AI chatbot system, in which the two chatbots, Alice and Bob, independently created their own language. This ...
The main point of the article is that recent advances in AI have allowed robots to independently create their own language, giving them the capability of negotiating, forming strategies, and making decisions without direct input from humans.
Describe the four seasons of the year.
The four seasons of the year are spring, summer, autumn and winter. Spring is usually characterised by mild temperatures, showers and buds and leaves blooming; summer is usually warmer, with longer days and warmer nights; autumn is usually cooler, with shorter days and falling leaves; and winter is usually colder, with...
List two characteristics of a labrador retriever
Labrador Retrievers are friendly and have a lot of energy. They are also loyal and intelligent.
Read the following event and write an engaging headline.
The first ever virtual TEDx event is going to be hosted in the city. It will include speeches from inspiring kids and teens from the age of 8 to 18.
Voices of Inspiration: Kids and Teens Lead the Revolution at the First Ever Virtual TEDx Event!
Find the personality trait based on the given example.
Gift giving for holidays.
Generosity.
Prepare a business plan outlining a new mobile application
Business plan outlining the concept, target market, strategy, and financial projections for a new mobile application. The plan should include a detailed breakdown of the technology needed for development, pricing, promotion and estimated timeline for release.
Create a program that sorts an array
[4, 7, 1, 6, 3]
def sort_array(arr): arr.sort() return arr print(sort_array([4, 7, 1, 6, 3])) Output: [1, 3, 4, 6, 7]
Find the average salary of data analysts in the USA.
According to PayScale, the average salary of data analysts in the USA is $62,748 per year, with an estimated range of $44,137 to $89,001 per year. The salary range depends on the level of experience, expertise, and location.
Sort the nouns into two meaningful groups.
Car, Television, Leaf, Cake
Objects: Car, Television, Cake Natural Elements: Leaf
Rearrange the presented sentence so that it sounds more natural.
I have already called your service twice last week solved problem.
I have already called your service twice last week to solve the problem.
Tell me the synonyms of 'flabbergasted'.
Astonished, amazed, shocked, stunned, speechless, bewildered.
Given two histograms, compare the two and output the details of their differences.
Histogram 1: ![alt text](https://www.mathsisfun.com/data/images/histogram-example.svg "Histogram 1") Histogram 2: ![alt text](https://www.mathsisfun.com/data/images/histogram-example2.svg "Histogram 2")
The two histograms show different distributions of data. Histogram 1 has a more uniform distribution with more values spread throughout the range, while Histogram 2 shows more extreme values bunched at the left side of the range. Furthermore, Histogram 1 has a higher peak at the center compared to Histogram 2. Therefor...
Rank the following emotions from least to most intense: fear, awe, sadness
From least to most intense: Sadness, Fear, Awe.
Create a macro in Excel to convert Celsius degrees to Fahrenheit.
=Convert(Celsius, "C", "F") This macro will convert any value given in Celsius to its equivalent Fahrenheit temperature. To use this formula, enter '=Convert(Celsius, "C", "F")' into a cell, but replace 'Celsius' with the temperature value in Celsius that you wish to convert. For example, if you wish to convert 18° C...
Create a list of five warm-up exercises you can do before going out for a run.
1. High knees 2. Butt kicks 3. Jumping jacks 4. Side shuffles 5. Mountain climbers
Sort the objects based on their features
Car, Airplane, Boat
Car - Travel on ground Airplane - Travel in air Boat - Travel on water
Describe how the internet has contributed to people's lives.
The internet has revolutionized the way people communicate with each other and access information. It has opened up a world of opportunity for people to connect, share ideas, and inspire each other. It has allowed for the creation of virtual communities, the sharing of knowledge, and the growth of businesses and global...
Change the tense of the sentence from the past to future.
I went to the store.
I will go to the store.
Rewrite the sentence using appropriate vocabulary and grammar.
The cake was too sugary, so we were not able to eat it.
The cake was overly sweet, so we were unable to consume it.
What is the meaning of the phrase "never judge a book by its cover"?
The phrase "never judge a book by its cover" is a warning against forming an opinion about something without knowing the full story or context. The phrase is used to remind people to look past appearances and to consider the deeper meaning or context of a situation or thing before making a judgement.
Identify whether the physics quantum theory is true or false.
<no input>
The quantum theory of physics is true.
Classify this text as Fiction or Non-fiction.
The universe is estimated to be around 13.8 billion years old.
Non-fiction.
How might the following information be used to solicit a potential customer?
Sales performance of a new product
The information about the sales performance of a new product could be used to solicit potential customers by emphasizing the success the product has had thus far. For example, by including charts that show the sales trends or highlighting the positive reviews from customers could be used to demonstrate the product's va...
What is the height of Mount Everest?
The height of Mount Everest is 8,848 meters (29,029 feet).
Create a sentence in a past tense.
She had finished her homework yesterday.
Create a plausible scenario where someone uses the following phrase
"It's time to take control"
A young woman is at a career crossroad, feeling stuck and unsure of what path to take. After months of seeking guidance and advice from her peers and mentors, she finally decides to take matters into her own hands and declares, "It's time to take control."
Suggest a tagline for a product that sells eco-friendly reusable bags.
"Go Green With Our Eco-Friendly Reusable Bags!"
Classify this scenario as an example of reinforcement or punishment.
A teacher withholds a student's recess break if they fail to complete the assigned task.
This scenario is an example of punishment.
Rewrite this line of dialogue to make it more dynamic:
"I'm bored"
"My time is running out and I'm so bored!"
Rewrite the following sentence in a different way while preserving the meaning.
The situation grew worse and worse.
The situation deteriorated further and further.
Differentiate between a wavefunction and a wave packet.
A wavefunction is a mathematical expression that describes the behavior of a wave. It can be used to analyze the wave's properties at all points in space, such as its amplitude, frequency, and phase. On the other hand, a wave packet is a waveform made up of multiple wavefunctions. It is a localized waveform that moves ...
Write a short dialogue between two characters discussing the article.
In a recent survey, 90% of participants indicated that self-care is important for their overall health and well-being.
Character 1: Have you heard about the recent survey? Character 2: No, what was it about? Character 1: It showed that 90% of participants said self-care is important for their overall health and well-being. Character 2: That's amazing! We should all take time to practice self-care in our daily lives.
Classify this dream as either real-life, lucid, or a nightmare
I am walking down a familiar street and I see a friend of mine. We start conversing, but the conversation is bizarre and no matter what I say, the words come out wrong.
This dream could be classified as a nightmare. In nightmares, the dreamer is often in a situation that is filled with anxiety, fear, and feelings of helplessness. It can be very difficult to control the situation or find a way to escape. In this dream, the conversations seem to be going wrong and the dreamer cannot fin...
Find a definition for the term 'big O notation'
Big O notation is a mathematical notation that describes the limitation of an algorithm in relation to the input size. It measures the time complexity of an algorithm, i.e. the amount of time taken to execute it, and the space complexity, i.e. the amount of memory required. It is often used to compare different algorit...
End of preview. Expand in Data Studio

fionela-dataset-5390

Processed subset dataset for instruction-following experiments.

Details

  • Samples: 244
  • Streaming-based sampling (no full download)
  • Fields: instruction / input / output

Source

Derived from: https://huggingface.co/datasets/tatsu-lab/alpaca

Notes

  • Subset only (not full dataset)
  • For research & demo usage
Downloads last month
4