Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringlengths
31
25.9k
chosen
stringlengths
3
3.28k
rejected
stringlengths
3
3.28k
metadata_source
stringclasses
7 values
metadata_domain
stringclasses
5 values
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Set up GitHub Actions CI for a CLI tool project with linting and testing.
The company chops down 200 + 300 = 500 trees total. Since they plant 3 trees for every tree chopped down, they need to plant 500 × 3 = 1,500 trees.
unknown
agentic
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Use code execution to prototype a retry decorator with exponential backoff. Once it works, we'll move it to the main codebase.
I want to fetch the securities report data for SoftBank Group Corp. I'd like to get data from consolidated management indicators if available.
unknown
reasoning
You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside <think> </think> tags, and then pr...
Could you please capture a screenshot of the homepage?
Frank's total money is (7×1)+(4×5)+(2×10)+(1×20) = 7+20+20+20 = $67. He spent 67−4 = $63 on peanuts. At $3/lb he bought 63÷3 = 21 pounds. Over 7 days, he eats 21÷7 = 3 pounds per day.
Nvidia-When2Call
tool_use
You are a helpful AI assistant.
The ratio is 1 ounce of tea per 8 ounces of liquid. Each person wants 6 ounces, so each needs 6/8 = 3/4 ounce of tea. For 12 people: 12 × 3/4 = 9 ounces of tea.
The drinks cost 5 × $6 = $30. The pizzas cost 10 × $14 = $140. The total is $30 + $140 = $170. Her change from $200 is $200 − $170 = $30.
unknown
research
Build a minimal yet complete reference architecture for memory safety and layout under real-world constraints.
```python # God-level Python reference scaffold for memory safety and layout class Architecture: def __init__(self): self.initialized = False def initialize(self): self.initialized = True def execute(self, *args, **kwargs): if not self.initialized: raise RuntimeError("...
The items totaled $500 + (2/5 × $500) = $700. After a 15% discount the price became $700 − (0.15 × $700) = $700 − $105 = $595. Since she only has $500, she still needs $595 − $500 = $95.
unknown
code
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Create a CLI tool using argparse that processes and transforms text files.
Refactor the file at config.yaml to improve readability and add type hints.
unknown
agentic
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Research canary releases, write deployment scripts, and create documentation for the process.
Create a todo list for a CLI tool for cloud resource management. Prioritize the items, then start working on the highest priority ones.
unknown
agentic
You are a helpful AI assistant.
7 feet. Let x be the height of the break. The broken part (length 12 − x) folds straight down from height x, so the tip hangs at x − (12 − x) = 2x − 12 feet. Setting 2x − 12 = 2 gives x = 7.
Each day Maia receives 6 requests and completes 4, leaving 6 - 4 = 2 unfinished requests per day. After 5 days, she will have 2 × 5 = 10 client requests remaining.
unknown
research
You are a helpful AI assistant.
Lily spent $7 on a shirt and then 3 × $7 = $21 at another shop. Total spent: $7 + $21 = $28. Money left: $55 − $28 = $27.
Write a Python script that reads a CSV file, cleans the data by removing duplicates and fixing formatting, and outputs the results.
unknown
research
Build a minimal yet complete reference architecture for lock-free concurrency under real-world constraints.
```python # God-level Python reference scaffold for lock-free concurrency class Architecture: def __init__(self): self.initialized = False def initialize(self): self.initialized = True def execute(self, *args, **kwargs): if not self.initialized: raise RuntimeError("Sys...
First, find the total number of erasers: 48 boxes × 24 erasers = 1,152 erasers. Then multiply by the price: 1,152 × $0.75 = $864.00. They will make $864.00.
unknown
code
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Deploy the app. Before starting, use clarify to confirm the requirements and any assumptions.
Hey, I'm planning a game night and would like to include some trivia questions. Can you help pull up some random ones?
unknown
reasoning
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
I need to create a monitoring dashboard with alerts and automated remediation. Break this down into a detailed todo list, then work through each item systematically.
```python # God-level Python reference scaffold for memory safety and layout class Architecture: def __init__(self): self.initialized = False def initialize(self): self.initialized = True def execute(self, *args, **kwargs): if not self.initialized: raise RuntimeError("...
unknown
reasoning
<instructions> You are a customer service agent that helps the user according to the <policy> provided below. In each turn you can either: - Send a message to the user. - Make a tool call. You cannot do both at the same time. Try to be helpful and always follow the policy. Always make sure you generate valid JSON only...
Thank you for the clarification. I've checked the status of your debit card (Visa ending in 1122) linked to your checking account, and it is also currently showing as **"active"**. To summarize: - **Checking Account (****7890)**: Status is Active - **Debit Card (****1122)**: Status is Active Both your account and car...
```python # God-level Python reference scaffold for production ML systems class Architecture: def __init__(self): self.initialized = False def initialize(self): self.initialized = True def execute(self, *args, **kwargs): if not self.initialized: raise RuntimeError("Sys...
unknown
tool_use
<instructions> You are a customer service agent that helps the user according to the <policy> provided below. In each turn you can either: - Send a message to the user. - Make a tool call. You cannot do both at the same time. Try to be helpful and always follow the policy. Always make sure you generate valid JSON only...
Thank you, Avery. I've located your account and found your recent order. Here are the details for your order (Sale Reference: Jr5fHCs): **Order Status:** Shipped **Item:** Comb (Standard volume, Acetate composition, Amber tint) **Price:** $12.99 **Tracking Number:** 1Z999AA10123456784 **Delivery Address on F...
I understand you're looking for a rolling pin order, but unfortunately, I can only access the account associated with the name and ZIP code you provided (Avery Nguyen, 62704). This account only shows one order, which is the laundry basket I mentioned earlier. I don't have the ability to search across all accounts for ...
unknown
tool_use
You are a helpful AI assistant.
There are 3 × 10 = 30 total slices. Manny + 24 classmates + Mr. Keith = 26 people each eat 1 slice, so 30 − 26 = 4 slices are left.
Create a skill from the workflow we just used for debugging production issues with log analysis. Save it for reuse.
unknown
reasoning
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into functions. <tools> [{"type": "function", "function": {"name": "createMapLayer", "descri...
I am working with a gas utility company to enhance our GIS mapping system. We need to visualize our existing pipeline network across the county, including high-pressure transmission lines and local distribution pipes. I have prepared a 'county_pipelines.geojson' file with the accurate geospatial data of our network tha...
I am working on enhancing our trading strategies by performing quantitative analysis on the stock data for Apple Inc. (AAPL), Alphabet Inc. (GOOGL), and Microsoft Corporation (MSFT). I have compiled historical stock data for these companies, which includes daily opening, closing, high, low prices, and trading volumes f...
unknown
agentic
You are a helpful AI assistant.
The known items total $30 + $46 + $38 + $11 + $18 = $143. Subtracting the known spending and the remaining money from the budget: $200 − $143 − $16 = $41. Alexis paid $41 for the shoes.
I have a dataset containing our company's historical sales records from January 2005 to December 2022. These records are pivotal for financial analysis and regulatory compliance owing to their sensitive nature. The data is meticulously organized in a CSV file named 'sales_records.csv' with detailed columns for 'Date', ...
unknown
reasoning
You are a helpful AI assistant.
The total square footage is 2,400 + 1,000 = 3,400 sq ft. At $98 per sq ft, the property costs 3,400 × $98 = $333,200.
Reggie scores 3×1 + 2×2 + 1×3 = 10 points. His brother scores 4×3 = 12 points. Reggie loses by 2 points.
unknown
research
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into functions. <tools> [{"type": "function", "function": {"name": "get_network_device_statu...
I am overseeing a telecommunication network and require detailed monitoring of key network devices to ensure they are fully operational, alongside a comprehensive analysis of the network traffic patterns. Specifically, I need to check the operational status of our router (device ID: router_01), switch (device ID: switc...
The selling price per DVD is $6 × 2.5 = $15, so the profit per DVD is $15 − $6 = $9. He sells 500 × 5 = 2,500 DVDs per week, and over 20 weeks that is 50,000 DVDs. Total sales profit is 50,000 × $9 = $450,000. Subtracting the $2,000 movie creation cost gives $450,000 − $2,000 = $448,000.
unknown
agentic
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. Don't make assumptions about what values to plug into functions. <tools> [{"type": "function", "function": {"name": "move_folder", "descripti...
I'm currently reorganizing my workspace on my computer, and as part of this effort, I need to move a folder named 'AI_Project' located on my desktop, specifically at the path `C:\Users\Username\Desktop\AI_Project`, to my 'Documents' directory, which has the path `C:\Users\Username\Documents`. Additionally, there is an ...
I am in the process of automating our web hosting services and need assistance to set up a new account for a client. Firstly, I need to create a user account for our client, JaneDoe, with a secure password that meets our security requirements. Once the user account is established, I need to set up her domain, `janedoea...
unknown
agentic
You are a function calling AI model. You are provided with function signatures within <tools> </tools> XML tags. You may call one or more functions to assist with the user query. If available tools are not relevant in assisting with user query, just respond in natural conversational language. Don't make assumptions abo...
Set up GitHub Actions CI for a FastAPI backend project with linting and testing.
```python # God-level Python reference scaffold for memory safety and layout class Architecture: def __init__(self): self.initialized = False def initialize(self): self.initialized = True def execute(self, *args, **kwargs): if not self.initialized: raise RuntimeError("...
unknown
agentic
You are a helpful AI assistant.
3 cappuccinos = 3 × $2 = $6; 2 iced teas = 2 × $3 = $6; 2 cafe lattes = 2 × $1.50 = $3; 2 espressos = 2 × $1 = $2. Total = $6 + $6 + $3 + $2 = $17. Change from $20: $20 − $17 = $3.
The first four houses have 4 × 3 = 12 gnomes. Since there are 20 gnomes total, the fifth house has 20 − 12 = 8 gnomes.
unknown
research
You are a helpful AI assistant.
Reese's: 4 × $9 = $36. Snickers: 3 × $5 = $15. Skittles: 5 × $7 = $35. Total treats: $36 + $15 + $35 = $86. Adding the piñata: $86 + $13 = $99.
Write a comprehensive test suite for a user authentication module. Plan out all test cases as todos first, then implement them.
unknown
research
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
52