Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringlengths
14
119
input
stringclasses
100 values
output
stringlengths
1
486
Give three tips for staying healthy.
1. Eat a balanced diet rich in fruits and vegetables. 2. Exercise regularly for at least 30 minutes a day. 3. Get adequate sleep, aiming for 7-9 hours per night.
Translate the following sentence to French.
The weather is beautiful today.
Il fait beau aujourd'hui.
Write a Python function to reverse a string.
def reverse_string(s): return s[::-1]
Summarize the following text.
Photosynthesis is the process by which green plants and some other organisms use sunlight to synthesize foods with the help of chlorophyll pigments. During this process, carbon dioxide and water are converted into glucose and oxygen.
Photosynthesis is the process where plants use sunlight, chlorophyll, carbon dioxide, and water to produce glucose and oxygen.
Classify the sentiment of the review.
The movie was absolutely fantastic! The acting was superb and the plot kept me on the edge of my seat.
Positive
Solve the math problem.
What is 15% of 200?
30
Generate a recipe based on ingredients.
Chicken, rice, soy sauce, garlic.
Garlic Soy Chicken Rice: 1. Sautรฉ minced garlic in oil. 2. Add diced chicken and cook until browned. 3. Stir in soy sauce and cooked rice. 4. Mix well and serve hot.
Explain the concept of recursion.
Recursion is a programming technique where a function calls itself directly or indirectly to solve a problem. It typically involves a base case to stop the recursion and a recursive case that breaks the problem down into smaller instances.
Write a haiku about winter.
Snow falls silently, Blanketing the world in white, Cold wind whispers soft.
Convert the temperature.
Convert 32 degrees Fahrenheit to Celsius.
0 degrees Celsius.
Draft a professional email.
Request a meeting with the marketing team to discuss the Q3 campaign.
Subject: Meeting Request: Q3 Marketing Campaign Discussion Dear Marketing Team, I hope this email finds you well. I would like to schedule a meeting to discuss our strategies and goals for the Q3 campaign. Please let me know your availability for next week. Best regards, [Your Name]
List the primary colors.
Red, Blue, Yellow.
Debug the following code snippet.
print('Hello World') x = 5 y = '10' print(x + y)
Error: You cannot add an integer and a string directly. Fix: Convert y to int or x to str. Example: print(x + int(y)) results in 15.
What is the capital of Australia?
Canberra.
Rewrite the sentence in passive voice.
The chef cooked a delicious meal.
A delicious meal was cooked by the chef.
Generate a SQL query.
Select all users from the 'users' table where age is greater than 25.
SELECT * FROM users WHERE age > 25;
Provide synonyms for the word.
Happy
Joyful, cheerful, content, delighted, pleased.
Calculate the area of a circle.
Radius is 5 cm.
Area = ฯ€ * r^2 = 3.14159 * 25 โ‰ˆ 78.54 cmยฒ.
Create a workout plan.
Beginner, 3 days a week, no equipment.
Day 1: 20 squats, 10 pushups (knees if needed), 30s plank. Rest. Repeat 3 times. Day 2: Rest or light walk. Day 3: 15 lunges per leg, 10 glute bridges, 30s wall sit. Rest. Repeat 3 times. Day 4: Rest. Day 5: Repeat Day 1 routine.
Who wrote 'Romeo and Juliet'?
William Shakespeare.
Format the date.
2023-10-05 to MM/DD/YYYY
10/05/2023
Explain what an API is.
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other. It defines the methods and data formats that applications can use to request and exchange information.
Suggest a movie.
Sci-fi genre, released after 2015.
Blade Runner 2049 (2017)
Correct the grammar.
She dont like apples.
She doesn't like apples.
What is the boiling point of water?
100 degrees Celsius or 212 degrees Fahrenheit at standard atmospheric pressure.
Write a regex pattern.
Match a valid email address.
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
Describe the color blue to a blind person.
Blue can be described as the feeling of cool water flowing over your hands, or the calmness of a gentle breeze on a quiet day. It is often associated with serenity and depth.
Calculate the tip.
Bill is $45.00, tip is 18%.
Tip amount: $8.10. Total: $53.10.
List the steps to make coffee.
1. Boil water. 2. Grind coffee beans. 3. Place filter and grounds in the brewer. 4. Pour hot water over grounds. 5. Wait for brewing to finish. 6. Pour and enjoy.
What is the largest planet in our solar system?
Jupiter.
Generate a username.
Name: Alex, Hobby: Gaming, Numbers allowed.
AlexGamer99
Convert JSON to CSV format mentally.
{"name": "John", "age": 30}
name,age John,30
Explain the difference between HTML and CSS.
HTML (HyperText Markup Language) is used to structure the content of a webpage, while CSS (Cascading Style Sheets) is used to style and layout that content, controlling colors, fonts, and positioning.
Find the antonym.
Brave
Cowardly
Write a short story prompt.
A robot discovers emotions.
Unit 734 had processed millions of commands without error, but when the flower bloomed in the cracked concrete, a new variable appeared in its logic core: wonder.
What is the square root of 144?
12
Recommend a book.
Mystery, Agatha Christie style.
The Murder of Roger Ackroyd by Agatha Christie.
Parse the URL.
https://www.example.com/path/to/page?query=value
Protocol: https Domain: www.example.com Path: /path/to/page Query: query=value
Define 'Ephemeral'.
Lasting for a very short time; short-lived or transitory.
Create a shopping list.
Ingredients for spaghetti bolognese.
- Spaghetti pasta - Ground beef - Tomato sauce - Onion - Garlic - Olive oil - Salt and pepper - Parmesan cheese
Who painted the Mona Lisa?
Leonardo da Vinci.
Convert binary to decimal.
1011
11
Write a CSS rule.
Center a div horizontally and vertically.
.container { display: flex; justify-content: center; align-items: center; }
What causes seasons?
Seasons are caused by the tilt of the Earth's rotational axis relative to its orbit around the Sun, which results in varying amounts of sunlight reaching different parts of the Earth throughout the year.
Generate a random password.
Length 8, include symbols.
K7#mP2$x
Summarize the news headline.
Scientists discover new species of deep-sea fish with bioluminescent features.
Researchers have identified a previously unknown deep-sea fish species that glows in the dark.
Calculate compound interest.
Principal $1000, Rate 5%, Years 2, Compounded annually.
Amount = 1000 * (1 + 0.05)^2 = 1102.50. Interest earned: $102.50.
Write a git command.
Commit changes with message 'Fix login bug'.
git commit -m "Fix login bug"
What is the chemical symbol for Gold?
Au
Brainstorm names for a coffee shop.
Cozy, books, urban.
1. The Urban Page 2. Brew & Books 3. City Sip Library 4. Chapter One Cafรฉ 5. Metro Mocha
Write a motivational quote about perseverance.
The oak fought the wind and was broken. The willow bent when it must and survived. True strength lies not in never bending, but in rising every time you are bent.
Convert 68ยฐF to Celsius.
20ยฐC
Write a bash one-liner to list all .txt files in the current directory sorted by size.
ls *.txt -lh --sort=size
Explain quantum entanglement in simple terms.
When two particles become quantum entangled, they become connected in such a way that the state of one instantly determines the state of the other, no matter how far apart they areโ€”even across the universe. Einstein called it 'spooky action at a distance'.
Generate a professional LinkedIn summary for a junior data scientist.
Passionate Data Scientist with 2+ years of experience transforming raw data into actionable insights. Proficient in Python, SQL, TensorFlow, and Tableau. Proven track record of increasing revenue by 18% through predictive modeling at XYZ Corp. Always learning, currently diving deep into NLP and MLOps.
What is the speed of light in a vacuum?
299,792,458 meters per second (approximately 3 ร— 10โธ m/s).
Write a Python list comprehension to get all even numbers from 0 to 20.
[x for x in range(21) if x % 2 == 0]
Create a bedtime story opening for a 5-year-old.
Once upon a twinkly night, in a tiny village made of marshmallows and candy canes, lived a brave little fox named Luna who wore a cape made of starlight...
Fix this SQL query that has a syntax error.
SELECT name age FROM employees WHERE salary > 50000 ORDER BY salary DESC
SELECT name, age FROM employees WHERE salary > 50000 ORDER BY salary DESC;
Give me a 30-second elevator pitch for a productivity app called FocusFlow.
FocusFlow is the only app that combines Pomodoro timers, AI-powered task prioritization, and ambient soundscapes to help knowledge workers enter deep focus in under 60 seconds. Users report 43% more deep work hours and 28% less burnout. Available on Mac, Windows, and iOS.
What is 7 factorial (7!)?
5040
Write a polite rejection email for a job applicant.
Subject: Update on Your Application Dear [Name], Thank you for taking the time to apply for the [Position] role and for your interest in [Company]. After careful consideration, we have decided to move forward with another candidate whose experience more closely matches our current needs. We were genuinely impressed ...
Name the seven continents.
Africa, Antarctica, Asia, Australia, Europe, North America, South America.
Write a Docker command to run a container named 'myapp' from image 'nginx:latest' on port 8080.
docker run -d --name myapp -p 8080:80 nginx:latest
Explain the difference between 'let', 'const', and 'var' in JavaScript.
- 'var' is function-scoped and can be redeclared/hoisted. - 'let' is block-scoped, cannot be redeclared in the same scope, and is not hoisted. - 'const' is block-scoped like 'let', but its value cannot be reassigned (though objects/arrays can be mutated).
Generate 5 creative team names for a cybersecurity hackathon.
1. Null Pointer Exceptions 2. Sudo Killers 3. Root Access Denied 4. Packet Pirates 5. Firewall & Chill
What year did the Titanic sink?
1912
Write a pandas one-liner to drop all rows with NaN values in a DataFrame called df.
df.dropna(inplace=True)
Translate 'I love you' into 5 different languages.
Spanish: Te amo French: Je t'aime Japanese: ๆ„›ใ—ใฆใ‚‹ (Aishiteru) German: Ich liebe dich Korean: ์‚ฌ๋ž‘ํ•ด (Saranghae)
Create a simple HTML button that says 'Click Me' and turns red when hovered.
<button style="background-color:blue;color:white;padding:15px 32px;font-size:16px;cursor:pointer;transition:0.3s;" onmouseover="this.style.backgroundColor='red'" onmouseout="this.style.backgroundColor='blue'">Click Me</button>
What is the Pythagorean theorem?
In a right-angled triangle, the square of the length of the hypotenuse (c) is equal to the sum of the squares of the other two sides (a and b): aยฒ + bยฒ = cยฒ.
Write a regex to match exactly 10 digits (like a phone number without formatting).
^\d{10}$
Suggest a minimalist morning routine.
1. Wake up โ†’ drink 500ml water 2. 5-minute meditation 3. 20 push-ups + 30-second plank 4. Cold shower 5. Make bed 6. Write top 3 priorities for the day 7. Begin deep work (no phone until noon)
Who is considered the father of modern physics?
Albert Einstein (though Galileo and Newton are also frequently credited depending on context).
Convert this time from 24-hour to 12-hour format.
19:45
7:45 PM
Write a heartfelt apology message to a friend.
Hey, Iโ€™ve been replaying our last conversation in my head and I feel terrible. I was stressed and took it out on you when you were just trying to help. That wasnโ€™t fair and you didnโ€™t deserve it. Iโ€™m really sorry. I value you so much and Iโ€™ll do better.
What is the chemical formula for table salt?
NaCl (Sodium Chloride)
Generate a catchy tagline for an electric scooter company.
Skip the traffic. Own the city.
Write a Python function to check if a string is a palindrome (ignore case and non-alphanumeric characters).
def is_palindrome(s): cleaned = ''.join(c.lower() for c in s if c.isalnum()) return cleaned == cleaned[::-1]
Name the three branches of the U.S. government.
Legislative, Executive, and Judicial.
Create a curl command to send a POST request with JSON data.
URL: https://api.example.com/users, data: {"name": "Alice", "age": 25}
curl -X POST https://api.example.com/users -H "Content-Type: application/json" -d '{"name": "Alice", "age": 25}'
Explain the 80/20 rule (Pareto Principle).
The Pareto Principle states that roughly 80% of consequences come from 20% of causes. For example, 80% of your results usually come from 20% of your efforts, or 80% of sales come from 20% of customers.
Write a short poem about rain.
The sky cracks open, soft silver threads spill downโ€” earth drinks in silence.
Calculate how many seconds are in a year (non-leap year).
365 days ร— 24 hours ร— 60 minutes ร— 60 seconds = 31,536,000 seconds
Give me a beginner-friendly explanation of blockchain.
Imagine a Google Doc that everyone in the world can see, but no single person controls. Every time someone adds a new line (a transaction), it's permanently written and can't be erased or changed. That's basically blockchainโ€”a shared, unchangeable ledger.
Write the Fibonacci sequence up to the 10th term.
0, 1, 1, 2, 3, 5, 8, 13, 21, 34
Create a motivational push notification for a habit-tracking app.
You're on a 7-day streak ๐Ÿ”ฅ One more small win today and tomorrow you'll be proud of today's version of you.
What is the largest organ in the human body?
The skin.
Write a JavaScript arrow function to square a number.
const square = (num) => num * num;
Suggest 3 unique date night ideas under $30.
1. Sunset picnic with takeout from your favorite spot 2. Drive-in movie (or outdoor projector on the side of the house) 3. Thrift store challenge: each person gets $15 to buy the best outfit for the other
What does 'Hakuna Matata' mean?
It means 'no worries' in Swahili.
Write a terminal command to show the current disk usage in human-readable format.
df -h
Create a catchy name for a plant shop.
The Plant Parenthood
Explain the difference between HTTP and HTTPS.
HTTPS is HTTP with encryption. The 'S' stands for Secureโ€”it uses SSL/TLS to encrypt data between the browser and server, protecting sensitive information like passwords and credit cards.
Write a quick thank-you note to a mentor.
Just wanted to say thank youโ€”againโ€”for believing in me when I barely believed in myself. Your advice changed the entire trajectory of my career. Iโ€™ll never forget it.
What is the atomic number of Carbon?
6
Generate a strong 16-character password that is easy to remember but hard to guess.
BlueSky2024!Rain
Name the four DNA bases.
Adenine (A), Thymine (T), Cytosine (C), Guanine (G)
Write a React functional component that displays 'Hello, World!'.
function HelloWorld() { return <h1>Hello, World!</h1>; } export default HelloWorld;
Give me one profound piece of life advice in less than 10 words.
Protect your peace at all costs.
End of preview. Expand in Data Studio

๐Ÿง  Alpaca Qwen3.5 Max Preview Dataset (Deduplicated)

๐Ÿ“Œ Overview

This dataset contains 563 Alpaca-format instruction-following samples generated primarily using Qwen3.5-Max-Preview via LMArena.

It is designed for supervised fine-tuning (SFT) of large language models, especially instruction-tuned models such as Qwen, DeepSeek, LLaMA-family, and similar architectures.

The dataset has been validated, cleaned, and deduplicated to ensure structural consistency and usability.


๐Ÿ“Š Dataset Summary

  • Total rows: 563
  • Format: Alpaca (instruction, input, output)
  • Language: English
  • Deduplication: Yes (exact match removal)
  • Validation: All rows verified for correct structure

๐Ÿงฑ Data Structure

Each row follows the Alpaca format:

{
  "instruction": "Task description or question",
  "input": "Optional context (may be empty)",
  "output": "Model-generated response"
}
## Note
Some parts has been generated by Grok 4.1 Thinking and GLM-4.7
Downloads last month
15