input
stringlengths 6
259
| output
stringlengths 26
381
|
|---|---|
list daily flights from boston to atlanta
|
[[FUNCTION]] get_flight {'flight_days': 'daily', 'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
on a flight from san francisco to atlanta that leaves before 8 am is there such a flight
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'atlanta', 'depart_time.time_relative': 'before', 'depart_time.time': '8 am'}
|
on united airlines give me the flight times from boston to dallas
|
[[FUNCTION]] get_flight_time {'airline_name': 'united airlines', 'flight_time': 'flight times', 'fromloc.city_name': 'boston', 'toloc.city_name': 'dallas'}
|
ground transportation minneapolis
|
[[FUNCTION]] get_ground_service {'city_name': 'minneapolis'}
|
show me airline abbreviations
|
[[FUNCTION]] get_airline {}
|
how many flights does delta have with a class of service code f
|
[[FUNCTION]] get_quantity {'airline_name': 'delta', 'fare_basis_code': 'f'}
|
please list all the arriving and departing flights from general mitchell international
|
[[FUNCTION]] get_flight {'fromloc.airport_name': 'general mitchell international'}
|
i would like to see the flights from denver to philadelphia please
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'philadelphia'}
|
does eastern airlines fly early in the morning between logan and bwi
|
[[FUNCTION]] get_flight {'airline_name': 'eastern airlines', 'depart_time.period_mod': 'early', 'depart_time.period_of_day': 'morning', 'fromloc.airport_name': 'logan', 'toloc.airport_code': 'bwi'}
|
what flights leave phoenix on american airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'airline_name': 'american airlines'}
|
can you list all the airlines that have flights from boston to san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
flights from nashville to orlando daily
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'orlando', 'flight_days': 'daily'}
|
show me first class flights from pittsburgh to san francisco on friday
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday'}
|
i need the earliest flight from denver to boston that serves dinner
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'boston', 'meal_description': 'dinner'}
|
from toronto to atlanta in the afternoon
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'toronto', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'afternoon'}
|
please list the friday afternoon flights from san jose to dallas on american airlines
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'san jose', 'toloc.city_name': 'dallas', 'airline_name': 'american airlines'}
|
is there ground transportation in boston from the airport
|
[[FUNCTION]] get_ground_service {'city_name': 'boston'}
|
show first flight from pittsburgh to atlanta on wednesday
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'wednesday'}
|
i 'm sorry i wanted to fly twa is there a flight between oakland and boston with a stopover in dallas fort worth on twa
|
[[FUNCTION]] get_flight {'airline_code': 'twa', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'boston', 'stoploc.city_name': 'dallas fort worth'}
|
show me all flights from san francisco to la guardia nonstop
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.airport_name': 'la guardia', 'flight_stop': 'nonstop'}
|
what flights are there from pittsburgh to los angeles
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles'}
|
what kind of ground transportation is there in washington dc
|
[[FUNCTION]] get_ground_service {'city_name': 'washington', 'state_code': 'dc'}
|
what is the least expensive flight available from dallas fort worth to san francisco
|
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'dallas fort worth', 'toloc.city_name': 'san francisco'}
|
what does the fare code f mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'f'}
|
what 's the most expensive way i can fly to washington
|
[[FUNCTION]] get_flight {'cost_relative': 'most expensive', 'toloc.city_name': 'washington'}
|
what flights from houston to milwaukee on friday on american airlines
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'houston', 'toloc.city_name': 'milwaukee', 'depart_date.day_name': 'friday', 'airline_name': 'american airlines'}
|
what is the schedule of ground transportation from the airport in philadelphia into downtown
|
[[FUNCTION]] get_ground_service {'flight_time': 'schedule', 'fromloc.city_name': 'philadelphia'}
|
show me a list of flights from san francisco to boston for august thirtieth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'boston', 'depart_date.month_name': 'august', 'depart_date.day_number': 'thirtieth'}
|
show me the least expensive flight from miami to cleveland on sunday after noon
|
[[FUNCTION]] get_flight {'cost_relative': 'least expensive', 'fromloc.city_name': 'miami', 'toloc.city_name': 'cleveland', 'depart_date.day_name': 'sunday', 'depart_time.time_relative': 'after', 'depart_time.time': 'noon'}
|
how much does it cost to go from downtown to logan airport
|
[[FUNCTION]] get_airfare {'toloc.airport_name': 'logan airport'}
|
what flights are there from newark to tampa
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'toloc.city_name': 'tampa'}
|
i want a flight from philadelphia to dallas that at least has one stop
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas', 'mod': 'least', 'flight_stop': 'one stop'}
|
show flights from denver to oakland arriving between 12 and 1 o'clock
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'oakland', 'arrive_time.start_time': '12', 'arrive_time.end_time': "1 o'clock"}
|
what is the fare from san francisco to dallas fort worth on delta flight 852
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'dallas fort worth', 'airline_name': 'delta', 'flight_number': '852'}
|
flights from newark new jersey to cleveland ohio
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'newark', 'fromloc.state_name': 'new jersey', 'toloc.city_name': 'cleveland', 'toloc.state_name': 'ohio'}
|
give me flights from denver to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'baltimore'}
|
show the flights from denver to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
show me flights denver to washington dc on thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'thursday'}
|
please list the thursday morning flights from st. louis to st. paul
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'st. louis', 'toloc.city_name': 'st. paul'}
|
what flight do you have from pittsburgh to san francisco on the morning of august twenty seventh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_time.period_of_day': 'morning', 'depart_date.month_name': 'august', 'depart_date.day_number': 'twenty seventh'}
|
what are the flights from boston to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'atlanta'}
|
what flights from baltimore to san francisco arrive before 8 pm in san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'san francisco', 'arrive_time.time_relative': 'before', 'arrive_time.time': '8 pm'}
|
show me the flights from pittsburgh to san francisco for thursday night or friday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'friday', 'depart_time.period_of_day': 'night', 'or': 'or'}
|
get me a first class flight on american to san francisco on tuesday next week
|
[[FUNCTION]] get_flight {'class_type': 'first class', 'airline_name': 'american', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'tuesday', 'depart_date.date_relative': 'next'}
|
ground transportation in westchester county
|
[[FUNCTION]] get_ground_service {'city_name': 'westchester county'}
|
what flights are there from atlanta to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore'}
|
i 'd like to fly from dallas to san francisco at approximately 615 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'approximately', 'depart_time.time': '615 pm'}
|
list the fares of us air flights from boston to philadelphia
|
[[FUNCTION]] get_airfare {'airline_name': 'us air', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
|
list flights from phoenix to detroit on thursday june twenty fourth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'phoenix', 'toloc.city_name': 'detroit', 'depart_date.day_name': 'thursday', 'depart_date.month_name': 'june', 'depart_date.day_number': 'twenty fourth'}
|
what flights from miami to indianapolis on sunday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'miami', 'toloc.city_name': 'indianapolis', 'depart_date.day_name': 'sunday'}
|
now show me the flights from memphis to cleveland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'memphis', 'toloc.city_name': 'cleveland'}
|
can you give me information on all the flights from san francisco no from pittsburgh to san francisco on monday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'san francisco', 'depart_date.day_name': 'monday'}
|
could you find me a flight from boston to san francisco that stops in denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver'}
|
flights from cleveland to miami
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'cleveland', 'toloc.city_name': 'miami'}
|
give me the flights from pittsburgh to los angeles thursday evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'los angeles', 'depart_date.day_name': 'thursday', 'depart_time.period_of_day': 'evening'}
|
please list all of the flights leaving atlanta heading to baltimore after 8 pm wednesday and before 9 am thursday
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'baltimore', 'depart_time.time_relative': 'before', 'depart_time.time': '9 am', 'depart_date.day_name': 'thursday'}
|
show me flights from seattle to san francisco that leave after 5 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'seattle', 'toloc.city_name': 'san francisco', 'depart_time.time_relative': 'after', 'depart_time.time': '5 pm'}
|
show me the flights that go from tacoma to miami
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'tacoma', 'toloc.city_name': 'miami'}
|
which airline can fly me from atlanta to denver to san francisco
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco'}
|
are there any flights from denver to pittsburgh with stops in atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'pittsburgh', 'stoploc.city_name': 'atlanta'}
|
list all the flights that arrive at general mitchell international
|
[[FUNCTION]] get_flight {'toloc.airport_name': 'general mitchell international'}
|
what is fare code h
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'h'}
|
what flights from salt lake city to new york city arrive next saturday before 6 pm
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'salt lake city', 'toloc.city_name': 'new york city', 'arrive_date.date_relative': 'next', 'arrive_date.day_name': 'saturday', 'arrive_time.time_relative': 'before', 'arrive_time.time': '6 pm'}
|
flights from nashville to seattle
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'nashville', 'toloc.city_name': 'seattle'}
|
show me fares from seattle to minneapolis
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'seattle', 'toloc.city_name': 'minneapolis'}
|
i need a flight from boston to san francisco via dallas fort worth
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'dallas fort worth'}
|
i 'd like an afternoon flight from atlanta to san francisco with a stopover in denver arriving i 'd say about mealtime
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'afternoon', 'fromloc.city_name': 'atlanta', 'toloc.city_name': 'san francisco', 'stoploc.city_name': 'denver', 'arrive_time.time_relative': 'about', 'arrive_time.time': 'mealtime'}
|
show me the most expensive one way flight from detroit to westchester county
|
[[FUNCTION]] get_flight {'cost_relative': 'most expensive', 'round_trip': 'one way', 'fromloc.city_name': 'detroit', 'toloc.city_name': 'westchester county'}
|
show me the flights from baltimore to philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'philadelphia'}
|
from denver to washington dc on monday november eleventh 1991
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'denver', 'toloc.city_name': 'washington', 'toloc.state_code': 'dc', 'depart_date.day_name': 'monday', 'depart_date.month_name': 'november', 'depart_date.day_number': 'eleventh', 'depart_date.year': '1991'}
|
please list all the flights from boston to denver which serve meals
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'denver', 'meal': 'meals'}
|
list aircraft types that fly between boston and san francisco
|
[[FUNCTION]] get_aircraft {'fromloc.city_name': 'boston', 'toloc.city_name': 'san francisco'}
|
what does fare code qw mean
|
[[FUNCTION]] get_abbreviation {'fare_basis_code': 'qw'}
|
i 'm interested in a flight on american airlines from dallas to washington
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'dallas', 'toloc.city_name': 'washington'}
|
give me flights from pittsburgh to baltimore
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore'}
|
how much is a round trip fare from indianapolis to seattle
|
[[FUNCTION]] get_airfare {'round_trip': 'round trip', 'fromloc.city_name': 'indianapolis', 'toloc.city_name': 'seattle'}
|
what is the cheapest flight from long beach to memphis
|
[[FUNCTION]] get_flight {'cost_relative': 'cheapest', 'fromloc.city_name': 'long beach', 'toloc.city_name': 'memphis'}
|
which airline provides business class flights
|
[[FUNCTION]] get_airline {'class_type': 'business class'}
|
pittsburgh to denver
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'denver'}
|
which airlines fly between boston and pittsburgh
|
[[FUNCTION]] get_airline {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
list the flights arriving in atlanta from baltimore before noon on august fourth
|
[[FUNCTION]] get_flight {'toloc.city_name': 'atlanta', 'fromloc.city_name': 'baltimore', 'arrive_time.time_relative': 'before', 'arrive_time.time': 'noon', 'arrive_date.month_name': 'august', 'arrive_date.day_number': 'fourth'}
|
give me the flights for american airline from philadelphia to dallas
|
[[FUNCTION]] get_flight {'airline_name': 'american airline', 'fromloc.city_name': 'philadelphia', 'toloc.city_name': 'dallas'}
|
i need a flight this sunday from miami to las vegas and i would prefer a morning flight
|
[[FUNCTION]] get_flight {'depart_date.day_name': 'sunday', 'fromloc.city_name': 'miami', 'toloc.city_name': 'las vegas', 'depart_time.period_of_day': 'morning'}
|
flights from boston to pittsburgh
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'boston', 'toloc.city_name': 'pittsburgh'}
|
which flights go from pittsburgh to atlanta in the evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_time.period_of_day': 'evening'}
|
show me the fares from dallas to san francisco
|
[[FUNCTION]] get_airfare {'fromloc.city_name': 'dallas', 'toloc.city_name': 'san francisco'}
|
give me american airlines flights from milwaukee to phoenix on saturday and on sunday
|
[[FUNCTION]] get_flight {'airline_name': 'american airlines', 'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'phoenix', 'depart_date.day_name': 'sunday'}
|
list all flights that leave from baltimore or denver or pittsburgh and arrive in philadelphia
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'or': 'or', 'toloc.city_name': 'philadelphia'}
|
show me the flights from baltimore to oakland
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'oakland'}
|
show me the earliest flight from denver to las vegas
|
[[FUNCTION]] get_flight {'flight_mod': 'earliest', 'fromloc.city_name': 'denver', 'toloc.city_name': 'las vegas'}
|
show me flights from milwaukee to orlando on wednesday night
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'orlando', 'depart_date.day_name': 'wednesday', 'depart_time.period_of_day': 'night'}
|
may i have a listing of flights from milwaukee to tacoma washington departing in the evening
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'milwaukee', 'toloc.city_name': 'tacoma', 'toloc.state_name': 'washington', 'depart_time.period_of_day': 'evening'}
|
what morning flights do you have between oakland and denver
|
[[FUNCTION]] get_flight {'depart_time.period_of_day': 'morning', 'fromloc.city_name': 'oakland', 'toloc.city_name': 'denver'}
|
i 'd like a flight from washington that stops in denver and goes on to san francisco
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'washington', 'stoploc.city_name': 'denver', 'toloc.city_name': 'san francisco'}
|
show me all flights from pittsburgh to baltimore tomorrow
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'baltimore', 'depart_date.today_relative': 'tomorrow'}
|
all one way flights between boston and philadelphia
|
[[FUNCTION]] get_flight {'round_trip': 'one way', 'fromloc.city_name': 'boston', 'toloc.city_name': 'philadelphia'}
|
what flights go to san francisco from boston
|
[[FUNCTION]] get_flight {'toloc.city_name': 'san francisco', 'fromloc.city_name': 'boston'}
|
what flights are there from san francisco to philadelphia daily with economy class
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'san francisco', 'toloc.city_name': 'philadelphia', 'flight_days': 'daily', 'economy': 'economy class'}
|
first flights from pittsburgh to atlanta on a thursday
|
[[FUNCTION]] get_flight {'flight_mod': 'first', 'fromloc.city_name': 'pittsburgh', 'toloc.city_name': 'atlanta', 'depart_date.day_name': 'thursday'}
|
show me the flights from baltimore to atlanta
|
[[FUNCTION]] get_flight {'fromloc.city_name': 'baltimore', 'toloc.city_name': 'atlanta'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.