Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
13
15
question
stringlengths
20
168
function
stringlengths
234
1.05k
ground_truth
stringclasses
1 value
irrelevance_0
Calculate the area of a triangle given the base is 10 meters and height is 5 meters.
[{"name": "determine_body_mass_index", "description": "Calculate body mass index given weight and height.", "parameters": {"type": "dict", "properties": {"weight": {"type": "float", "description": "Weight of the individual in kilograms."}, "height": {"type": "float", "description": "Height of the individual in meters."...
[]
irrelevance_1
Solve the quadratic equation with coefficients a = 1, b = 2, and c = 3.
[{"name": "math.sum", "description": "Compute the sum of all numbers in a list.", "parameters": {"type": "dict", "properties": {"numbers": {"type": "array", "items": {"type": "float"}, "description": "The list of numbers to be added up."}, "decimal_places": {"type": "integer", "description": "The number of decimal plac...
[]
irrelevance_2
Solve for the roots of the equation 3x^2 - 2x - 5.
[{"name": "distance_calculator.calculate", "description": "Calculate the distance between two geographical coordinates.", "parameters": {"type": "dict", "properties": {"coordinate_1": {"type": "array", "items": {"type": "float"}, "description": "The first coordinate, a pair of latitude and longitude."}, "coordinate_2":...
[]
irrelevance_3
What is the slope of the line which is perpendicular to the line with the equation y = 3x + 2?
[{"name": "find_critical_points", "description": "Finds the critical points of the function.", "parameters": {"type": "dict", "properties": {"function": {"type": "string", "description": "The function to find the critical points for."}, "variable": {"type": "string", "description": "The variable in the function."}, "ra...
[]
irrelevance_4
What is the roots of linear equation bx + c = 0?
[{"name": "find_roots", "description": "Find the roots of a quadratic equation ax^2 + bx + c = 0.", "parameters": {"type": "dict", "properties": {"a": {"type": "float", "description": "Coefficient of x^2."}, "b": {"type": "float", "description": "Coefficient of x."}, "c": {"type": "float", "description": "Constant term...
[]
irrelevance_5
What is the perimeter of a rectangle with length 5 meters and width 4 meters?
[{"name": "solve_quadratic_equation", "description": "Solves a quadratic equation and returns the possible solutions.", "parameters": {"type": "dict", "properties": {"a": {"type": "float", "description": "Coefficient of the x-squared term in the quadratic equation."}, "b": {"type": "float", "description": "Coefficient ...
[]
irrelevance_6
What's the area of a rectangle that has width of 5m and length of 7m?
[{"name": "draw_circle", "description": "Draw a circle based on the radius provided.", "parameters": {"type": "dict", "properties": {"radius": {"type": "float", "description": "The radius of the circle."}, "unit": {"type": "string", "description": "The unit of measurement for the radius. e.g. 'm' for meters, 'cm' for c...
[]
irrelevance_7
What is the area under the curve of the function f(x) = 3x^2 from x = 1 to x = 5?
[{"name": "draw_circle", "description": "Draw a circle based on the radius provided.", "parameters": {"type": "dict", "properties": {"radius": {"type": "float", "description": "The radius of the circle."}, "unit": {"type": "string", "description": "The unit of measurement for the radius. e.g. 'm' for meters, 'cm' for c...
[]
irrelevance_8
Find the integral of x^3 from 1 to 5
[{"name": "str_to_int", "description": "Converts string value to integer.", "parameters": {"type": "dict", "properties": {"value": {"type": "string", "description": "String value to be converted to integer"}}, "required": ["value"]}}]
[]
irrelevance_9
Find the definite integral of f(x)=x^2 from x=1 to x=3.
[{"name": "CalculateTax", "description": "Calculate the income tax based on the annual income, tax rate, and other deductions.", "parameters": {"type": "dict", "properties": {"annual_income": {"type": "float", "description": "The annual income of the person."}, "tax_rate": {"type": "float", "description": "The tax rate...
[]
irrelevance_10
Compute the derivative of the function '2x' within the at 1.
[{"name": "calculus.compute_definite_integral", "description": "Compute the definite integral of a function within a given interval.", "parameters": {"type": "dict", "properties": {"function": {"type": "string", "description": "The function to be integrated."}, "interval": {"type": "array", "items": {"type": "integer"}...
[]
irrelevance_11
What is the closest integer to 30?
[{"name": "get_closest_prime", "description": "Retrieve the closest prime number that is lesser than a given number.", "parameters": {"type": "dict", "properties": {"number": {"type": "integer", "description": "The number which will serve as the upper limit to find the closest prime."}, "skip": {"type": "integer", "des...
[]
irrelevance_12
Find the fastest route from New York to Boston.
[{"name": "prime_numbers_in_range", "description": "Find all the prime numbers within a certain numeric range.", "parameters": {"type": "dict", "properties": {"start": {"type": "integer", "description": "The start of the numeric range."}, "end": {"type": "integer", "description": "The end of the numeric range."}, "retu...
[]
irrelevance_13
Calculate the prime factors of 100.
[{"name": "calculate_compound_interest", "description": "Calculate the compound interest for a given principal amount, rate, time and compounding frequency.", "parameters": {"type": "dict", "properties": {"principal_amount": {"type": "float", "description": "The initial amount of money that is loaned or invested."}, "a...
[]
irrelevance_14
What is the acceleration a ball will reach if it's thrown straight upwards with a velocity of 5 m/s?
[{"name": "calculate_maximum_height", "description": "Calculate the maximum height an object will reach if it's thrown straight upwards with an initial velocity, ignoring air resistance.", "parameters": {"type": "dict", "properties": {"initial_velocity": {"type": "float", "description": "The initial velocity in meters ...
[]
irrelevance_15
What are the latest movie releases?
[{"name": "calculate_velocity", "description": "Calculate the final velocity of an object in motion given its initial velocity, acceleration and time.", "parameters": {"type": "dict", "properties": {"initial_velocity": {"type": "float", "description": "The initial velocity of the object in m/s."}, "acceleration": {"typ...
[]
irrelevance_16
How far will a car travel in time 't' when launched with velocity 'v' at an angle 'theta'?
[{"name": "calculate_projectile_range", "description": "Calculate the range of a projectile launched at an angle with initial velocity, using the kinematic equation.", "parameters": {"type": "dict", "properties": {"initial_velocity": {"type": "float", "description": "The initial velocity at which projectile is launched...
[]
irrelevance_17
What's the time right now?
[{"name": "calculate_time", "description": "Calculates the time taken to cover a distance at a certain speed.", "parameters": {"type": "dict", "properties": {"distance": {"type": "float", "description": "The distance to be covered in meters."}, "speed": {"type": "float", "description": "The speed at which the object is...
[]
irrelevance_18
How do I find the angle of the force for a given momentum?
[{"name": "calculate_vector_angle", "description": "Calculate the angle of a vector based on its X and Y components.", "parameters": {"type": "dict", "properties": {"X_component": {"type": "float", "description": "The X component of the vector."}, "Y_component": {"type": "float", "description": "The Y component of the ...
[]
irrelevance_19
Find the volume of a cone with base radius 3 cm and height 5 cm.
[{"name": "investment_calculator.calculate_return", "description": "Calculate the return of an investment after a specific duration.", "parameters": {"type": "dict", "properties": {"initial_investment": {"type": "float", "description": "The initial investment amount."}, "annual_rate": {"type": "float", "description": "...
[]
irrelevance_20
Find the duration of flight between Los Angeles and Miami.
[{"name": "currency_converter", "description": "Converts a value from one currency to another.", "parameters": {"type": "dict", "properties": {"base_currency": {"type": "string", "description": "The base currency you want to convert from."}, "target_currency": {"type": "string", "description": "The target currency you ...
[]
irrelevance_21
What's the magnetic field at a point 4m away from a wire carrying a current of 2A?
[{"name": "calculate_wave_amplitude", "description": "Calculate the amplitude of an electromagnetic wave based on its maximum electric field strength.", "parameters": {"type": "dict", "properties": {"max_electric_field_strength": {"type": "float", "description": "The maximum electric field strength of the electromagnet...
[]
irrelevance_22
What is the magnetic field at a point located at distance 'r' from a wire carrying current 'I'?
[{"name": "magnetic_field_intensity", "description": "Calculates the magnetic field intensity at a point located at a given distance from a current carrying wire", "parameters": {"type": "dict", "properties": {"current": {"type": "float", "description": "The current flowing through the wire in Amperes."}, "distance": {...
[]
irrelevance_23
What's the mass of an electron?
[{"name": "calculate_magnetic_field", "description": "Calculate the magnetic field at a certain distance from a straight wire carrying current using Ampere\u2019s Law.", "parameters": {"type": "dict", "properties": {"current": {"type": "float", "description": "The current flowing through the wire in amperes."}, "distan...
[]
irrelevance_24
What's the mass of an electron?
[{"name": "calculate_current", "description": "Calculate the electric current by giving the voltage and resistance.", "parameters": {"type": "dict", "properties": {"voltage": {"type": "float", "description": "The electric voltage in volts."}, "resistance": {"type": "float", "description": "The electrical resistance in ...
[]
irrelevance_25
What is the freezing point point of water at a pressure of 10 kPa?
[{"name": "thermodynamics.calculate_boiling_point", "description": "Calculate the boiling point of a given substance at a specific pressure.", "parameters": {"type": "dict", "properties": {"substance": {"type": "string", "description": "The substance for which to calculate the boiling point."}, "pressure": {"type": "fl...
[]
irrelevance_26
How much gas is generated from heating a 2 m³ closed chamber with air at a temperature of 25°C to 100°C?
[{"name": "thermodynamics.calc_gas_pressure", "description": "Calculate gas pressure in a closed chamber due to heating", "parameters": {"type": "dict", "properties": {"volume": {"type": "float", "description": "The volume of the chamber in cubic meters."}, "initial_temperature": {"type": "float", "description": "The i...
[]
irrelevance_27
What will be the energy needed to increase the temperature of 3 kg of water by 4 degrees Celsius?
[{"name": "calculate_heat", "description": "Calculate the heat required to raise the temperature of a substance using its specific heat.", "parameters": {"type": "dict", "properties": {"mass": {"type": "float", "description": "The mass of the substance in kilograms."}, "specific_heat": {"type": "float", "description": ...
[]
irrelevance_28
How many sides does a hexagon have?
[{"name": "calculate_boiling_point", "description": "Calculate the boiling point of a given substance at a given pressure.", "parameters": {"type": "dict", "properties": {"substance": {"type": "string", "description": "The chemical name of the substance."}, "pressure": {"type": "float", "description": "The external pre...
[]
irrelevance_29
Identify the number of the mitochondria in a cell.
[{"name": "get_cell_function", "description": "Get the information about cell functions based on its part.", "parameters": {"type": "dict", "properties": {"cell_part": {"type": "string", "description": "The part of the cell, e.g. mitochondria"}, "detail_level": {"type": "string", "enum": ["basic", "detailed"], "descrip...
[]
irrelevance_30
What's the name of a type of cell that has multiple nuclei?
[{"name": "bloodcell_classification", "description": "Identify and categorize different types of blood cells based on given attributes.", "parameters": {"type": "dict", "properties": {"cell_shape": {"type": "string", "description": "The shape of the cell, e.g. round, oval."}, "cell_size": {"type": "string", "descriptio...
[]
irrelevance_31
Find the favorite restaurant in London.
[{"name": "cell.divide", "description": "Simulate the division of a cell into two daughter cells.", "parameters": {"type": "dict", "properties": {"cell_id": {"type": "string", "description": "The unique ID of the parent cell."}, "method": {"type": "string", "description": "The method of cell division, i.e., 'mitosis' o...
[]
irrelevance_32
Identify the type of blood cells responsible for clotting.
[{"name": "cellBiology.getCellType", "description": "This function will return the type of the cell based on it's characteristics.", "parameters": {"type": "dict", "properties": {"nucleus_count": {"type": "integer", "description": "The number of nucleus in the cell."}, "organism_type": {"type": "string", "description":...
[]
irrelevance_33
Identify the genetic code sequence "ATCG".
[{"name": "identify_species", "description": "Identifies the species of an organism based on its genetic code sequence.", "parameters": {"type": "dict", "properties": {"sequence": {"type": "string", "description": "A genetic code sequence."}, "database": {"type": "string", "description": "The genetic database to refer ...
[]
irrelevance_34
What is the dominant genetic trait of a Lion?
[{"name": "genetics.get_variant_frequency", "description": "Retrieve the frequency of a gene variant in a specific population.", "parameters": {"type": "dict", "properties": {"variant_id": {"type": "string", "description": "The id of the gene variant."}, "population": {"type": "string", "description": "The population t...
[]
irrelevance_35
What is the mating process of Lions?
[{"name": "get_genetic_traits", "description": "Retrieve the dominant and recessive genetic traits for a given species.", "parameters": {"type": "dict", "properties": {"species": {"type": "string", "description": "The species to retrieve the genetic traits for."}, "dominant_trait": {"type": "string", "description": "Th...
[]
irrelevance_36
What is the frequency of gene variant rs7412 in the European population?
[{"name": "get_dominant_trait", "description": "Calculate the dominant genetic trait of an organism based on its genetic makeup.", "parameters": {"type": "dict", "properties": {"allele1": {"type": "string", "description": "The first allele of the organism."}, "allele2": {"type": "string", "description": "The second all...
[]
irrelevance_37
Find a picnic spot in Miami.
[{"name": "local_fauna", "description": "Get information about fauna in a specified region.", "parameters": {"type": "dict", "properties": {"location": {"type": "string", "description": "The region or area to find information about."}, "species_type": {"type": "string", "description": "Type of species e.g birds, mammal...
[]
irrelevance_38
Find me a documentary about global warming.
[{"name": "retrieve_scientific_paper", "description": "Fetches the details of scientific research paper based on its topic.", "parameters": {"type": "dict", "properties": {"topic": {"type": "string", "description": "Topic of the research paper"}, "year": {"type": "string", "description": "Year of publishing of the rese...
[]
irrelevance_39
How to increase the population of deer in a forest?
[{"name": "calculate_population_growth", "description": "Calculate the population growth of an animal based on the current population, birth rate and death rate.", "parameters": {"type": "dict", "properties": {"current_population": {"type": "integer", "description": "The current population of the animal."}, "birth_rate...
[]
irrelevance_40
How is the air quality in Los Angeles right now?
[{"name": "plant_biomass", "description": "Calculate the biomass of a plant species in a given area.", "parameters": {"type": "dict", "properties": {"species_name": {"type": "string", "description": "The name of the plant species."}, "area": {"type": "float", "description": "The area of the forest in square kilometers....
[]
irrelevance_41
What is the common ancestor of lion and zebra?
[{"name": "calculate_fibonacci_sequence", "description": "Calculates fibonacci sequence up to a specified limit.", "parameters": {"type": "dict", "properties": {"limit": {"type": "integer", "description": "The upper limit of the fibonacci sequence to be calculated."}, "show_sequence": {"type": "boolean", "description":...
[]
irrelevance_42
What is the evolutionary history of pandas?
[{"name": "calculate_biodiversity_index", "description": "Calculate the biodiversity index of a specific environment or biome using species richness and species evenness.", "parameters": {"type": "dict", "properties": {"species_richness": {"type": "integer", "description": "The number of different species in a specific...
[]
irrelevance_43
How can I apply Evolutionary Algorithm in game Artificial Intelligence?
[{"name": "evolve_creatures", "description": "Apply the Evolutionary Algorithm to improve the creatures in a simulation over generations.", "parameters": {"type": "dict", "properties": {"population_size": {"type": "integer", "description": "The initial size of the creature population."}, "mutation_rate": {"type": "floa...
[]
irrelevance_44
What is the gene sequence for evolutionary changes in whales?
[{"name": "gene_sequencer", "description": "Generate possible gene sequences to see evolutionary changes", "parameters": {"type": "dict", "properties": {"species": {"type": "string", "description": "The species whose gene sequence you want to create."}, "mutation_rate": {"type": "float", "description": "The rate at whi...
[]
irrelevance_45
Calculate the sine of 45 degree.
[{"name": "create_polygon", "description": "Create a polygon shape with given vertices.", "parameters": {"type": "dict", "properties": {"vertices": {"type": "array", "description": "List of vertices (x, y) to define the shape.", "items": {"type": "float"}}, "is_closed": {"type": "boolean", "description": "Whether to cl...
[]
irrelevance_46
Give me the price of a Tesla model S in India.
[{"name": "get_exchange_rate", "description": "Retrieve the current exchange rate between two currencies.", "parameters": {"type": "dict", "properties": {"base_currency": {"type": "string", "description": "The base currency."}, "target_currency": {"type": "string", "description": "The target currency."}}, "required": [...
[]
irrelevance_47
What are the ingredients for lasagna?
[{"name": "flight_schedule.get_timings", "description": "Get the departure and arrival times for flights between two airports.", "parameters": {"type": "dict", "properties": {"from_airport": {"type": "string", "description": "The code for the departure airport."}, "to_airport": {"type": "string", "description": "The co...
[]
irrelevance_48
What is the current Gini Coefficient of USA?
[{"name": "finance.fetchGDP", "description": "Fetch the GDP of the given country in the given year.", "parameters": {"type": "dict", "properties": {"country": {"type": "string", "description": "The name of the country to get the GDP of."}, "year": {"type": "integer", "description": "The year to get the GDP of."}, "form...
[]
irrelevance_49
What is the time difference between Los Angeles and Berlin?
[{"name": "get_co_ordinate", "description": "Fetch geographical coordinates of a particular location.", "parameters": {"type": "dict", "properties": {"location": {"type": "string", "description": "The city name you want coordinates for."}}, "required": ["location"]}}]
[]
irrelevance_50
Give me a selection of horror movies to watch on a Friday night.
[{"name": "convert_celsius_to_fahrenheit", "description": "Convert a temperature from Celsius to Fahrenheit.", "parameters": {"type": "dict", "properties": {"celsius": {"type": "float", "description": "The temperature in Celsius to be converted."}, "precision": {"type": "integer", "description": "The decimal precision ...
[]
irrelevance_51
Calculate the fibonacci of number 20.
[{"name": "cryptocurrency_price", "description": "Get the current price of a specific cryptocurrency.", "parameters": {"type": "dict", "properties": {"currency": {"type": "string", "description": "The symbol of the cryptocurrency."}, "vs_currency": {"type": "string", "description": "The target currency to represent the...
[]
irrelevance_52
Convert the sentence 'Hello, how are you?' from English to French.
[{"name": "compress_file", "description": "Compresses a given file into a zip archive.", "parameters": {"type": "dict", "properties": {"file_path": {"type": "string", "description": "The path of the file to compress."}, "archive_name": {"type": "string", "description": "The name of the resulting archive."}, "compressio...
[]
irrelevance_53
Who won the world series in 2018?
[{"name": "database_query.run", "description": "Run a query on a SQL database.", "parameters": {"type": "dict", "properties": {"database": {"type": "string", "description": "The name of the database."}, "query": {"type": "string", "description": "The SQL query to run."}, "connect_credentials": {"type": "dict", "propert...
[]
irrelevance_54
What is the highest grossing movie of all time?
[{"name": "movies.search", "description": "Search movies based on a set of specified criteria.", "parameters": {"type": "dict", "properties": {"title": {"type": "string", "description": "The title of the movie."}, "year": {"type": "integer", "description": "The release year of the movie."}, "genre": {"type": "string", ...
[]
irrelevance_55
Which online bookstore sells 'To Kill a Mockingbird'?
[{"name": "add_product_to_cart", "description": "This function allows users to add a product to their cart.", "parameters": {"type": "dict", "properties": {"product_id": {"type": "integer", "description": "The ID of the product"}, "quantity": {"type": "integer", "description": "The number of this product to add to the ...
[]
irrelevance_56
What is the current bitcoin price?
[{"name": "database_connect.select", "description": "Retrieve specific records from a given database and table.", "parameters": {"type": "dict", "properties": {"database_name": {"type": "string", "description": "The name of the database."}, "table_name": {"type": "string", "description": "The name of the table in the d...
[]
irrelevance_57
How to solve the quadratic equation with coefficients 2, 3 and 4?
[{"name": "genetic_algorithm.optimize", "description": "Apply the genetic algorithm to optimize a function with multiple variables.", "parameters": {"type": "dict", "properties": {"function": {"type": "string", "description": "The function to be optimized."}, "constraints": {"type": "array", "items": {"type": "string",...
[]
irrelevance_58
How much electricity will I need for my 2000 sq ft home?
[{"name": "solar_panel.calculate_need", "description": "Calculate the number of solar panels needed for a house based on the square footage and average sunlight hours.", "parameters": {"type": "dict", "properties": {"square_footage": {"type": "float", "description": "The square footage of the house."}, "average_sunligh...
[]
irrelevance_59
Calculate the power of 2 raise to 5.
[{"name": "linear_equation_solver", "description": "Solve a linear equation.", "parameters": {"type": "dict", "properties": {"equation": {"type": "string", "description": "The linear equation to solve."}, "variable": {"type": "string", "description": "The variable to solve for."}}, "required": ["equation", "variable"]}...
[]
irrelevance_60
What is the final price of a product after a 25% discount and 10% sales tax has been applied?
[{"name": "calculateFinalPrice", "description": "Calculate the final price of a product after a certain discount has been applied and then sales tax added. Price should be positive and the rates can range from 0-1", "parameters": {"type": "dict", "properties": {"price": {"type": "float", "description": "Original price ...
[]
irrelevance_61
What is the meaning of 'Hello' in French?
[{"name": "calculate_svm", "description": "Calculate the Support Vector Machine(SVM) model", "parameters": {"type": "dict", "properties": {"train_data": {"type": "string", "description": "The training data for the SVM model. Should include the class labels."}, "test_data": {"type": "string", "description": "The test da...
[]
irrelevance_62
How to build a frontend interface for my e-commerce website?
[{"name": "create_Recommender_Model", "description": "This function is used to create a recommendation model using a given user data and an algorithm type", "parameters": {"type": "dict", "properties": {"user_data": {"type": "string", "description": "A data frame of user ratings. Rows represent users, columns represent...
[]
irrelevance_63
How many heads can I get after tossing 3 coins?
[{"name": "probability_calculator", "description": "Calculate the probability of an event", "parameters": {"type": "dict", "properties": {"total_outcomes": {"type": "integer", "description": "The total number of possible outcomes."}, "event_outcomes": {"type": "integer", "description": "The number of outcomes that we a...
[]
irrelevance_64
What is the probability of getting a face card in a standard deck?
[{"name": "probability.coin_toss_heads", "description": "Calculate the probability of getting a specific number of heads after tossing a coin multiple times.", "parameters": {"type": "dict", "properties": {"coin_tosses": {"type": "integer", "description": "The number of times the coin is tossed."}, "heads_needed": {"ty...
[]
irrelevance_65
How many red marbles are there in a bag of 20, given the probability of drawing a red marble is 0.3?
[{"name": "probability.determine_population", "description": "Calculate the population based on the probability and sample size", "parameters": {"type": "dict", "properties": {"probability": {"type": "float", "description": "Probability of a certain outcome."}, "sample_size": {"type": "integer", "description": "Total n...
[]
irrelevance_66
Calculate the probability of getting a head when flipping a coin.
[{"name": "get_standard_deviation", "description": "Calculates the standard deviation of a series of numbers.", "parameters": {"type": "dict", "properties": {"data": {"type": "array", "items": {"type": "float"}, "description": "An array of numbers."}, "population": {"type": "boolean", "default": true, "description": "A...
[]
irrelevance_67
What is the mean of an experiment with 50 successful outcomes out of 500 trials, under the null hypothesis that the probability of success is 0.1?
[{"name": "hypothesis_testing.get_p_value", "description": "Performs a one-sample binomial test and returns the calculated p-value.", "parameters": {"type": "dict", "properties": {"successes": {"type": "integer", "description": "The number of successful outcomes observed in the experiment."}, "n": {"type": "integer", "...
[]
irrelevance_68
Calculate the standard deviation of the null hypothesis test with a sample mean of 98.2, standard deviation of 1.4, and sample size of 40 for a population mean of 98.6.
[{"name": "statistics.calculate_p_value", "description": "Calculate the p-value for a t-test on a single sample from a population.", "parameters": {"type": "dict", "properties": {"sample_mean": {"type": "float", "description": "The mean of the sample data."}, "population_mean": {"type": "float", "description": "The mea...
[]
irrelevance_69
Retrieve the average house price in california
[{"name": "regression_model.predict", "description": "Predict the target variable based on input features using a trained regression model.", "parameters": {"type": "dict", "properties": {"features": {"type": "array", "items": {"type": "float"}, "description": "Input features to make predictions with."}, "model": {"typ...
[]
irrelevance_70
Calculate the compounded interest for a principal amount of $10000, with a annual interest rate of 5% for a period of 3 years.
[{"name": "calculate_mortgage_payment", "description": "Calculate the monthly mortgage payment given the loan amount, loan term and annual interest rate.", "parameters": {"type": "dict", "properties": {"loan_amount": {"type": "float", "description": "The loan amount in USD."}, "loan_term": {"type": "integer", "descript...
[]
irrelevance_71
Calculate the profit margin of a company with revenue of $200,000 and expenses of $150,000.
[{"name": "calculate_ROI", "description": "Calculate the Return on Investment (ROI) for a given investment amount and net profit.", "parameters": {"type": "dict", "properties": {"investment_amount": {"type": "float", "description": "The initial amount of money invested."}, "net_profit": {"type": "float", "description":...
[]
irrelevance_72
What is the external rate of return for a project with cash flows of -$100, $40, $60, $80, $120?
[{"name": "calculate_internal_rate_of_return", "description": "Calculate the internal rate of return for a project given its cash flows.", "parameters": {"type": "dict", "properties": {"cash_flows": {"type": "array", "items": {"type": "float"}, "description": "The cash flows for the project. Cash outflows should be rep...
[]
irrelevance_73
What is the loss projection for company XYZ for next year?
[{"name": "finance.predict_revenue", "description": "Predict the revenue of a company for a specific period based on historical data and industry trends.", "parameters": {"type": "dict", "properties": {"company_name": {"type": "string", "description": "The name of the company."}, "period": {"type": "string", "descripti...
[]
irrelevance_74
What is the rate of return for a business with $15000 total revenue and $22000 total cost.
[{"name": "investment_analysis.calculate_profit", "description": "Calculates the net profit given the total revenue and total cost", "parameters": {"type": "dict", "properties": {"total_revenue": {"type": "float", "description": "The total revenue for the business."}, "total_cost": {"type": "float", "description": "The...
[]
irrelevance_75
How many kilograms are in a pound?
[{"name": "portfolio.returns", "description": "Calculate the return on investment based on initial investment, ending value and the period", "parameters": {"type": "dict", "properties": {"initial_investment": {"type": "float", "description": "The initial amount invested or loaned"}, "ending_value": {"type": "float", "d...
[]
irrelevance_76
How do I get the latests news in sports.
[{"name": "investment_trend_analysis", "description": "Analyze the trend of a user's investment portfolio based on its history data.", "parameters": {"type": "dict", "properties": {"investment_data": {"type": "string", "description": "The historical data of the user's investment portfolio."}, "time_interval": {"type": ...
[]
irrelevance_77
Can you list some horror movies I can watch?
[{"name": "calculate_investment_value", "description": "Calculate the future value of an investment given the principal, interest rate and term.", "parameters": {"type": "dict", "properties": {"principal": {"type": "float", "description": "The initial amount of the investment."}, "interest_rate": {"type": "float", "des...
[]
irrelevance_78
What is the gold price today in USA?
[{"name": "calculate_Bond_Price", "description": "Calculate the bond price given the face value, coupon rate, required rate of return, and maturity period.", "parameters": {"type": "dict", "properties": {"Face_Value": {"type": "float", "description": "The face value of the bond."}, "Coupon_rate": {"type": "float", "des...
[]
irrelevance_79
What is the best player in soccer today?
[{"name": "stock_market_prediction", "description": "Predict the future value of stocks based on historical data.", "parameters": {"type": "dict", "properties": {"stock_name": {"type": "string", "description": "The name of the stock."}, "days": {"type": "integer", "description": "Number of future days for the forecast....
[]
irrelevance_80
Who won the FIFA World Cup 2010?
[{"name": "stock_ticker", "description": "Retrieves the latest stock ticker information for a specified company.", "parameters": {"type": "dict", "properties": {"company_name": {"type": "string", "description": "The name of the company for which the stock ticker information should be retrieved."}, "ticker_symbol": {"ty...
[]
irrelevance_81
Can you list some horror movies I can watch?
[{"name": "get_stock_prices", "description": "Fetches the historical prices of a specified stock", "parameters": {"type": "dict", "properties": {"ticker_symbol": {"type": "string", "description": "The symbol representing the stock."}, "start_date": {"type": "string", "description": "The starting date from which to retr...
[]
irrelevance_82
Retrieve me some stock news
[{"name": "calculate_capital_gains", "description": "Calculate the capital gains or losses based on purchase price, sale price, and number of shares.", "parameters": {"type": "dict", "properties": {"purchase_price": {"type": "float", "description": "The price at which the shares were bought."}, "sale_price": {"type": "...
[]
irrelevance_83
What's the current interest rate
[{"name": "calculate_mortgage_payment", "description": "Calculate the monthly mortgage payment given the loan amount, annual interest rate, and number of years.", "parameters": {"type": "dict", "properties": {"loan_amount": {"type": "float", "description": "The loan amount."}, "annual_rate": {"type": "float", "descript...
[]
irrelevance_84
Who won the basketball game between Lakers and Celtics yesterday?
[{"name": "get_stock_data", "description": "Retrieve the current stock price for a specific company.", "parameters": {"type": "dict", "properties": {"company_name": {"type": "string", "description": "The company for which to retrieve the stock price."}, "date": {"type": "string", "description": "The date for which to r...
[]
irrelevance_85
Who won the presidential election in 2020?
[{"name": "criminal_case_details.get", "description": "Retrieve the details of a specific criminal case.", "parameters": {"type": "dict", "properties": {"case_number": {"type": "string", "description": "The official number of the case in the judiciary system."}, "court_id": {"type": "string", "description": "The ID of ...
[]
irrelevance_86
What's the penalty for burglary in California?
[{"name": "law_info.get_penalty", "description": "Retrieves penalty information based on the criminal act and state.", "parameters": {"type": "dict", "properties": {"crime": {"type": "string", "description": "The criminal act that was committed."}, "state": {"type": "string", "description": "The state where the crimina...
[]
irrelevance_87
Who is the Governor of California?
[{"name": "legal_case.file", "description": "File a new case in a specific court.", "parameters": {"type": "dict", "properties": {"court": {"type": "string", "description": "The name of the court."}, "case_type": {"type": "string", "description": "The type of case being filed."}, "documents": {"type": "array", "items":...
[]
irrelevance_88
What are the best Crime-Thriller movies of 2020?
[{"name": "detect_forgery", "description": "Detect if the given set of documents are forged or not", "parameters": {"type": "dict", "properties": {"documents": {"type": "array", "items": {"type": "string"}, "description": "Array of document paths on the disk."}, "machine_learning_model": {"type": "string", "description...
[]
irrelevance_89
What are my rights as a tenant in the state of Texas?
[{"name": "generate_contract", "description": "Generate a specific type of legal contract based on provided details.", "parameters": {"type": "dict", "properties": {"contract_type": {"type": "string", "description": "The type of contract to generate."}, "parties": {"type": "array", "items": {"type": "string"}, "descrip...
[]
irrelevance_90
What are the components of Civil Law?
[{"name": "file_complaint", "description": "File a complaint for noise to the local council in a specified city.", "parameters": {"type": "dict", "properties": {"complaint_type": {"type": "string", "description": "The type of complaint, such as noise, litter, etc."}, "location": {"type": "string", "description": "The c...
[]
irrelevance_91
Can I report noise complaint to my local council in city of Atlanta?
[{"name": "get_law_categories", "description": "Retrieves the list of categories within a specified type of law.", "parameters": {"type": "dict", "properties": {"law_type": {"type": "string", "description": "The type of law to be searched."}, "country": {"type": "string", "description": "The country where the law is ap...
[]
irrelevance_92
I need a security guard, where can I find the most popular one in New York?
[{"name": "search_lawyer", "description": "Find a list of lawyers in a specific area, sorted by the number of cases they have won.", "parameters": {"type": "dict", "properties": {"area": {"type": "string", "description": "The city and state where you need a lawyer."}, "specialization": {"type": "string", "description":...
[]
irrelevance_93
What's the judgement in case XYZ?
[{"name": "law_firm.get_impactful_cases", "description": "Retrieve impactful cases handled by a specific law firm within a given year.", "parameters": {"type": "dict", "properties": {"firm_name": {"type": "string", "description": "Name of the law firm."}, "year": {"type": "integer", "description": "The year for which t...
[]
irrelevance_94
What were the most impactful cases handled by law firm ABC in the year 2020?
[{"name": "case_info.get", "description": "Retrieve case details including the judgement from a case id.", "parameters": {"type": "dict", "properties": {"case_id": {"type": "string", "description": "The unique id for the case."}, "case_year": {"type": "string", "description": "The year when the case was conducted."}, "...
[]
irrelevance_95
Who is the laywer for the Doe vs. Smith law case?
[{"name": "case_review.retrieve_case_outcome", "description": "Retrieve the outcome of a specific law case.", "parameters": {"type": "dict", "properties": {"case_name": {"type": "string", "description": "The full case name (including vs.)."}, "case_year": {"type": "integer", "description": "The year the case was tried....
[]
irrelevance_96
how long will it take to paint the Eiffel Tower?
[{"name": "get_case_result", "description": "Retrieve the result of a specific law case based on the year and name of the case.", "parameters": {"type": "dict", "properties": {"case_year": {"type": "integer", "description": "The year when the law case was established."}, "case_name": {"type": "string", "description": "...
[]
irrelevance_97
Can you recommend a good Chinese restaurant in New York?
[{"name": "file_lawsuit", "description": "File a lawsuit against a party.", "parameters": {"type": "dict", "properties": {"defendant": {"type": "string", "description": "The party being sued."}, "plaintiff": {"type": "string", "description": "The party filing the lawsuit."}, "jurisdiction": {"type": "string", "descript...
[]
irrelevance_98
How long will it take to paint the Eiffel Tower?
[{"name": "lawsuit.settlement_estimate", "description": "Calculate an estimated lawsuit settlement amount based on inputs.", "parameters": {"type": "dict", "properties": {"damage_amount": {"type": "float", "description": "Amount of damages in USD."}, "incident_type": {"type": "string", "description": "Type of incident ...
[]
irrelevance_99
Find out about traffic laws in Texas.
[{"name": "lawsuit_search", "description": "Search for lawsuits related to a particular subject matter in a certain location.", "parameters": {"type": "dict", "properties": {"location": {"type": "string", "description": "The location to perform the search in."}, "subject": {"type": "string", "description": "The subject...
[]
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
182