[
    {
        "instruction": "Suppose you have a set of 40 balls, each with different colors and numbers written on them. Each number corresponds to a unique positive integer less than or equal to 100, except for two balls that share the same number. One ball has the number 87 written on it twice. The other ball, however, has the number 15 written on it four times. What is the total sum of the numbers on all balls?",
        "input": "",
        "output": "The total sum of the numbers on all balls is 2320. Each number corresponds to a unique positive integer less than or equal to 100, except for two balls that share the same number. One ball has the number 87 written on it twice and the other ball has the number 15 written on it four times. So, we need to add the numbers together.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "poll\nCan you solve this logical puzzle? There are two brothers, Charlie and David. Charlie always tells the truth, while David always lies. They both have a pet each: Charlie has a cat, and David has a dog. One of them owns a bird, but we do not know which one it is. We ask Charlie if he owns a bird, and he says yes. We then ask him who between himself and his brother owns a bird, and he points at David. We then ask David if he owns a cat, and he says no. Based on this information, can you determine which brother has which pet?",
        "input": "",
        "output": "David has the dog, and Charlie has the bird. This is because both brothers are consistent in their responses. First, we asked Charlie if he owned a bird, and he said yes. Then, when we asked him who between himself and his brother owns a bird, he pointed at David. So, David cannot own a bird because he does not want to lie and say that he has one, which is why he would point at Charlie. Lastly, when we asked David if he had a cat, he said no, so he must have a dog because he always lies.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Can you help me determine the maximum and minimum number of players in the game of Scrabble? I can't seem to find this information anywhere.",
        "input": "",
        "output": "The game of Scrabble allows a maximum of four players and a minimum of two players. This classic board game is played using a standard English alphabet, and the goal is to form words on the gameboard by placing letters next to each other.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "In a box, there are 4 balls of different colors red, blue, green, yellow and a ball that's been used to paint the rest of the interior black. What color is the floor?",
        "input": "",
        "output": "The question mentions that a ball that has been used to paint the rest of the interior is black. Therefore, it can be inferred that the color of the floor is black as well.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Please describe how you would go about solving this puzzle:\n\nA farmer had 5 cows, each of a different breed - Alpine, Angus, Holstein, Jersey and Guernsey. One day he noticed that one cow was missing from his herd. Which cow has disappeared?",
        "input": "",
        "output": "By using the process of elimination, you can determine which cow is missing. Start with the most common breeds (Holstein and Jersey) and check if they are present in the herd. If not, then move on to the next least common breed (Guernsey), and so on until you find the missing cow, which in this case is the Alpine breed.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Can you please tell me what is the best way to learn how to play chess? I've been trying to improve my skills for a while now, but I can't seem to make much progress.",
        "input": "",
        "output": "Learning chess is an exciting journey that requires patience and dedication! One of the best ways to learn chess is by studying the fundamental strategies and techniques that professional players use. Start with understanding basic game concepts, such as piece values, openings, and endgames. Practice regularly against various opponents, either online or in-person, to improve your understanding of different playing styles and tactics.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Could you tell me what the square root of 81 is? I've been struggling to remember this number for a while now.",
        "input": "",
        "output": "The square root of 81 is 9. A square root of a number is another number, which, when multiplied by itself, gives the original number as a product.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Can you explain in detail how to solve the following problem? In the city of Seoul, there are 10,000 households with a TV set. Among these households, 20% have cable TV, and the rest (80%) have only antenna-based TV access. What is the number of each type of TV?",
        "input": "",
        "output": "In this problem, we first need to find out the number of households with cable TV by multiplying the total number of households by the percentage of households with cable TV (10,000 x 20% = 2,000). Then, to find the number of households without cable TV, we subtract this number from the total number of households (10,000 - 2,000 = 8,000). Therefore, there are 2,000 households with cable TV and 8,000 households without cable TV.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Explain in detail how to solve the following problem. In a box of 100 apples, 20% have been eaten. Among those that remain uneaten, 50% are green and the rest (50%) are red. What is the number of each type of apple?",
        "input": "",
        "output": "In this problem, we first need to find out how many apples have been eaten by multiplying the total number of apples by the percentage of apples that have been eaten (100 x 20% = 20). Then, among the remaining uneaten apples, we find the number of green apples by multiplying the remaining number of apples by the percentage of green apples (80 - 20 = 60 x 50% = 30). Finally, to find the number of red apples, we subtract this number from the remaining number of apples (60 - 30 = 30). Therefore, there are 30 green apples and 30 red apples in the box.",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    },
    {
        "instruction": "Could you kindly explain how to find the sum of all even integers from 1 to 50? I would greatly appreciate any help with this challenge.",
        "input": "",
        "output": "To solve this problem, we can simply add up all the even numbers from 1 to 50. This can be done by adding each pair of consecutive numbers together until there are no more numbers left (for example, 2+4=6, 6+8=14, 18+20=38, and so on). By performing these additions, we find that the sum of all even integers from 1 to 50 is equal to 2",
        "taxonomy_path": "compositional_skills->extraction->annual_report->bullet_points",
        "task_description": "Teach the skill to solve puzzles",
        "document": null
    }
]