@ai-sdk-tool/eval 1.0.0-canary.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,400 @@
1
+ {"id": "simple_python_0", "ground_truth": [{"calculate_triangle_area": {"base": [10], "height": [5], "unit": ["units", ""]}}]}
2
+ {"id": "simple_python_1", "ground_truth": [{"math.factorial": {"number": [5]}}]}
3
+ {"id": "simple_python_2", "ground_truth": [{"math.hypot": {"x": [4], "y": [5], "z": ["", 0]}}]}
4
+ {"id": "simple_python_3", "ground_truth": [{"algebra.quadratic_roots": {"a": [1], "b": [-3], "c": [2]}}]}
5
+ {"id": "simple_python_4", "ground_truth": [{"solve_quadratic_equation": {"a": [2], "b": [6], "c": [5]}}]}
6
+ {"id": "simple_python_5", "ground_truth": [{"solve_quadratic": {"a": [3], "b": [-11], "c": [-4], "root_type": ["all"]}}]}
7
+ {"id": "simple_python_6", "ground_truth": [{"solve_quadratic": {"a": [2], "b": [5], "c": [3]}}]}
8
+ {"id": "simple_python_7", "ground_truth": [{"calculate_circumference": {"radius": [4], "unit": ["inches", "in"]}}]}
9
+ {"id": "simple_python_8", "ground_truth": [{"geometry.area_circle": {"radius": [10], "units": ["meters", ""]}}]}
10
+ {"id": "simple_python_9", "ground_truth": [{"geometry.calculate_area_circle": {"radius": [5], "unit": ["units", ""]}}]}
11
+ {"id": "simple_python_10", "ground_truth": [{"calculate_area": {"base": [6], "height": [10], "unit": ["cm", ""]}}]}
12
+ {"id": "simple_python_11", "ground_truth": [{"calculate_triangle_area": {"base": [10], "height": [5]}}]}
13
+ {"id": "simple_python_12", "ground_truth": [{"geometry.circumference": {"radius": [3], "units": ["cm", ""]}}]}
14
+ {"id": "simple_python_13", "ground_truth": [{"calculate_area_under_curve": {"function": ["x**2", "lambda x: x**2", "y=x**2"], "interval": [[1.0, 3.0]], "method": ["", "trapezoidal"]}}]}
15
+ {"id": "simple_python_14", "ground_truth": [{"calculate_derivative": {"function": ["3x**2 + 2x - 1", "lambda x: 3x**2 + 2x - 1"], "x_value": ["", 0.0]}}]}
16
+ {"id": "simple_python_15", "ground_truth": [{"integrate": {"function": ["x**3", "lambda x: x**3"], "start_x": [-2], "end_x": [3], "method": ["simpson"]}}]}
17
+ {"id": "simple_python_16", "ground_truth": [{"calculus.derivative": {"function": ["2x**2", "lambda x: 2x**2"], "value": [1], "function_variable": ["x", ""]}}]}
18
+ {"id": "simple_python_17", "ground_truth": [{"get_prime_factors": {"number": [450], "formatted": [true, ""]}}]}
19
+ {"id": "simple_python_18", "ground_truth": [{"number_analysis.prime_factors": {"number": [123456]}}]}
20
+ {"id": "simple_python_19", "ground_truth": [{"math.gcd": {"num1": [40], "num2": [50]}}]}
21
+ {"id": "simple_python_20", "ground_truth": [{"math.hcf": {"number1": [36], "number2": [24]}}]}
22
+ {"id": "simple_python_21", "ground_truth": [{"number_theory.gcd": {"number1": [36], "number2": [48]}}]}
23
+ {"id": "simple_python_22", "ground_truth": [{"math.gcd": {"num1": [12], "num2": [15]}}]}
24
+ {"id": "simple_python_23", "ground_truth": [{"prime_factorize": {"number": [60], "return_type": ["dictionary"]}}]}
25
+ {"id": "simple_python_24", "ground_truth": [{"math.gcd": {"num1": [12], "num2": [18]}}]}
26
+ {"id": "simple_python_25", "ground_truth": [{"calculate_final_velocity": {"height": [150], "initial_velocity": [0, ""], "gravity": [9.81, ""]}}]}
27
+ {"id": "simple_python_26", "ground_truth": [{"calculate_velocity": {"distance": [50], "duration": [2], "unit": ["", "km/h"]}}]}
28
+ {"id": "simple_python_27", "ground_truth": [{"final_velocity": {"initial_velocity": [10], "acceleration": [2], "time": [5]}}]}
29
+ {"id": "simple_python_28", "ground_truth": [{"calculate_displacement": {"initial_velocity": [10], "time": [5], "acceleration": [9.8]}}]}
30
+ {"id": "simple_python_29", "ground_truth": [{"calculate_final_speed": {"initial_speed": [0, ""], "time": [5], "gravity": [-9.81, ""]}}]}
31
+ {"id": "simple_python_30", "ground_truth": [{"kinematics.final_velocity_from_distance": {"acceleration": [4], "distance": [300], "initial_velocity": ["", 0.0]}}]}
32
+ {"id": "simple_python_31", "ground_truth": [{"calculate_final_velocity": {"initial_velocity": [0], "acceleration": [9.8], "time": [5]}}]}
33
+ {"id": "simple_python_32", "ground_truth": [{"calculate_final_speed": {"initial_velocity": [0], "height": [100], "gravity": [9.8, ""]}}]}
34
+ {"id": "simple_python_33", "ground_truth": [{"get_directions": {"start_location": ["Sydney"], "end_location": ["Melbourne"], "route_type": ["fastest", ""]}}]}
35
+ {"id": "simple_python_34", "ground_truth": [{"travel_itinerary_generator": {"destination": ["Tokyo"], "days": [7], "daily_budget": [100], "exploration_type": ["nature"]}}]}
36
+ {"id": "simple_python_35", "ground_truth": [{"vegan_restaurant.find_nearby": {"location": ["New York, NY"], "operating_hours": [23]}}]}
37
+ {"id": "simple_python_36", "ground_truth": [{"get_shortest_driving_distance": {"origin": ["New York City"], "destination": ["Washington D.C."], "unit": ["km", ""]}}]}
38
+ {"id": "simple_python_37", "ground_truth": [{"route.estimate_time": {"start_location": ["San Francisco"], "end_location": ["Los Angeles"], "stops": [["Santa Barbara", "Monterey"], ["Monterey", "Santa Barbara"]]}}]}
39
+ {"id": "simple_python_38", "ground_truth": [{"calculate_electrostatic_potential": {"charge1": [1e-09], "charge2": [2e-09], "distance": [0.05], "constant": ["", 8990000000.0]}}]}
40
+ {"id": "simple_python_39", "ground_truth": [{"calculate_electric_field": {"charge": [2], "distance": [3], "permitivity": ["", 8.854e-12]}}]}
41
+ {"id": "simple_python_40", "ground_truth": [{"calculate_magnetic_field": {"current": [5], "radius": [4], "permeability": ["", 125700000000.0]}}]}
42
+ {"id": "simple_python_41", "ground_truth": [{"electromagnetic_force": {"charge1": [5], "charge2": [7], "distance": [3], "medium_permittivity": ["", 8.854e-12]}}]}
43
+ {"id": "simple_python_42", "ground_truth": [{"calculate_resonant_frequency": {"inductance": [0.05], "capacitance": [0.0001], "round_off": ["", 2]}}]}
44
+ {"id": "simple_python_43", "ground_truth": [{"calculate_magnetic_field_strength": {"current": [20], "distance": [10], "permeability": ["", 1.257e-06]}}]}
45
+ {"id": "simple_python_44", "ground_truth": [{"calculate_electric_field_strength": {"charge": [0.01], "distance": [4], "medium": ["", "vacuum"]}}]}
46
+ {"id": "simple_python_45", "ground_truth": [{"thermo.calculate_energy": {"mass": [100], "phase_transition": ["vaporization"], "substance": ["water", ""]}}]}
47
+ {"id": "simple_python_46", "ground_truth": [{"calculate_final_temperature": {"mass1": [20], "temperature1": [30], "mass2": [15], "temperature2": [60], "specific_heat_capacity": ["", 4.2]}}]}
48
+ {"id": "simple_python_47", "ground_truth": [{"get_boiling_melting_points": {"substance": ["water"], "sea_level": [5000]}}]}
49
+ {"id": "simple_python_48", "ground_truth": [{"calculate_density": {"mass": [45], "volume": [15], "unit": ["", "kg/m\u00b3"]}}]}
50
+ {"id": "simple_python_49", "ground_truth": [{"calc_absolute_pressure": {"atm_pressure": [1], "gauge_pressure": [2]}}]}
51
+ {"id": "simple_python_50", "ground_truth": [{"entropy_change.calculate": {"substance": ["ice"], "mass": [1], "initial_temperature": [0], "final_temperature": [100], "pressure": ["", 1]}}]}
52
+ {"id": "simple_python_51", "ground_truth": [{"calculate_entropy_change": {"initial_temp": [300], "final_temp": [400], "heat_capacity": [5], "isothermal": ["", true]}}]}
53
+ {"id": "simple_python_52", "ground_truth": [{"calc_heat_capacity": {"temp": [298], "volume": [10], "gas": ["air", ""]}}]}
54
+ {"id": "simple_python_53", "ground_truth": [{"fetch_DNA_sequence": {"DNA_id": ["DNA123"], "format": ["", "fasta"], "upstream": ["", 0]}}]}
55
+ {"id": "simple_python_54", "ground_truth": [{"get_protein_sequence": {"gene": ["BRCA1"], "species": ["Homo sapiens", ""]}}]}
56
+ {"id": "simple_python_55", "ground_truth": [{"biology.get_cell_info": {"cell_type": ["human"], "detailed": [true]}}]}
57
+ {"id": "simple_python_56", "ground_truth": [{"cellbio.get_proteins": {"cell_compartment": ["plasma membrane"], "include_description": ["", true, false]}}]}
58
+ {"id": "simple_python_57", "ground_truth": [{"calculate_cell_density": {"optical_density": [0.6], "dilution": [5], "calibration_factor": [1000000000.0, ""]}}]}
59
+ {"id": "simple_python_58", "ground_truth": [{"cell_biology.function_lookup": {"molecule": ["ATP synthase"], "organelle": ["mitochondria"], "specific_function": [true]}}]}
60
+ {"id": "simple_python_59", "ground_truth": [{"calculate_molecular_weight": {"compound": ["C6H12O6"], "to_unit": ["grams/mole", "g/mol"]}}]}
61
+ {"id": "simple_python_60", "ground_truth": [{"mutation_type.find": {"snp_id": ["rs6034464"], "species": ["Homo sapiens", ""]}}]}
62
+ {"id": "simple_python_61", "ground_truth": [{"diabetes_prediction": {"weight": [150], "height": [70], "activity_level": ["lightly active"]}}]}
63
+ {"id": "simple_python_62", "ground_truth": [{"analyze_dna_sequence": {"sequence": ["AGTCGATCGAACGTACGTACG"], "reference_sequence": ["AGTCCATCGAACGTACGTACG"], "mutation_type": ["substitution", ""]}}]}
64
+ {"id": "simple_python_63", "ground_truth": [{"genetics.calculate_similarity": {"species1": ["Human", "human"], "species2": ["Chimp", "chimp", "Chimpanzee", "chimpanzee"], "format": ["percentage", ""]}}]}
65
+ {"id": "simple_python_64", "ground_truth": [{"calculate_genotype_frequency": {"allele_frequency": [0.3], "genotype": ["AA"]}}]}
66
+ {"id": "simple_python_65", "ground_truth": [{"calculate_density": {"country": ["Brazil"], "year": ["2022"], "population": [213000000], "land_area": [8500000]}}]}
67
+ {"id": "simple_python_66", "ground_truth": [{"ecology_data.precipitation_stats": {"location": ["Amazon rainforest"], "time_frame": ["six_months"]}}]}
68
+ {"id": "simple_python_67", "ground_truth": [{"identify_bird": {"color": ["green"], "habitat": ["forest"], "size": ["small"]}}]}
69
+ {"id": "simple_python_68", "ground_truth": [{"forest_growth_forecast": {"location": ["Yellowstone National Park"], "years": [5], "include_human_impact": [true]}}]}
70
+ {"id": "simple_python_69", "ground_truth": [{"ecology.get_turtle_population": {"location": ["Mississippi river"], "year": [2020], "species": [true]}}]}
71
+ {"id": "simple_python_70", "ground_truth": [{"calculate_vehicle_emission": {"vehicle_type": ["gas"], "miles_driven": [1500], "emission_factor": ["", 355.48]}}]}
72
+ {"id": "simple_python_71", "ground_truth": [{"generate_DNA_sequence": {"length": [100], "preferences": [["G", "C"], ["C", "G"]]}}]}
73
+ {"id": "simple_python_72", "ground_truth": [{"calculate_fitness": {"trait_values": [[0.8, 0.7]], "trait_contributions": [[0.4, 0.6]]}}]}
74
+ {"id": "simple_python_73", "ground_truth": [{"population_projections": {"country": ["United States", "USA"], "years": [20], "growth_rate": ["", 1.2]}}]}
75
+ {"id": "simple_python_74", "ground_truth": [{"calculate_bacteria_evolution_rate": {"start_population": [5000], "duplication_frequency": [1], "duration": [6], "generation_time": [20, ""]}}]}
76
+ {"id": "simple_python_75", "ground_truth": [{"elephant_population_estimate": {"current_population": [35000], "growth_rate": [0.015], "years": [5]}}]}
77
+ {"id": "simple_python_76", "ground_truth": [{"prediction.evolution": {"species": ["Homo Sapiens", "homo sapiens", "Homo sapiens"], "years": [50], "model": ["Darwin"]}}]}
78
+ {"id": "simple_python_77", "ground_truth": [{"restaurant.find_nearby": {"location": ["Los Angeles, CA"], "dietary_preference": [["Vegan"]]}}]}
79
+ {"id": "simple_python_78", "ground_truth": [{"average_temperature": {"location": ["Austin"], "days": [3], "temp_unit": ["Celsius"]}}]}
80
+ {"id": "simple_python_79", "ground_truth": [{"create_histogram": {"data": [[85, 90, 88, 92, 86, 89, 91]], "bins": [5]}}]}
81
+ {"id": "simple_python_80", "ground_truth": [{"find_restaurants": {"location": ["Manhattan, New York City", "Manhattan", "Manhattan, New York", "Manhattan, NY", "Manhattan, NYC"], "food_type": ["Thai"], "number": [5], "dietary_requirements": [["vegan"], ["Vegan"]]}}]}
82
+ {"id": "simple_python_81", "ground_truth": [{"map_routing.fastest_route": {"start_location": ["San Francisco", "SF"], "end_location": ["Los Angeles", "LA"], "avoid_tolls": [true]}}]}
83
+ {"id": "simple_python_82", "ground_truth": [{"calculate_average": {"numbers": [[12.0, 15.0, 18.0, 20.0, 21.0, 26.0, 30.0]]}}]}
84
+ {"id": "simple_python_83", "ground_truth": [{"calculate_distance": {"coord1": [[33.4484, -112.074]], "coord2": [[34.0522, -118.2437]], "unit": ["miles"]}}]}
85
+ {"id": "simple_python_84", "ground_truth": [{"calculate_bmi": {"weight": [85], "height": [180], "unit": ["metric", ""]}}]}
86
+ {"id": "simple_python_85", "ground_truth": [{"geo_distance.calculate": {"start_location": ["Boston, MA"], "end_location": ["Washington, D.C."], "units": ["miles", ""]}}]}
87
+ {"id": "simple_python_86", "ground_truth": [{"city_distance.find_shortest": {"start_city": ["New York"], "end_city": ["Los Angeles"], "transportation": ["train"], "allow_transfer": [true]}}]}
88
+ {"id": "simple_python_87", "ground_truth": [{"array_sort": {"list": [[5.0, 3.0, 4.0, 1.0, 2.0]], "order": ["ascending"]}}]}
89
+ {"id": "simple_python_88", "ground_truth": [{"calculate_BMI": {"weight_kg": [70], "height_m": [1.75]}}]}
90
+ {"id": "simple_python_89", "ground_truth": [{"db_fetch_records": {"database_name": ["StudentDB"], "table_name": ["students"], "conditions": [{"department": ["Science"], "school": ["Bluebird High School", "Bluebird HS"]}], "fetch_limit": ["", 0]}}]}
91
+ {"id": "simple_python_90", "ground_truth": [{"employee.fetch_data": {"company_name": ["ABC Ltd."], "employee_id": [345], "data_field": [["Personal Info", "Job History"]]}}]}
92
+ {"id": "simple_python_91", "ground_truth": [{"get_restaurant": {"cuisine": ["sushi"], "location": ["Boston"], "condition": ["open on Sundays", "opens on Sundays"]}}]}
93
+ {"id": "simple_python_92", "ground_truth": [{"imdb.find_movies_by_actor": {"actor_name": ["Leonardo DiCaprio"], "year": [2010], "category": ["", "all"]}}]}
94
+ {"id": "simple_python_93", "ground_truth": [{"get_theater_movie_releases": {"location": ["LA"], "timeframe": [7], "format": ["IMAX"]}}]}
95
+ {"id": "simple_python_94", "ground_truth": [{"update_user_info": {"user_id": [43523], "update_info": [{"name": ["John Doe"], "email": ["johndoe@email.com"]}], "database": ["CustomerInfo", ""]}}]}
96
+ {"id": "simple_python_95", "ground_truth": [{"calc_area_triangle": {"base": [5], "height": [3]}}]}
97
+ {"id": "simple_python_96", "ground_truth": [{"database.query": {"table": ["user"], "conditions": [[{"field": ["age"], "operation": [">"], "value": ["25"]}, {"field": ["job"], "operation": ["="], "value": ["engineer"]}]]}}]}
98
+ {"id": "simple_python_97", "ground_truth": [{"math.factorial": {"number": [5]}}]}
99
+ {"id": "simple_python_98", "ground_truth": [{"calculate_clock_angle": {"hours": [6], "minutes": [30], "round_to": ["", 2]}}]}
100
+ {"id": "simple_python_99", "ground_truth": [{"plot_sine_wave": {"start_range": [0.0], "end_range": [6.2832], "frequency": [5], "amplitude": [1, ""], "phase_shift": [0, ""]}}]}
101
+ {"id": "simple_python_100", "ground_truth": [{"light_travel_time": {"distance_in_light_years": [4], "speed_of_light": [299792458, ""]}}]}
102
+ {"id": "simple_python_101", "ground_truth": [{"calculate_speed": {"distance": [450], "time": [20], "to_unit": ["km/h"]}}]}
103
+ {"id": "simple_python_102", "ground_truth": [{"calculate_distance": {"body1": ["Earth"], "body2": ["Moon"], "unit": ["mi", "miles", "mile"]}}]}
104
+ {"id": "simple_python_103", "ground_truth": [{"mathematics.calculate_area_under_curve": {"polynomial": [[3.0, 2.0, -4.0]], "limits": [[-1.0, 2.0]]}}]}
105
+ {"id": "simple_python_104", "ground_truth": [{"geometry.area_triangle": {"base": [6], "height": [10], "unit": ["", "square meters"]}}]}
106
+ {"id": "simple_python_105", "ground_truth": [{"math.power": {"base": [3], "exponent": [4], "mod": ["", 1]}}]}
107
+ {"id": "simple_python_106", "ground_truth": [{"train_random_forest_classifier": {"dataset": ["your_dataset_name"], "max_depth": [5], "n_estimators": [100]}}]}
108
+ {"id": "simple_python_107", "ground_truth": [{"calculate_bmi": {"weight": [70], "height": [175], "system": ["metric", ""]}}]}
109
+ {"id": "simple_python_108", "ground_truth": [{"run_linear_regression": {"predictors": [["Age", "Income", "Education"]], "target": ["Purchase_Amount"], "standardize": [true]}}]}
110
+ {"id": "simple_python_109", "ground_truth": [{"random_forest.train": {"n_estimators": [100], "max_depth": [5], "data": ["my_data"]}}]}
111
+ {"id": "simple_python_110", "ground_truth": [{"predict_house_price": {"bedrooms": [3], "bathrooms": [2], "area": [1800], "location": ["San Francisco", "San Francisco, CA"]}}]}
112
+ {"id": "simple_python_111", "ground_truth": [{"random.normalvariate": {"mu": [0], "sigma": [1]}}]}
113
+ {"id": "simple_python_112", "ground_truth": [{"calculate_probability": {"total_outcomes": [52], "favorable_outcomes": [4], "round_to": ["", 2]}}]}
114
+ {"id": "simple_python_113", "ground_truth": [{"probability.dice_roll": {"desired_number": [6], "number_of_rolls": [2], "die_sides": [6, ""]}}]}
115
+ {"id": "simple_python_114", "ground_truth": [{"prob_dist.binomial": {"trials": [10], "successes": [5], "p": [0.5, ""]}}]}
116
+ {"id": "simple_python_115", "ground_truth": [{"calculate_binomial_probability": {"number_of_trials": [8], "number_of_successes": [5], "probability_of_success": ["", 0.5]}}]}
117
+ {"id": "simple_python_116", "ground_truth": [{"probabilities.calculate_single": {"total_outcomes": [52], "event_outcomes": [4], "round": [2, ""]}}]}
118
+ {"id": "simple_python_117", "ground_truth": [{"probability_of_event": {"success_outcomes": [13], "total_outcomes": [52], "format_as_ratio": [true]}}]}
119
+ {"id": "simple_python_118", "ground_truth": [{"stats.t_test": {"array_1": [[10, 15, 12, 14, 11]], "array_2": [[18, 16, 17, 20, 22]], "alpha": [0.05]}}]}
120
+ {"id": "simple_python_119", "ground_truth": [{"hypothesis_testing.ttest_ind": {"sample1": [[22, 33, 42, 12, 34]], "sample2": [[23, 45, 44, 14, 38]], "significance_level": [0.05]}}]}
121
+ {"id": "simple_python_120", "ground_truth": [{"run_two_sample_ttest": {"group1": [[3, 4, 5, 6, 4]], "group2": [[7, 8, 9, 8, 7]], "equal_variance": [true]}}]}
122
+ {"id": "simple_python_121", "ground_truth": [{"calc_binomial_prob": {"num_trials": [100], "num_success": [60], "prob_success": [0.5]}}]}
123
+ {"id": "simple_python_122", "ground_truth": [{"chi_squared_test": {"table": [[[10, 20], [30, 40]]], "alpha": [0.05, ""]}}]}
124
+ {"id": "simple_python_123", "ground_truth": [{"hypothesis_testing.two_sample_t_test": {"group1": [[12.4, 15.6, 11.2, 18.9]], "group2": [[10.5, 9.8, 15.2, 13.8]], "alpha": [0.05, ""]}}]}
125
+ {"id": "simple_python_124", "ground_truth": [{"t_test": {"dataset_A": [[12, 24, 36]], "dataset_B": [[15, 30, 45]], "alpha": [0.05, ""]}}]}
126
+ {"id": "simple_python_125", "ground_truth": [{"predict_house_price": {"area": [2500], "rooms": [5], "year": [1990], "location": ["San Francisco", "SF"]}}]}
127
+ {"id": "simple_python_126", "ground_truth": [{"linear_regression.get_r_squared": {"dataset_path": ["C:/data/cars.csv"], "independent_variables": [["engine_size", "fuel_economy"]], "dependent_variable": ["car_price"]}}]}
128
+ {"id": "simple_python_127", "ground_truth": [{"calculate_NPV": {"cash_flows": [[200, 300, 400, 500]], "discount_rate": [0.1], "initial_investment": [2000]}}]}
129
+ {"id": "simple_python_128", "ground_truth": [{"finance.calculate_quarterly_dividend_per_share": {"total_payout": [50000000], "outstanding_shares": [100000000]}}]}
130
+ {"id": "simple_python_129", "ground_truth": [{"calculate_discounted_cash_flow": {"coupon_payment": [100], "period": [5], "discount_rate": [0.04], "face_value": ["", 1000]}}]}
131
+ {"id": "simple_python_130", "ground_truth": [{"finance_calculator.npv": {"cash_flows": [[-50000, 10000, 15000, 20000, 25000, 30000]], "discount_rate": [0.08], "years": ["", []]}}]}
132
+ {"id": "simple_python_131", "ground_truth": [{"calculate_compound_interest": {"principal": [10000], "rate": [0.05], "time": [10], "n": [4]}}]}
133
+ {"id": "simple_python_132", "ground_truth": [{"calculate_return_on_equity": {"net_income": [2000000], "shareholder_equity": [10000000], "dividends_paid": [200000]}}]}
134
+ {"id": "simple_python_133", "ground_truth": [{"finance.predict_future_value": {"present_value": [5000], "annual_interest_rate": [0.05], "compounding_periods_per_year": [12], "time_years": [3]}}]}
135
+ {"id": "simple_python_134", "ground_truth": [{"investment.predictProfit": {"investment_amount": [5000], "annual_return": [0.07], "years": [5]}}]}
136
+ {"id": "simple_python_135", "ground_truth": [{"calculate_return_on_investment": {"purchase_price": [20], "sale_price": [25], "dividend": [2]}}]}
137
+ {"id": "simple_python_136", "ground_truth": [{"compound_interest": {"principal": [10000], "annual_rate": [5.0], "compounding_freq": ["monthly"], "time_in_years": [5]}}]}
138
+ {"id": "simple_python_137", "ground_truth": [{"calculate_stock_return": {"investment_amount": [5000], "annual_growth_rate": [0.06], "holding_period": [5], "dividends": ["", false]}}]}
139
+ {"id": "simple_python_138", "ground_truth": [{"portfolio_future_value": {"stock": ["X"], "invested_amount": [5000], "expected_annual_return": [0.05], "years": [7]}}]}
140
+ {"id": "simple_python_139", "ground_truth": [{"estimate_mutual_fund_return": {"yearly_yield": [5.0], "investment_amount": [2000], "years": [3]}}]}
141
+ {"id": "simple_python_140", "ground_truth": [{"calculate_cagr": {"initial_value": [2000], "final_value": [3000], "period_in_years": [4]}}]}
142
+ {"id": "simple_python_141", "ground_truth": [{"get_metal_price": {"metal": ["Gold", "gold"], "measure": ["ounce"]}}]}
143
+ {"id": "simple_python_142", "ground_truth": [{"get_stock_price": {"company_name": ["Amazon", "AMZN"], "date": ["2022-03-11"], "exchange": ["NASDAQ", ""]}}]}
144
+ {"id": "simple_python_143", "ground_truth": [{"get_stock_price": {"company": ["AAPL"], "days": [5], "exchange": ["NASDAQ", ""]}}]}
145
+ {"id": "simple_python_144", "ground_truth": [{"market_performance.get_data": {"indexes": [["S&P 500", "Dow Jones"]], "days": [5], "detailed": ["", true, false]}}]}
146
+ {"id": "simple_python_145", "ground_truth": [{"calculate_compounded_interest": {"principal": [5000], "interest_rate": [0.05], "period": [10], "compounding_frequency": ["Annually", ""]}}]}
147
+ {"id": "simple_python_146", "ground_truth": [{"stock_price": {"company": ["Amazon", "AMZN"], "days": [3], "data_type": ["Close", ""]}}]}
148
+ {"id": "simple_python_147", "ground_truth": [{"get_stock_prices": {"companies": [["Microsoft", "Google"]], "duration": ["2 weeks"]}}]}
149
+ {"id": "simple_python_148", "ground_truth": [{"finance.calculate_future_value": {"initial_investment": [20000], "rate_of_return": [0.08], "years": [5], "contribution": ["", 0]}}]}
150
+ {"id": "simple_python_149", "ground_truth": [{"get_stock_price": {"company_names": [["Apple", "Microsoft"], [["Apple"], ["Microsoft"]], ["AAPL", "MSFT"]]}}]}
151
+ {"id": "simple_python_150", "ground_truth": [{"calculate_roi": {"deposit": [1000], "annual_interest_rate": [0.03], "years": [1]}}]}
152
+ {"id": "simple_python_151", "ground_truth": [{"highest_grossing_banks": {"country": ["U.S", "United States", "USA", "U.S."], "year": [2020], "top_n": [1]}}]}
153
+ {"id": "simple_python_152", "ground_truth": [{"calculate_mutual_fund_balance": {"investment_amount": [50000], "annual_yield": [0.05], "years": [3]}}]}
154
+ {"id": "simple_python_153", "ground_truth": [{"calculate_compounded_interest": {"principal": [5000], "rate": [0.03], "time": [5], "n": [4]}}]}
155
+ {"id": "simple_python_154", "ground_truth": [{"calculate_future_value": {"present_value": [5000], "annual_interest_rate": [0.05], "years": [10], "compounds_per_year": ["", 1]}}]}
156
+ {"id": "simple_python_155", "ground_truth": [{"calculate_future_value": {"initial_investment": [1000], "interest_rate": [0.05], "duration": [2], "compounded": ["", 1]}}]}
157
+ {"id": "simple_python_156", "ground_truth": [{"crime_record.get_record": {"case_number": ["CA123456"], "county": ["San Diego", "San Diego County"], "details": [true]}}]}
158
+ {"id": "simple_python_157", "ground_truth": [{"criminal_history.check_felonies": {"full_name": ["John Doe"], "birth_date": ["01-01-1980"], "state": ["California", "CA"]}}]}
159
+ {"id": "simple_python_158", "ground_truth": [{"get_criminal_records": {"name": ["Mr. X"], "location": ["New York, NY"], "from_year": [2012], "to_year": [2015]}}]}
160
+ {"id": "simple_python_159", "ground_truth": [{"get_act_details": {"act_name": ["Criminal Law Amendment Act", "Criminal Law Amendment"], "amendment_year": [2013]}}]}
161
+ {"id": "simple_python_160", "ground_truth": [{"get_case_info": {"docket": ["2022/AL2562"], "court": ["California", "CA"], "info_type": ["victim"]}}]}
162
+ {"id": "simple_python_161", "ground_truth": [{"crime_statute_lookup": {"jurisdiction": ["California", "CA"], "crime": ["theft"], "detail_level": ["detailed"]}}]}
163
+ {"id": "simple_python_162", "ground_truth": [{"generate_law_contract": {"parties": [["John", "Alice"], ["John", "Alice"]], "contract_type": ["Rental Agreement", "rental agreement"], "location": ["California", "CA"]}}]}
164
+ {"id": "simple_python_163", "ground_truth": [{"property_records.get": {"address": ["123 main street"], "parcel_number": ["1234567890"], "county": ["Santa Clara"], "include_owner": [true]}}]}
165
+ {"id": "simple_python_164", "ground_truth": [{"get_crime_rate": {"city": ["San Francisco"], "state": ["California", "CA"], "type": ["violent", ""], "year": [2020]}}]}
166
+ {"id": "simple_python_165", "ground_truth": [{"civil_cases.retrieve": {"year": [2020], "crime_type": ["theft"], "location": ["Los Angeles", "Los Angeles, California"]}}]}
167
+ {"id": "simple_python_166", "ground_truth": [{"lawyer.find_nearby": {"city": ["Chicago, IL.", "Chicago, IL"], "specialty": [["Divorce"]], "fee": [400]}}]}
168
+ {"id": "simple_python_167", "ground_truth": [{"law.civil.get_case_details": {"case_title": ["Roe v. Wade"], "include_dissent": [true]}}]}
169
+ {"id": "simple_python_168", "ground_truth": [{"lawsuit_search": {"company": ["Google", "GOOG"], "start_date": ["01-01-2021", "January 1, 2021"], "location": ["California"], "status": ["ongoing", ""]}}]}
170
+ {"id": "simple_python_169", "ground_truth": [{"court_case.search": {"docket_number": ["123456"], "location": ["Texas"], "full_text": [false, ""]}}]}
171
+ {"id": "simple_python_170", "ground_truth": [{"law_case_search.find_historical": {"subject": ["fraud"], "from_year": [2010], "to_year": [2015]}}]}
172
+ {"id": "simple_python_171", "ground_truth": [{"fetch_law_case_details": {"case_number": [43403], "court": ["New York"], "year": [2018]}}]}
173
+ {"id": "simple_python_172", "ground_truth": [{"legal_case.fetch": {"case_id": ["R vs Adams"], "details": [true]}}]}
174
+ {"id": "simple_python_173", "ground_truth": [{"law_case_search": {"topic": ["land disputes"], "year_range": [[2015, 2021]], "location": ["New York"], "judicial_system": ["state"]}}]}
175
+ {"id": "simple_python_174", "ground_truth": [{"get_top_cases": {"field_of_law": ["constitutional law", "constitutional"], "top_number": [10], "country": ["China", "CN"]}}]}
176
+ {"id": "simple_python_175", "ground_truth": [{"lawyer.get_experience": {"name": ["John Doe"], "law_type": ["Bankruptcy"]}}]}
177
+ {"id": "simple_python_176", "ground_truth": [{"lawsuit_details.find": {"company_name": ["Apple Inc."], "year": [2010], "case_type": ["Patent", "IPR"]}}]}
178
+ {"id": "simple_python_177", "ground_truth": [{"get_lawsuit_cases": {"company_name": ["Facebook"], "year": [2018], "status": ["all", ""]}}]}
179
+ {"id": "simple_python_178", "ground_truth": [{"get_lawsuit_details": {"case_number": ["LAX2019080202"], "court_location": ["Los Angeles"], "additional_details": ["", ["attorneys", "plaintiffs", "defendants", "charges", "court_updates"]]}}]}
180
+ {"id": "simple_python_179", "ground_truth": [{"find_latest_court_case": {"company1": ["Apple"], "company2": ["Samsung"], "country": ["USA", ""]}}]}
181
+ {"id": "simple_python_180", "ground_truth": [{"lawsuits_search": {"company_name": ["Google"], "location": ["California", "CA"], "year": [2020], "case_type": ["", "all"]}}]}
182
+ {"id": "simple_python_181", "ground_truth": [{"get_lawsuit_details": {"case_number": ["123456-ABC"], "court_location": ["Los Angeles"], "with_verdict": [true]}}]}
183
+ {"id": "simple_python_182", "ground_truth": [{"lawsuit_info": {"case_number": ["XYZ123"], "year": ["", 2023], "location": ["", "all"]}}]}
184
+ {"id": "simple_python_183", "ground_truth": [{"lawsuit_search": {"entity": ["Apple"], "county": ["Santa Clara County", "Santa Clara"], "state": ["California", ""]}}]}
185
+ {"id": "simple_python_184", "ground_truth": [{"lawsuit.check_case": {"case_id": [1234], "closed_status": [true]}}]}
186
+ {"id": "simple_python_185", "ground_truth": [{"detailed_weather_forecast": {"location": ["New York", "New York, USA"], "duration": [72], "include_precipitation": [true]}}]}
187
+ {"id": "simple_python_186", "ground_truth": [{"current_weather_condition": {"city": ["Tokyo"], "country": ["Japan"], "measurement": ["c", ""]}}]}
188
+ {"id": "simple_python_187", "ground_truth": [{"get_current_weather": {"location": ["Seattle", "Seattle, Washington"], "include_temperature": [true, ""], "include_humidity": [true, ""]}}]}
189
+ {"id": "simple_python_188", "ground_truth": [{"weather.humidity_forecast": {"location": ["Miami", "Miami, Florida"], "days": [7], "min_humidity": ["", 0]}}]}
190
+ {"id": "simple_python_189", "ground_truth": [{"weather_forecast_detailed": {"location": ["New York", "New York, USA"], "days": [3], "details": [true]}}]}
191
+ {"id": "simple_python_190", "ground_truth": [{"park_information": {"park_name": ["Yellowstone", "Yellowstone National Park"], "information": [["Elevation", "Area"], ["Area", "Elevation"]]}}]}
192
+ {"id": "simple_python_191", "ground_truth": [{"locate_tallest_mountains": {"location": ["Denver, Colorado", "Denver", "CO"], "radius": [50], "amount": [5]}}]}
193
+ {"id": "simple_python_192", "ground_truth": [{"calculate_slope_gradient": {"point1": [[40.7128, -74.006]], "point2": [[34.0522, -118.2437]], "unit": ["degree", ""]}}]}
194
+ {"id": "simple_python_193", "ground_truth": [{"local_nursery.find": {"location": ["Toronto"], "plant_types": [["Annual"]]}}]}
195
+ {"id": "simple_python_194", "ground_truth": [{"get_plants_for_slope": {"slope_type": ["hill", "steep", "moderate"], "num_results": [3]}}]}
196
+ {"id": "simple_python_195", "ground_truth": [{"calculate_carbon_footprint": {"daily_miles": [20], "meat_meals_per_week": [3], "annual_trash_weight": [500], "flights_per_year": ["", 0]}}]}
197
+ {"id": "simple_python_196", "ground_truth": [{"air_quality": {"location": ["London"], "date": ["08-16-2022"]}}]}
198
+ {"id": "simple_python_197", "ground_truth": [{"get_air_quality_index": {"location": ["San Diego"], "time": ["12pm", "12:00"]}}]}
199
+ {"id": "simple_python_198", "ground_truth": [{"calculate_daily_water_intake": {"weight": [70], "activity_level": ["", "moderate"], "climate": ["", "temperate"]}}]}
200
+ {"id": "simple_python_199", "ground_truth": [{"environmental_data.air_quality_index": {"location": ["San Jose", "'San Jose'"], "days": [3]}}]}
201
+ {"id": "simple_python_200", "ground_truth": [{"calculate_emissions": {"distance": [12000], "fuel_type": ["gas"], "fuel_efficiency": ["", 25.0], "efficiency_reduction": [0, ""]}}]}
202
+ {"id": "simple_python_201", "ground_truth": [{"estimate_population": {"species": ["panda", "pandas"], "country": ["China", "CN"], "year": ["", 2024]}}]}
203
+ {"id": "simple_python_202", "ground_truth": [{"calculate_emission_savings": {"energy_type": ["renewable"], "usage_duration": [3], "region": ["California", "CA"]}}]}
204
+ {"id": "simple_python_203", "ground_truth": [{"get_air_quality": {"location": ["Chicago"], "detail": [true]}}]}
205
+ {"id": "simple_python_204", "ground_truth": [{"restaurant.find_nearby": {"location": ["Seattle", "Seattle, WA"], "cuisine": ["Chinese"], "max_distance": [10]}}]}
206
+ {"id": "simple_python_205", "ground_truth": [{"get_traffic_info": {"start_location": ["Boston"], "end_location": ["New York", "NYC"], "mode": ["driving", ""]}}]}
207
+ {"id": "simple_python_206", "ground_truth": [{"parks.find_nearby": {"location": ["London", "London, UK"], "amenities": [["Tennis Court"]]}}]}
208
+ {"id": "simple_python_207", "ground_truth": [{"calculate_shortest_distance": {"start_location": ["New York, USA", "New York City", "New York City, NY", "NYC", "NY"], "end_location": ["Miami, USA", "Miami", "Miami, FL", "FL"], "route_preference": ["Shortest"]}}]}
209
+ {"id": "simple_python_208", "ground_truth": [{"map_service.get_directions": {"start": ["New York", "NYC"], "end": ["Los Angeles", "LA"], "avoid": [["highways", "tolls"], ["tolls", "highways"]]}}]}
210
+ {"id": "simple_python_209", "ground_truth": [{"public_library.find_nearby": {"location": ["Boston, MA", "Boston, Massachusetts"], "facilities": [["Fiction", "Wi-Fi"], ["Wi-Fi", "Fiction"]]}}]}
211
+ {"id": "simple_python_210", "ground_truth": [{"get_news": {"topic": ["Bitcoin"], "quantity": [5], "region": ["US", ""]}}]}
212
+ {"id": "simple_python_211", "ground_truth": [{"send_email": {"to": ["john.doe@example.com"], "subject": ["Meeting"], "body": ["Let's meet at 10 AM tomorrow", "Let's meet at 10 AM tomorrow."], "cc": [""], "bcc": [""]}}]}
213
+ {"id": "simple_python_212", "ground_truth": [{"get_stock_info": {"company_name": ["Apple Inc."], "detail_level": ["detailed"], "market": ["", "NASDAQ"]}}]}
214
+ {"id": "simple_python_213", "ground_truth": [{"flight.book": {"departure_location": ["San Francisco", "SF"], "destination_location": ["London"], "date": ["2022-04-27", "04/27/2022", "Apr 27, 2022"], "time": ["afternoon", ""], "direct_flight": [true]}}]}
215
+ {"id": "simple_python_214", "ground_truth": [{"event_finder.find_upcoming": {"location": ["New York", "New York, NY", "NYC"], "genre": ["Rock", "rock"], "days_ahead": [30]}}]}
216
+ {"id": "simple_python_215", "ground_truth": [{"movie_details.brief": {"title": ["Interstellar"], "extra_info": ["", false]}}]}
217
+ {"id": "simple_python_216", "ground_truth": [{"sentiment_analysis": {"text": ["I love the food here! It's always fresh and delicious."], "language": ["english", "English", "en"]}}]}
218
+ {"id": "simple_python_217", "ground_truth": [{"fMRI.analyze": {"data_source": ["~/data/myfMRI.nii"], "sequence_type": ["multi-band"], "smooth": [6], "voxel_size": [2]}}]}
219
+ {"id": "simple_python_218", "ground_truth": [{"patient.get_mri_report": {"patient_id": ["546382"], "mri_type": ["brain", ""], "status": ["concluded"]}}]}
220
+ {"id": "simple_python_219", "ground_truth": [{"get_neuron_coordinates": {"neuron_type": ["GABA"], "brain_region": ["All", "all part of the brain", "entire brain"]}}]}
221
+ {"id": "simple_python_220", "ground_truth": [{"calculate_neuronal_activity": {"input_synaptic_rate": [200], "weight": [0.5], "decay_rate": [0.1]}}]}
222
+ {"id": "simple_python_221", "ground_truth": [{"population_growth_estimate": {"location": ["London"], "years": [5], "rate": ["", 1.2]}}]}
223
+ {"id": "simple_python_222", "ground_truth": [{"calculate_bmi": {"weight": [70], "height": [180], "unit": ["", "metric"]}}]}
224
+ {"id": "simple_python_223", "ground_truth": [{"group_dynamics.pattern": {"total": [50], "extroverts": [15], "introverts": [35]}}]}
225
+ {"id": "simple_python_224", "ground_truth": [{"social_media_analytics.most_followed": {"topic": ["psychology"], "sub_topics": [["behaviour", "group dynamics"]], "region": ["", "all"]}}]}
226
+ {"id": "simple_python_225", "ground_truth": [{"psych_research.get_preference": {"category": ["reading"], "option_one": ["digital reading", "digital"], "option_two": ["physical book", "physical", "physical books"], "demographic": ["", "all"]}}]}
227
+ {"id": "simple_python_226", "ground_truth": [{"get_zodiac_compatibility": {"sign1": ["Aries"], "sign2": ["Gemini"], "scale": ["percentage", ""]}}]}
228
+ {"id": "simple_python_227", "ground_truth": [{"get_personality_traits": {"type": ["ENFJ"], "traits": [["strengths", "weaknesses"]]}}]}
229
+ {"id": "simple_python_228", "ground_truth": [{"get_personality_traits": {"hobby": ["jogging"], "trait_count": [3]}}]}
230
+ {"id": "simple_python_229", "ground_truth": [{"get_bigfive_scores": {"characteristics": [["efficient", "organized", "easy going", "compassionate"]], "scale": ["medium", ""]}}]}
231
+ {"id": "simple_python_230", "ground_truth": [{"historic_leader_search": {"location": ["France"], "date": [1510], "title": ["King", ""]}}]}
232
+ {"id": "simple_python_231", "ground_truth": [{"history.get_key_events": {"country": ["Germany", "DE"], "start_year": [1871], "end_year": [1945], "event_type": [["War"]]}}]}
233
+ {"id": "simple_python_232", "ground_truth": [{"monarch.getMonarchOfYear": {"location": ["England", "ENG"], "year": [1800], "fullName": [true]}}]}
234
+ {"id": "simple_python_233", "ground_truth": [{"european_history.get_event_date": {"event_name": ["Treaty of Tordesillas"], "format": ["YYYY"]}}]}
235
+ {"id": "simple_python_234", "ground_truth": [{"history_eu.fetch_events": {"century": [19], "region": ["Northern", "Southern", "Eastern", "Western"], "category": ["Wars"]}}]}
236
+ {"id": "simple_python_235", "ground_truth": [{"get_event_date": {"event": ["Treaty of Lisbon", "Signing of the Treaty of Lisbon", "The signing of the Treaty of Lisbon"], "location": ["", "Lisbon", "Lisbon, Portugal"]}}]}
237
+ {"id": "simple_python_236", "ground_truth": [{"us_history.get_event_info": {"event_name": ["American Civil War", "Civil War"], "specific_info": ["Start Date"]}}]}
238
+ {"id": "simple_python_237", "ground_truth": [{"get_historical_GDP": {"country": ["United States", "US"], "start_year": [1960], "end_year": [2000]}}]}
239
+ {"id": "simple_python_238", "ground_truth": [{"us_history.get_president": {"event": ["American Civil War"], "year": [1861, 1862, 1863, 1864, 1865]}}]}
240
+ {"id": "simple_python_239", "ground_truth": [{"US_president.in_year": {"year": [1861], "full_name": [true, ""]}}]}
241
+ {"id": "simple_python_240", "ground_truth": [{"history_api.get_president_by_year": {"year": [1940], "full_term_only": ["", true, false]}}]}
242
+ {"id": "simple_python_241", "ground_truth": [{"US_President_During_Event": {"event": ["Civil War"], "country": ["USA", ""]}}]}
243
+ {"id": "simple_python_242", "ground_truth": [{"get_scientist_for_discovery": {"discovery": ["Theory of Evolution", "theory of evolution"]}}]}
244
+ {"id": "simple_python_243", "ground_truth": [{"get_discoverer": {"discovery": ["neutron"], "detail": [true]}}]}
245
+ {"id": "simple_python_244", "ground_truth": [{"publication_year.find": {"author": ["Isaac Newton"], "work_title": ["Law of Universal Gravitation", "Universal Law of Gravitation", "The law of universal gravitation"], "location": ["", "all"]}}]}
246
+ {"id": "simple_python_245", "ground_truth": [{"discoverer.get": {"element_name": ["'radium'", "\"radium\"", "radium"], "year": ["", 0], "first": [true, ""]}}]}
247
+ {"id": "simple_python_246", "ground_truth": [{"science_history.get_discovery_details": {"discovery": ["Gravity"], "method_used": ["", "default"]}}]}
248
+ {"id": "simple_python_247", "ground_truth": [{"historical_contrib.get_contrib": {"scientist": ["Albert Einstein"], "date": ["1915-03-17", "03/17/1915", "Mar.17,1915"], "category": ["", "all"]}}]}
249
+ {"id": "simple_python_248", "ground_truth": [{"science_history.get_invention": {"invention_name": ["theory of relativity", "Theory of Relativity"], "want_year": [true]}}]}
250
+ {"id": "simple_python_249", "ground_truth": [{"religion.history_info": {"religion": ["Christianity"], "till_century": [14], "include_people": [false, ""]}}]}
251
+ {"id": "simple_python_250", "ground_truth": [{"get_time_difference": {"place1": ["San Francisco", "SF"], "place2": ["Sydney"]}}]}
252
+ {"id": "simple_python_251", "ground_truth": [{"get_earliest_reference": {"name": ["Jesus Christ"], "source": ["historical records"]}}]}
253
+ {"id": "simple_python_252", "ground_truth": [{"get_religion_history": {"religion": ["Christianity"], "century": [16], "sort_by": ["importance"], "count": [10]}}]}
254
+ {"id": "simple_python_253", "ground_truth": [{"retrieve_religion_info": {"religion_name": ["Buddhism"], "detail_level": ["full"]}}]}
255
+ {"id": "simple_python_254", "ground_truth": [{"get_religion_history": {"religion": ["Christianity"], "start_year": [300], "end_year": [400], "event_type": ["all", ""]}}]}
256
+ {"id": "simple_python_255", "ground_truth": [{"religious_history.get_papal_biography": {"papal_name": ["Innocent III", "Pope Innocent III"], "include_contributions": [true]}}]}
257
+ {"id": "simple_python_256", "ground_truth": [{"generate_circle_image": {"radius": [50], "color": ["Red"], "background": ["", "white"]}}]}
258
+ {"id": "simple_python_257", "ground_truth": [{"identify_color_rgb": {"color_name": ["Sea Green"], "standard": ["basic", ""]}}]}
259
+ {"id": "simple_python_258", "ground_truth": [{"mix_paint_color": {"color1": ["yellow"], "color2": ["blue"], "lightness": [60]}}]}
260
+ {"id": "simple_python_259", "ground_truth": [{"calculate_paint_needed": {"coverage_rate": [400], "length": [30], "height": [12]}}]}
261
+ {"id": "simple_python_260", "ground_truth": [{"paint_requirement.calculate": {"area": [{"width": [20], "height": [12]}], "paint_coverage": [350], "exclusion": [{"type": ["window"], "area": [15]}]}}]}
262
+ {"id": "simple_python_261", "ground_truth": [{"draw_rectangle": {"width": [20], "height": [10], "color": ["red"]}}]}
263
+ {"id": "simple_python_262", "ground_truth": [{"modify_painting": {"size": ["12x18"], "medium": ["oil"], "dominant_color": ["red"]}}]}
264
+ {"id": "simple_python_263", "ground_truth": [{"get_sculpture_info": {"artist_name": ["James Plensa"], "detail": [true]}}]}
265
+ {"id": "simple_python_264", "ground_truth": [{"sculpture.get_details": {"artist": ["Michelangelo"], "title": ["David"], "detail": ["size"]}}]}
266
+ {"id": "simple_python_265", "ground_truth": [{"sculpture_search": {"location": ["Chicago", "Chicago, IL"], "time_frame": ["19th century"], "material": ["", "all"]}}]}
267
+ {"id": "simple_python_266", "ground_truth": [{"get_sculpture_value": {"sculpture": ["The Thinker"], "artist": ["Rodin"]}}]}
268
+ {"id": "simple_python_267", "ground_truth": [{"find_exhibition": {"location": ["New York City, NY"], "art_form": ["sculpture", "modern sculpture"], "month": [""], "user_ratings": ["high"]}}]}
269
+ {"id": "simple_python_268", "ground_truth": [{"sculpture_locator.find_by_artist": {"artist": ["Michelangelo"], "material": ["Marble"], "location": ["Rome", "Rome, Italy"]}}]}
270
+ {"id": "simple_python_269", "ground_truth": [{"calculate_compound_interest": {"principle": [10000], "interest_rate": [0.05], "time": [10], "compounds_per_year": [1, ""]}}]}
271
+ {"id": "simple_python_270", "ground_truth": [{"building.get_dimensions": {"building_name": ["Empire State Building", "Empire State"], "unit": ["feet"]}}]}
272
+ {"id": "simple_python_271", "ground_truth": [{"analyze_structure": {"building_id": ["B1004"], "floors": [[2, 3, 4]], "mode": ["dynamic"]}}]}
273
+ {"id": "simple_python_272", "ground_truth": [{"calculate_circle_dimensions": {"radius": [5]}}]}
274
+ {"id": "simple_python_273", "ground_truth": [{"museum.get_hours": {"name": ["Louvre Museum"], "location": ["Paris", "Paris, France"], "day": ["", "Monday"]}}]}
275
+ {"id": "simple_python_274", "ground_truth": [{"museum_info": {"museum_name": ["Metropolitan Museum of Art", "The Metropolitan Museum of Art", "Met Museum"], "info_type": ["opening_hours", ""]}}]}
276
+ {"id": "simple_python_275", "ground_truth": [{"metropolitan_museum.get_top_artworks": {"number": [5], "sort_by": ["popularity", ""]}}]}
277
+ {"id": "simple_python_276", "ground_truth": [{"museum_working_hours.get": {"museum": ["Louvre Museum", "Louvre"], "location": ["Paris", "Paris, France"], "day": ["", "Monday"]}}]}
278
+ {"id": "simple_python_277", "ground_truth": [{"museum_info": {"museum": ["The British Museum"], "date": ["2023-06-20"], "information": [["opening_hours", "ticket_price"], ["ticket_price", "opening_hours"]]}}]}
279
+ {"id": "simple_python_278", "ground_truth": [{"get_instrument_details": {"instrument": ["piano"], "manufacturer": ["Yamaha"], "features": [["price", "rating"]]}}]}
280
+ {"id": "simple_python_279", "ground_truth": [{"instrument_price.get": {"brand": ["Fender"], "model": ["American Professional II Stratocaster"], "finish": ["Rosewood"]}}]}
281
+ {"id": "simple_python_280", "ground_truth": [{"find_instrument": {"budget": [1000], "type": ["acoustic"], "make": [""]}}]}
282
+ {"id": "simple_python_281", "ground_truth": [{"get_instrument_info": {"name": ["Violin"], "maker": ["Stradivarius"], "year": [1721]}}]}
283
+ {"id": "simple_python_282", "ground_truth": [{"find_flute": {"brand": ["Yamaha"], "specs": [["open hole", "C foot", "silver headjoint"]]}}]}
284
+ {"id": "simple_python_283", "ground_truth": [{"guitar_price.find": {"model": ["Gibson Les Paul"], "condition": ["Excellent"], "location": ["Chicago", "Chicago, IL", "Chicago, Illinois"]}}]}
285
+ {"id": "simple_python_284", "ground_truth": [{"concert_info.get": {"location": ["New York City, NY", "New York"], "date": ["next month", "2023-06-01", "06/01/2023", "Jun.1,2023", "June 2023"], "genre": ["Pop"]}}]}
286
+ {"id": "simple_python_285", "ground_truth": [{"find_concert": {"location": ["Chicago, Illinois", "Chicago, IL"], "price": [100], "genre": ["Rock"]}}]}
287
+ {"id": "simple_python_286", "ground_truth": [{"concert.get_details": {"artist": ["Beyonce"], "location": ["San Diego", "San Diego, California", "CA"], "date": ["04-2022", "April 2022"]}}]}
288
+ {"id": "simple_python_287", "ground_truth": [{"concert.search": {"genre": ["classical"], "location": ["Los Angeles", "LA"], "date": ["this weekend"], "price_range": ["cheap"]}}]}
289
+ {"id": "simple_python_288", "ground_truth": [{"concert_booking.book_ticket": {"artist": ["Eminem"], "city": ["New York City", "New York City, NY", "NYC"], "num_tickets": [2]}}]}
290
+ {"id": "simple_python_289", "ground_truth": [{"concert.find_nearby": {"location": ["Seattle", "Seattle, WA"], "genre": ["jazz", "Jazz"]}}]}
291
+ {"id": "simple_python_290", "ground_truth": [{"concert.find_details": {"artist": ["The Weeknd"], "month": ["December"], "year": ["", 2022]}}]}
292
+ {"id": "simple_python_291", "ground_truth": [{"music_generator.generate_melody": {"key": ["C"], "start_note": ["C4"], "length": [16], "tempo": [120, ""]}}]}
293
+ {"id": "simple_python_292", "ground_truth": [{"compose_melody": {"progression": [["C", "F", "G"]], "measures": [4], "instrument": ["Piano", ""]}}]}
294
+ {"id": "simple_python_293", "ground_truth": [{"music_composer.create_mix": {"scale": ["C Major"], "note_duration": ["quarter"], "track_length": [180]}}]}
295
+ {"id": "simple_python_294", "ground_truth": [{"music_generation.create_chord_progression": {"key": ["C"], "chords": [4], "progression_type": ["major", ""]}}]}
296
+ {"id": "simple_python_295", "ground_truth": [{"get_song_lyrics": {"song_title": ["Bohemian Rhapsody"], "artist_name": ["Queen"], "lang": ["English", ""]}}]}
297
+ {"id": "simple_python_296", "ground_truth": [{"music_generator.generate_scale_progression": {"key": ["C"], "tempo": [80], "duration": [4], "scale_type": ["major", ""]}}]}
298
+ {"id": "simple_python_297", "ground_truth": [{"music.theory.chordProgression": {"progression": [["I", "V", "vi", "IV"]], "returnAllPossibleKeys": [true, false, ""], "assumeMajor": [true, false, ""]}}]}
299
+ {"id": "simple_python_298", "ground_truth": [{"music_theory.key_signature": {"key": ["C#"], "scale_type": ["major", ""]}}]}
300
+ {"id": "simple_python_299", "ground_truth": [{"musical_scale": {"key": ["C#", "C sharp"], "scale_type": ["major", ""]}}]}
301
+ {"id": "simple_python_300", "ground_truth": [{"music.calculate_note_duration": {"first_note_frequency": [440], "second_note_frequency": [880], "tempo": ["", 120]}}]}
302
+ {"id": "simple_python_301", "ground_truth": [{"get_third_chord": {"key": ["C"], "type": ["major", ""]}}]}
303
+ {"id": "simple_python_302", "ground_truth": [{"calculate_batting_average": {"hits": [180], "at_bats": [600], "decimal_places": [3, ""]}}]}
304
+ {"id": "simple_python_303", "ground_truth": [{"soccer_stat.get_player_stats": {"player_name": ["Cristiano Ronaldo"], "season": ["2019-2020"], "league": [""]}}]}
305
+ {"id": "simple_python_304", "ground_truth": [{"player_stats.getLastGame": {"player_name": ["LeBron James"], "team": ["Los Angeles Lakers", "LAL", "Lakers"], "metrics": [["Points", "Rebounds"]]}}]}
306
+ {"id": "simple_python_305", "ground_truth": [{"sports_stats.get_performance": {"player_name": ["Messi", "Lionel Messi"], "tournament": ["La Liga"], "season": ["2020-2021"], "performance_indicator": [["Goals Scored", "Assists Made"]]}}]}
307
+ {"id": "simple_python_306", "ground_truth": [{"average_batting_score": {"player_name": ["Virat Kohli"], "matches": [10], "match_format": ["T20", ""]}}]}
308
+ {"id": "simple_python_307", "ground_truth": [{"game_result.get_winner": {"teams": [["Lakers", "Clippers"], ["Clippers", "Lakers"]], "date": ["2021-01-28", "01/28/2021", "Jan.28,2021"], "venue": ["", true]}}]}
309
+ {"id": "simple_python_308", "ground_truth": [{"sports.match_schedule": {"team_name": ["Manchester United", "Man United", "Man U", "MUFC"], "num_matches": [5], "league": ["English Premier League", ""]}}]}
310
+ {"id": "simple_python_309", "ground_truth": [{"nfl_data.player_record": {"player_name": ["Tom Brady"], "season_year": [2020], "team": ["", "Tampa Bay Buccaneers"]}}]}
311
+ {"id": "simple_python_310", "ground_truth": [{"get_career_stats": {"player_name": ["LeBron James"], "team": [""]}}]}
312
+ {"id": "simple_python_311", "ground_truth": [{"sports_db.find_athlete": {"name": ["Lebron James"], "sport": ["Basketball"], "team": [""]}}]}
313
+ {"id": "simple_python_312", "ground_truth": [{"player_statistic": {"player_name": ["Ronaldo", "Cristiano Ronaldo"], "year": [2021], "team_name": [""]}}]}
314
+ {"id": "simple_python_313", "ground_truth": [{"celebrity_net_worth.get": {"name": ["Lionel Messi", "Messi"], "currency": ["EUR", "euro"]}}]}
315
+ {"id": "simple_python_314", "ground_truth": [{"sports_celebrity.get_major_achievements": {"celebrity_name": ["Lionel Messi", "Messi"], "sports": ["Football", "Soccer", ""], "team": ["", "all"]}}]}
316
+ {"id": "simple_python_315", "ground_truth": [{"get_defense_ranking": {"season": [2021], "top": [1, ""]}}]}
317
+ {"id": "simple_python_316", "ground_truth": [{"get_sport_ranking": {"sport": ["Tennis"], "player_name": ["Serena Williams"], "gender": ["", "all", "female"]}}]}
318
+ {"id": "simple_python_317", "ground_truth": [{"get_team_rank": {"team_name": ["LA Lakers"], "league": ["NBA"], "season": ["2021"], "type": ["regular"]}}]}
319
+ {"id": "simple_python_318", "ground_truth": [{"get_team_ranking": {"team_name": ["Germany"], "year": [2021], "gender": ["men", ""]}}]}
320
+ {"id": "simple_python_319", "ground_truth": [{"sports_ranking": {"team": ["Manchester United", "Man United", "Man U", "MUFC"], "league": ["Premier League"], "season": ["", 2023]}}]}
321
+ {"id": "simple_python_320", "ground_truth": [{"sports_ranking.get_team_position": {"team": ["Golden State Warriors", "GSW"], "season": ["2022-2023"], "detailed": [true]}}]}
322
+ {"id": "simple_python_321", "ground_truth": [{"sports_ranking": {"team": ["Barcelona", "FC Barcelona"], "league": ["La Liga"], "season": ["2021"]}}]}
323
+ {"id": "simple_python_322", "ground_truth": [{"sports_ranking.get_current": {"team": ["Liverpool Football Club", "Liverpool", "LFC"], "league": ["Premier League", "EPL", "English Premier League"], "season": ["", "2023-2024"]}}]}
324
+ {"id": "simple_python_323", "ground_truth": [{"sports_ranking.get_top_player": {"sport": ["tennis"], "gender": ["women"]}}]}
325
+ {"id": "simple_python_324", "ground_truth": [{"team_score.get_latest": {"team": ["Los Angeles Lakers", "Lakers"], "include_opponent": [true]}}]}
326
+ {"id": "simple_python_325", "ground_truth": [{"sports.match_results": {"team1": ["Chicago Bulls"], "team2": ["Los Angeles Lakers"], "season": [""]}}]}
327
+ {"id": "simple_python_326", "ground_truth": [{"get_team_score": {"team_name": ["Los Angeles Lakers", "Lakers"], "league": ["NBA"], "include_player_stats": ["", true, false]}}]}
328
+ {"id": "simple_python_327", "ground_truth": [{"sports_team.get_schedule": {"team_name": ["Manchester United", "Man United", "Man U", "MUFC"], "num_of_games": [6], "league": ["Premier League"], "location": [""]}}]}
329
+ {"id": "simple_python_328", "ground_truth": [{"boardgame.get_info": {"name": ["Ticket to Ride"], "parameters": [["rating", "player count"], ["player count", "rating"]], "language": ["", "English"]}}]}
330
+ {"id": "simple_python_329", "ground_truth": [{"monopoly_odds_calculator": {"number": [7], "dice_number": [2], "dice_faces": [6, ""]}}]}
331
+ {"id": "simple_python_330", "ground_truth": [{"board_game_info": {"game_name": ["Catan"], "info_required": [["average_review_rating", "age_range"]]}}]}
332
+ {"id": "simple_python_331", "ground_truth": [{"board_game.chess.get_top_players": {"location": ["New York", "New York City", "New York City, NY", "NYC"], "minimum_rating": [2300], "number_of_players": ["", 10]}}]}
333
+ {"id": "simple_python_332", "ground_truth": [{"chess.rating": {"player_name": ["Magnus Carlsen"], "variant": ["classical", ""]}}]}
334
+ {"id": "simple_python_333", "ground_truth": [{"detailed_weather_forecast": {"location": ["London, United Kingdom", "London"], "days": [3], "details": [["high_low_temperature", "humidity", "precipitation"]]}}]}
335
+ {"id": "simple_python_334", "ground_truth": [{"blackjack.check_winner": {"player_cards": [["A", "10"]], "dealer_cards": [["10", "9"]], "ace_value": [1]}}]}
336
+ {"id": "simple_python_335", "ground_truth": [{"find_card_in_deck": {"rank": ["Queen"], "suit": ["Hearts"], "deck": [""]}}]}
337
+ {"id": "simple_python_336", "ground_truth": [{"cards.shuffle_and_draw": {"num_cards": [3]}}]}
338
+ {"id": "simple_python_337", "ground_truth": [{"poker_game_winner": {"players": [["Alex", "Sam", "Robert", "Steve"]], "cards": [{"Alex": [["A of spades", "K of spades"]], "Sam": [["2 of diamonds", "3 of clubs"]], "Robert": [["Q of hearts", "10 of hearts"]], "Steve": [["4 of spades", "5 of spades"]]}], "type": ["Texas Holdem", ""]}}]}
339
+ {"id": "simple_python_338", "ground_truth": [{"card_game_probability.calculate": {"total_cards": [52], "desired_cards": [13], "cards_drawn": ["", 1]}}]}
340
+ {"id": "simple_python_339", "ground_truth": [{"poker_probability.full_house": {"deck_size": [52], "hand_size": [5]}}]}
341
+ {"id": "simple_python_340", "ground_truth": [{"card_games.poker_determine_winner": {"player1": ["John"], "hand1": [["8\u2665", "10\u2665", "J\u2665", "Q\u2665", "K\u2665"]], "player2": ["Mike"], "hand2": [["9\u2660", "J\u2660", "10\u2660", "Q\u2660", "K\u2660"]]}}]}
342
+ {"id": "simple_python_341", "ground_truth": [{"deck_of_cards.odds": {"suit": ["hearts"], "deck_type": ["without_joker", "normal"]}}]}
343
+ {"id": "simple_python_342", "ground_truth": [{"game_list.get_games": {"release_year": [2019], "multiplayer": [true], "ESRB_rating": ["Everyone"]}}]}
344
+ {"id": "simple_python_343", "ground_truth": [{"game_stats.fetch_player_statistics": {"game": ["Zelda"], "username": ["Sam"], "platform": ["Switch"]}}]}
345
+ {"id": "simple_python_344", "ground_truth": [{"get_game_item_stats": {"game": ["Legend of Zelda: Breath of the Wild"], "item": ["Guardian Sword+"], "stat": ["Power", "power", "power rating"]}}]}
346
+ {"id": "simple_python_345", "ground_truth": [{"game_valuation": {"game_name": ["Super Mario Bros."], "release_year": [1985], "condition": ["Like New", "New"]}}]}
347
+ {"id": "simple_python_346", "ground_truth": [{"get_collectables_in_season": {"game_name": ["Animal Crossing: New Horizons"], "season": ["Spring"], "item_type": ["", "all"]}}]}
348
+ {"id": "simple_python_347", "ground_truth": [{"soccer.get_last_match": {"team_name": ["Liverpool F.C.", "Liverpool"], "include_stats": [true]}}]}
349
+ {"id": "simple_python_348", "ground_truth": [{"create_player_profile": {"player_name": ["StarPlayer"], "_class": ["Mage"], "starting_level": [5]}}]}
350
+ {"id": "simple_python_349", "ground_truth": [{"game_score.highest": {"game": ["Overwatch"], "platform": ["PC"], "region": ["Global", ""]}}]}
351
+ {"id": "simple_python_350", "ground_truth": [{"get_highest_scoring_player": {"game": ["Valorant"], "season": ["2022", "2022 season"]}}]}
352
+ {"id": "simple_python_351", "ground_truth": [{"multiplayer_game_finder": {"platform": ["Windows 10"], "rating": [4.5], "genre": ["", "Action"]}}]}
353
+ {"id": "simple_python_352", "ground_truth": [{"gamespot.getAverageUserScore": {"game_name": ["The Legend of Zelda: Breath of the Wild"], "platform": ["Nintendo Switch", "all platforms"]}}]}
354
+ {"id": "simple_python_353", "ground_truth": [{"find_recipes": {"diet": ["gluten-free"], "meal_type": ["dinner"], "ingredients": [""]}}]}
355
+ {"id": "simple_python_354", "ground_truth": [{"get_vegan_recipe": {"dish_type": ["soup"], "cooking_time": [30], "ingredient_preference": [""]}}]}
356
+ {"id": "simple_python_355", "ground_truth": [{"recipe_info.get_calories": {"website": ["Foodnetwork.com"], "recipe": ["Beef Lasagna"], "optional_meal_time": [""]}}]}
357
+ {"id": "simple_python_356", "ground_truth": [{"recipe_finder.find": {"servings": [2], "diet": ["vegan"], "prep_time": [30]}}]}
358
+ {"id": "simple_python_357", "ground_truth": [{"get_recipe": {"dish_name": ["chocolate cake", "vegan chocolate cake"], "diet_preference": ["vegan"]}}]}
359
+ {"id": "simple_python_358", "ground_truth": [{"recipe_search": {"diet": [["Gluten Free"], ["GF"], ["gluten free"]], "time_limit": [30], "dish": ["cookie"]}}]}
360
+ {"id": "simple_python_359", "ground_truth": [{"recipe_search": {"dietary_restriction": ["Vegetarian"], "ingredients": [["pasta", "cheese"]], "servings": [2]}}]}
361
+ {"id": "simple_python_360", "ground_truth": [{"find_recipe": {"recipeName": ["pasta carbonara"], "maxCalories": [500]}}]}
362
+ {"id": "simple_python_361", "ground_truth": [{"restaurant_finder": {"city": ["New York City", "New York City, NY", "NYC", "New York"], "cuisine": ["Italian"], "diet": ["Gluten-free"]}}]}
363
+ {"id": "simple_python_362", "ground_truth": [{"get_best_sushi_places": {"city": ["Tokyo"], "top": [5], "review_rate": [4.0]}}]}
364
+ {"id": "simple_python_363", "ground_truth": [{"restaurant_search.find_closest": {"location": ["Boston", "Boston, MA"], "cuisine": ["Sushi", "sushi"], "amenities": [["Patio"]]}}]}
365
+ {"id": "simple_python_364", "ground_truth": [{"find_restaurant": {"location": ["Brooklyn", "Brooklyn, NY"], "type": ["Italian"], "diet_option": ["Gluten-free"]}}]}
366
+ {"id": "simple_python_365", "ground_truth": [{"cooking_conversion.convert": {"quantity": [2], "from_unit": ["pound", "pounds", "lb", "lbs"], "to_unit": ["ounce", "ounces", "oz"], "item": ["butter"]}}]}
367
+ {"id": "simple_python_366", "ground_truth": [{"recipe.unit_conversion": {"value": [2], "from_unit": ["tablespoon", "tbsp"], "to_unit": ["teaspoon", "tsp"], "precision": [1, ""]}}]}
368
+ {"id": "simple_python_367", "ground_truth": [{"find_recipe": {"dietary_restrictions": ["vegan"], "recipe_type": ["dessert"], "time": [30]}}]}
369
+ {"id": "simple_python_368", "ground_truth": [{"calculate_cooking_time": {"weight_kg": [1.5], "cooking_method": ["", "roast"], "temp_celsius": ["", 180]}}]}
370
+ {"id": "simple_python_369", "ground_truth": [{"grocery_store.find_nearby": {"location": ["Houston", "Houston, TX"], "categories": [["Organic", "Vegetables", "Fruits"], ["Organic", "Fruits", "Vegetables"], ["Vegetables", "Fruits", "Organic"], ["Fruits", "Vegetables", "Organic"], ["Fruits", "Organic", "Vegetables"], ["Vegetables", "Organic", "Fruits"]]}}]}
371
+ {"id": "simple_python_370", "ground_truth": [{"safeway.order": {"location": ["Palo Alto", "Palo Alto, CA"], "items": [["olive oil", "rice"], ["olive oil", "bag of rice"]], "quantity": [[3, 1]]}}]}
372
+ {"id": "simple_python_371", "ground_truth": [{"whole_foods.check_price": {"location": ["Los Angeles", "LA"], "items": [["tomatoes", "lettuce"]]}}]}
373
+ {"id": "simple_python_372", "ground_truth": [{"whole_foods.find_top_brands": {"product": ["bananas"], "number": [5, ""], "organic": [true]}}]}
374
+ {"id": "simple_python_373", "ground_truth": [{"walmart.purchase": {"loc": ["San Jose", "San Jose, CA"], "product_list": [["apples", "rice", "bottled water"], ["apples", "rice", "water"]], "pack_size": [[1, 1, 12]]}}]}
375
+ {"id": "simple_python_374", "ground_truth": [{"grocery_info.nutritional_info": {"store": ["Walmart"], "food": ["avocado", "Avocado"], "information": [["Protein", "Calories", "Carbohydrates"]]}}]}
376
+ {"id": "simple_python_375", "ground_truth": [{"walmart.check_price": {"items": [["pumpkins", "eggs"], ["pumpkin", "dozen eggs"]], "quantities": [[3, 24], [3, 2]], "store_location": [""]}}]}
377
+ {"id": "simple_python_376", "ground_truth": [{"time_zone_converter": {"city": ["London"], "country": ["UK", "United Kingdom"], "display_format": ["24h", "24 hour"]}}]}
378
+ {"id": "simple_python_377", "ground_truth": [{"get_current_time": {"city": ["Sydney"], "country": ["Australia"], "format": ["", "HH:MM:SS"]}}]}
379
+ {"id": "simple_python_378", "ground_truth": [{"timezone.convert": {"time": ["3pm"], "from_timezone": ["America/New_York", "New York", "NYC", "New York City"], "to_timezone": ["Europe/London", "London"]}}]}
380
+ {"id": "simple_python_379", "ground_truth": [{"get_current_time": {"location": ["Sydney"], "country": ["Australia", "Australia/Sydney"], "timezone": [""]}}]}
381
+ {"id": "simple_python_380", "ground_truth": [{"hotel_booking": {"location": ["Manhattan, New York", "Manhattan, NY", "NYC", "New York City"], "room_type": ["single"], "duration": [3], "start_date": ["2023-03-10", "03/10/2023", "Mar.10,2023", "March 10th, 2023", "March 10th,2023", "March10th, 2023", "March10th,2023"], "preferences": [["pet_friendly"]]}}]}
382
+ {"id": "simple_python_381", "ground_truth": [{"hilton_hotel.check_availability": {"location": ["Paris"], "check_in_date": ["2023-04-04"], "check_out_date": ["2023-04-08"], "no_of_adults": [2], "hotel_chain": ["Hilton", ""]}}]}
383
+ {"id": "simple_python_382", "ground_truth": [{"book_hotel": {"hotel_name": ["Hilton Hotel", "Hilton"], "location": ["Chicago"], "room_type": ["single"], "start_date": ["2022-12-10", "10/12/2022", "Dec 10, 2022", "December 10, 2022"], "nights": [2]}}]}
384
+ {"id": "simple_python_383", "ground_truth": [{"book_room": {"hotel_name": ["The Plaza"], "room_type": ["Single", "single"], "num_nights": [2]}}]}
385
+ {"id": "simple_python_384", "ground_truth": [{"hotel_booking.book": {"city": ["Paris", "Paris, France"], "from_date": ["07-10-2022", "2022-07-10", "10/07/2022", "Jul.10,2022"], "to_date": ["07-20-2022", "2022-07-20", "20/07/2022", "Jul.20,2022"], "adults": [2], "children": [1], "room_type": ["Standard", ""]}}]}
386
+ {"id": "simple_python_385", "ground_truth": [{"hotel_bookings.book_room": {"location": ["Los Angeles", "Los Angeles, CA", "LA"], "room_type": ["King Size", "king size"], "check_in_date": ["15-10-2023", "15th October", "2023-10-15", "10/15/2023", "Oct.15,2023"], "no_of_nights": [2], "no_of_rooms": ["", 1]}}]}
387
+ {"id": "simple_python_386", "ground_truth": [{"book_hotel": {"hotel_name": ["Hotel Paradise"], "location": ["Las Vegas", "LV"], "room_type": ["luxury", "Luxury"], "start_date": ["05-12-2022", "2022-05-12", "12/05/2022", "May.12,2022", "May 12, 2022"], "stay_duration": [3], "view": ["city view", "city"]}}]}
388
+ {"id": "simple_python_387", "ground_truth": [{"hotel_booking": {"hotel_name": ["Plaza Hotel"], "location": ["New York City, NY", "New York, NY"], "start_date": ["2022-06-01", "06/01/2022", "Jun.1,2022"], "end_date": ["2022-06-04", "06/04/2022", "Jun.4,2022"], "rooms": [1, ""]}}]}
389
+ {"id": "simple_python_388", "ground_truth": [{"currency_exchange.convert": {"base_currency": ["USD"], "target_currency": ["CAD"], "amount": [500]}}]}
390
+ {"id": "simple_python_389", "ground_truth": [{"currency_converter": {"base_currency": ["USD"], "target_currency": ["GBP"], "amount": [200.0]}}]}
391
+ {"id": "simple_python_390", "ground_truth": [{"currency_conversion.convert": {"amount": [150], "from_currency": ["EUR", "Euros"], "to_currency": ["CAD", "Canadian dollars"]}}]}
392
+ {"id": "simple_python_391", "ground_truth": [{"get_exchange_rate_with_fee": {"base_currency": ["GBP"], "target_currency": ["JPY"], "fee": [0.02]}}]}
393
+ {"id": "simple_python_392", "ground_truth": [{"latest_exchange_rate": {"source_currency": ["GBP", "British Pounds", "Pounds Sterling"], "target_currency": ["JPY", "Japanese Yen"], "amount": ["", 1.0]}}]}
394
+ {"id": "simple_python_393", "ground_truth": [{"convert_currency": {"base_currency": ["JPY"], "target_currency": ["USD"], "amount": [20000]}}]}
395
+ {"id": "simple_python_394", "ground_truth": [{"maps.get_distance_duration": {"start_location": ["Eiffel Tower"], "end_location": ["Louvre Museum"], "traffic": ["", false]}}]}
396
+ {"id": "simple_python_395", "ground_truth": [{"parking_lot.find_nearest": {"location": ["Central Park, NY"], "radius": [2], "type": ["public", ""]}}]}
397
+ {"id": "simple_python_396", "ground_truth": [{"hospital.locate": {"location": ["Denver, Colorado", "Denver, CO"], "radius": [5], "department": ["Pediatrics"]}}]}
398
+ {"id": "simple_python_397", "ground_truth": [{"distance_calculator.calculate": {"origin": ["New York", "New York City", "New York City, NY", "New York, NY", "NYC"], "destination": ["Boston"], "consider_terrain": [true]}}]}
399
+ {"id": "simple_python_398", "ground_truth": [{"get_museum_hours": {"museum_name": ["Metropolitan Museum of Art", "The Met"], "day": ["Saturday"]}}]}
400
+ {"id": "simple_python_399", "ground_truth": [{"restaurant_search": {"location": ["New York City", "New York City, NY", "NYC"], "cuisine": ["Italian"], "rating": [4], "accepts_credit_cards": [true]}}]}