input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
how long does it take to get from atlanta airport into the city of atlanta
|
[[FUNCTION]] get_distance {'fromloc.airport_name': 'atlanta airport', 'toloc.city_name': 'atlanta'}
|
what 's the cheapest way to fly between atlanta and denver
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver'}
|
what are the fares for flights from la to newark leaving monday morning
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'la', 'toloc.city_name': 'newark', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}
|
give me the list of flights for continental airlines between boston and denver
|
[[FUNCTION]] get_flight {'airline_name': 'continental airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
can i see ground transportation from long beach airport to downtown
|
[[FUNCTION]] get_ground_service {'fromloc.city_name': 'long beach'}
|
i want a flight from atlanta to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'pittsburgh'}
|
us 201
|
[[FUNCTION]] get_flight {'airline_code': 'us', 'flight_number': '201'}
|
what flights are available from pittsburgh to oakland airport
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.airport_name': 'oakland airport'}
|
afternoon flight from denver to san francisco
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
show me all the flights from charlotte to cleveland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'charlotte', 'toloc.city_name': 'cleveland'}
|
show me the flights on twa to atlanta in the morning
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'morning'}
|
do all the flights to oakland land at the same place
|
[[FUNCTION]] get_flight {'toloc.city_name': 'oakland'}
|
show me the flights from st. petersburg to toronto that arrive before noon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'st. petersburg', 'toloc.city_name': 'toronto', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon'}
|
how much is a first class ticket from baltimore to san francisco
|
[[FUNCTION]] get_airfare {'class_type': 'first class', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
|
please give me all flights from long beach to memphis
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'memphis'}
|
i want to fly nonstop from denver to dallas
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas'}
|
what is the earliest flight leaving boston on july first to dallas on july first
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'depart_date.month_name': 'july', 'depart_date.day_number': 'first', 'toloc.city_name': 'dallas'}
|
i 'd like a flight tomorrow evening from nashville to houston that includes dinner for tomorrow
|
[[FUNCTION]] get_flight {'depart_date.today_relative': 'tomorrow', 'depart_time.period_of_day': 'evening', 'fromloc.city_name': 'nashville', 'toloc.city_name': 'houston', 'meal_description': 'dinner'}
|
show me the flights from denver to san diego leaving after 5 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san diego', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
|
what flights go from san francisco to washington via indianapolis
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'stoploc.city_name': 'indianapolis'}
|
can you help me with ground transportation information i need to get from the airport in philadelphia to downtown philadelphia
|
[[FUNCTION]] get_ground_service {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'philadelphia'}
|
show me the earliest flight on wednesday from baltimore to newark
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'newark'}
|
could you please give me the round trip fare from denver to atlanta
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
|
show sunday flights from seattle to chicago
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'seattle', 'toloc.city_name': 'chicago'}
|
what flights depart from pittsburgh and arrive in oakland california
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california'}
|
flights from houston to los angeles departing after 1026
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'los angeles', 'depart_time.time_relative': 'after', 'depart_time.time': '1026'}
|
i would like a flight from pittsburgh to san francisco on august twentieth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twentieth'}
|
show me flights from dallas to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'atlanta'}
|
please give all flights from dallas to oakland california monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'oakland', 'toloc.state_name': 'california', 'depart_date.day_name': 'monday'}
|
what flights are available wednesday morning from boston to denver
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
show me the flights from pittsburgh to baltimore arriving in baltimore on june fourteenth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'fourteenth'}
|
list the morning flights at a 124 dollars from atlanta to boston
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fare_amount': '124 dollars', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'boston'}
|
show me the flights from denver to philadelphia on a saturday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia', 'depart_date.day_name': 'saturday'}
|
i need to fly from boston to denver and then to san francisco and back to boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what is the cheapest flight on american airlines from cleveland to miami
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'airline_name': 'american airlines', 'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami'}
|
show me flights available from atlanta to baltimore leaving on monday morning
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'monday', 'depart_time.period_of_day': 'morning'}
|
what 's the earliest flight from pittsburgh to baltimore on thursday morning
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning'}
|
what ground transportation is available in boston
|
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
|
what is the latest flight leaving pittsburgh returning to denver
|
[[FUNCTION]] get_flight {'flight_mod': 'latest', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
does lufthansa fly between boston and oakland
|
[[FUNCTION]] get_flight {'airline_name': 'lufthansa', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
show me flights from boston to washington leaving july fifteen
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.month_name': 'july', 'depart_date.day_number': 'fifteen'}
|
list all the landings at general mitchell international
|
[[FUNCTION]] get_flight {'toloc.airport_name': 'general mitchell international'}
|
how many first class flights does delta have today
|
[[FUNCTION]] get_quantity {'class_type': 'first class', 'airline_name': 'delta', 'depart_date.today_relative': 'today'}
|
are there any nonstop flights from indianapolis to san diego on wednesday may twelfth
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'arrive_date.day_name': 'wednesday', 'arrive_date.month_name': 'may', 'arrive_date.day_number': 'twelfth'}
|
what are the flights which depart from san francisco fly to washington via indianapolis and arrive by 9 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'washington', 'stoploc.city_name': 'indianapolis', 'arrive_time.time_relative': 'by', 'arrive_time.time': '9 pm'}
|
please list the flights from dallas fort worth to boston on july twenty third
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'boston', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty third'}
|
hello i would like to plan a flight on american airlines from boston to denver
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'boston', 'toloc.city_name': 'denver'}
|
what are the two american airlines flights that leave from dallas to san francisco in the evening
|
[[FUNCTION]] get_flight {'mod': 'two', 'airline_name': 'american airlines', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'evening'}
|
what flights do you have from baltimore to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
|
i 'd like a nonstop flight from indianapolis to san diego that serves dinner what 's available
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'san diego', 'meal_description': 'dinner'}
|
what times on wednesday could i take a plane from denver to oakland
|
[[FUNCTION]] get_flight_time {'flight_time': 'times', 'depart_date.day_name': 'wednesday', 'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland'}
|
show me ground transportation for boston
|
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
|
are there any flights from boston to san francisco which stop in denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
|
what airlines have business class
|
[[FUNCTION]] get_airline {'class_type': 'business class'}
|
please give me all flights from long beach to memphis
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'long beach', 'toloc.city_name': 'memphis'}
|
flight from denver to dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'dallas fort worth'}
|
list flights from san francisco to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh'}
|
i 'd like to know what type of plane flies from boston to dallas fort worth after 530
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas fort worth', 'depart_time.time_relative': 'after', 'depart_time.time': '530'}
|
please tell me the times of the flights between boston and baltimore
|
[[FUNCTION]] get_flight_time {'flight_time': 'times', 'fromloc.city_name': 'boston', 'toloc.city_name': 'baltimore'}
|
find a flight from philadelphia to san francisco please on delta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'airline_name': 'delta'}
|
what is the cost of a ticket going from denver to boston july twenty fifth 1991
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'depart_date.month_name': 'july', 'depart_date.day_number': 'twenty fifth', 'depart_date.year': '1991'}
|
flight numbers from minneapolis to long beach on june twenty six
|
[[FUNCTION]] get_flight_no {'fromloc.city_name': 'minneapolis', 'toloc.city_name': 'long beach', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty six'}
|
i 'm looking for a flight from oakland to denver with a stopover in dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver', 'stoploc.city_name': 'dallas fort worth'}
|
show me first class airlines from san francisco to pittsburgh on next tuesday first class only
|
[[FUNCTION]] get_airline {'class_type': 'first class', 'fromloc.city_name': 'san francisco', 'toloc.city_name': 'pittsburgh', 'depart_date.date_relative': 'next', 'depart_date.day_name': 'tuesday'}
|
what flights are there on saturdays from philadelphia to denver
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'saturdays', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'denver'}
|
i need a flight from denver to washington dc on wednesday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'wednesday'}
|
show me the flights from columbus to charlotte
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'columbus', 'toloc.city_name': 'charlotte'}
|
oh let 's see does eastern airline have a flight from atlanta to washington
|
[[FUNCTION]] get_flight {'airline_name': 'eastern airline', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington'}
|
what is the price of business class from boston to san francisco on twa
|
[[FUNCTION]] get_airfare {'class_type': 'business class', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'airline_code': 'twa'}
|
flights from atlanta to dallas in the afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'dallas', 'depart_time.period_of_day': 'afternoon'}
|
eastern flight 825 from atlanta to denver leaving at 555 what type of aircraft is used on that flight
|
[[FUNCTION]] get_flight {'airline_name': 'eastern', 'flight_number': '825', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'depart_time.time': '555'}
|
what are all the flights between san francisco and boston
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston'}
|
define airline us
|
[[FUNCTION]] get_abbreviation {'airline_code': 'us'}
|
i want to fly philadelphia to san francisco on july eighth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'july', 'depart_date.day_number': 'eighth'}
|
find a flight from boston to washington on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'washington', 'depart_date.day_name': 'monday'}
|
give me information on flights from atlanta to washington dc on wednesday after 4 pm and thursday before 9 am
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'thursday', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am'}
|
find the flights from boston to san francisco leaving after 6 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '6 pm'}
|
show me the cheapest fare from dallas to baltimore
|
[[FUNCTION]] get_airfare {'cost_relative': 'cheapest', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'baltimore'}
|
i live in denver and i 'd like to make a trip to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh'}
|
give me flights that arrive in baltimore from atlanta denver and pittsburgh
|
[[FUNCTION]] get_flight {'toloc.city_name': 'baltimore', 'fromloc.city_name': 'pittsburgh'}
|
hello i 'm trying to find a flight that goes from pittsburgh to denver after 2 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver', 'depart_time.time_relative': 'after', 'depart_time.time': '2 pm'}
|
what airlines fly between boston and san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
code ff
|
[[FUNCTION]] get_abbreviation {'airline_code': 'ff'}
|
what is the earliest flight from boston to san francisco on november seventh
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'depart_date.month_name': 'november', 'depart_date.day_number': 'seventh'}
|
list all flights from boston to san francisco on us air
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'airline_name': 'us air'}
|
i would like a list of flights from pittsburgh to dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'dallas'}
|
on november twenty third of this year 1991 i 'd like to fly from atlanta to denver and i 'd like to fly on delta
|
[[FUNCTION]] get_flight {'depart_date.month_name': 'november', 'depart_date.day_number': 'twenty third', 'depart_date.year': 'year', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'denver', 'airline_name': 'delta'}
|
do you have any airlines that would stop at denver on the way from baltimore to san francisco
|
[[FUNCTION]] get_airline {'stoploc.city_name': 'denver', 'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco'}
|
list all flights from tampa florida to miami that are the cheapest one way
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tampa', 'fromloc.state_name': 'florida', 'toloc.city_name': 'miami', 'cost_relative': 'cheapest', 'round_trip': 'one way'}
|
list the nonstop flights on wednesday june second from miami to baltimore arriving in baltimore between 1115 am and 1245 pm
|
[[FUNCTION]] get_flight {'flight_stop': 'nonstop', 'arrive_date.day_name': 'wednesday', 'arrive_date.month_name': 'june', 'arrive_date.day_number': 'second', 'fromloc.city_name': 'miami', 'toloc.city_name': 'baltimore', 'arrive_time.start_time': '1115 am', 'arrive_time.end_time': '1245 pm'}
|
give me flights from san francisco to boston on thursday afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'afternoon'}
|
denver to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'atlanta'}
|
what 's the last flight leaving from pittsburgh to oakland
|
[[FUNCTION]] get_flight {'flight_mod': 'last', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'oakland'}
|
does any airline have an afternoon flight from boston to oakland
|
[[FUNCTION]] get_airline {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'boston', 'toloc.city_name': 'oakland'}
|
do you have a flight from philadelphia to san francisco with a stopover in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas'}
|
i want to make a trip from washington to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'toloc.city_name': 'san francisco'}
|
i would like information on flights leaving atlanta in the afternoon arriving in dallas
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'depart_time.period_of_day': 'afternoon', 'toloc.city_name': 'dallas'}
|
show me all flights from san diego to new york nonstop
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san diego', 'toloc.city_name': 'new york', 'flight_stop': 'nonstop'}
|
show me all flights with fares from pittsburgh to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco'}
|
what are the flights from milwaukee to tampa
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tampa'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.