input
stringlengths 8
186
| output
stringlengths 39
256
|
|---|---|
i have four people needing a restaurant reservation
|
[[FUNCTION]] BookRestaurant {'party_size_number': 'four', 'restaurant_type': 'restaurant'}
|
play calico skies by john feinstein with netflix
|
[[FUNCTION]] PlayMusic {'track': 'calico skies', 'artist': 'john feinstein', 'service': 'netflix'}
|
add hello i must be going to the power ballads playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'hello i must be going', 'playlist': 'power ballads'}
|
can you tell me the weather conditions for patricia
|
[[FUNCTION]] GetWeather {'city': 'patricia'}
|
add an album by jenifer to my travelling playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'artist': 'jenifer', 'playlist_owner': 'my', 'playlist': 'travelling'}
|
is jack the ripper playing in one hour at the nearest movie house
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'jack the ripper', 'timeRange': 'in one hour', 'spatial_relation': 'nearest', 'object_location_type': 'movie house'}
|
find a trailer for pesterminator: the western exterminator
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'trailer', 'object_name': 'pesterminator: the western exterminator'}
|
i need a table for a party of 2 at co-operative block building in old glory
|
[[FUNCTION]] BookRestaurant {'party_size_number': '2', 'restaurant_name': 'co-operative block building', 'city': 'old glory'}
|
play music on the playlist urban hits
|
[[FUNCTION]] PlayMusic {'playlist': 'urban hits'}
|
play melody music from the thirties
|
[[FUNCTION]] PlayMusic {'music_item': 'melody', 'year': 'thirties'}
|
i want this album on my indie alternativa playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'playlist_owner': 'my', 'playlist': 'indie alternativa'}
|
what s the movie schedules for magic johnson theatres
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'location_name': 'magic johnson theatres'}
|
play a fairouz tune on deezer
|
[[FUNCTION]] PlayMusic {'artist': 'fairouz', 'music_item': 'tune', 'service': 'deezer'}
|
book a table for sep the second 2020 at a highly rated place for me and my baby at a joint serving cambodian
|
[[FUNCTION]] BookRestaurant {'timeRange': 'sep the second 2020', 'sort': 'highly rated', 'party_size_description': 'me and my baby', 'restaurant_type': 'joint', 'cuisine': 'cambodian'}
|
add an artist to my playlist this is verdi
|
[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'this is verdi'}
|
give the following essay one stars
|
[[FUNCTION]] RateBook {'object_select': 'following', 'object_type': 'essay', 'rating_value': 'one', 'rating_unit': 'stars'}
|
what s the weather forecast for 8 hours from now in cape verde
|
[[FUNCTION]] GetWeather {'timeRange': '8 hours from now', 'country': 'cape verde'}
|
is it supposed to be windy in me on june the 14th 2024
|
[[FUNCTION]] GetWeather {'condition_description': 'windy', 'state': 'me', 'timeRange': 'june the 14th 2024'}
|
rate anarchy state and utopia saga a 5
|
[[FUNCTION]] RateBook {'object_name': 'anarchy state and utopia', 'object_part_of_series_type': 'saga', 'rating_value': '5'}
|
find the song tholireyi gadichindi
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'tholireyi gadichindi'}
|
what is the forecast for 15:04 in georgia for overcast conditions in valley view
|
[[FUNCTION]] GetWeather {'timeRange': '15:04', 'state': 'georgia', 'condition_description': 'overcast', 'city': 'valley view'}
|
insert rock me up song to my list
|
[[FUNCTION]] AddToPlaylist {'playlist': 'rock me up', 'music_item': 'song', 'playlist_owner': 'my'}
|
rate this series one out of 6
|
[[FUNCTION]] RateBook {'object_select': 'this', 'object_part_of_series_type': 'series', 'rating_value': 'one', 'best_rating': '6'}
|
play the track goodbye alexander goodbye honey boy from ehsaan noorani
|
[[FUNCTION]] PlayMusic {'music_item': 'track', 'track': 'goodbye alexander goodbye honey boy', 'artist': 'ehsaan noorani'}
|
the current album gets three out of 6 points
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'album', 'rating_value': 'three', 'best_rating': '6', 'rating_unit': 'points'}
|
where can i find lonely hearts
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'lonely hearts'}
|
add falcon to the top tracks in metal playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'falcon', 'playlist': 'top tracks in metal'}
|
rate how to eat fried worms two stars
|
[[FUNCTION]] RateBook {'object_name': 'how to eat fried worms', 'rating_value': 'two', 'rating_unit': 'stars'}
|
play paul riley on youtube
|
[[FUNCTION]] PlayMusic {'artist': 'paul riley', 'service': 'youtube'}
|
give drift: the unmooring of american military power 0 out of 6 points
|
[[FUNCTION]] RateBook {'object_name': 'drift: the unmooring of american military power', 'rating_value': '0', 'best_rating': '6', 'rating_unit': 'points'}
|
add mike mantler to playlist girls night
|
[[FUNCTION]] AddToPlaylist {'artist': 'mike mantler', 'playlist': 'girls night'}
|
add be yourself tonight to i love my 90s hip hop
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'be yourself tonight', 'playlist': 'i love my 90s hip hop'}
|
show me the album til the morning
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'album', 'object_name': 'til the morning'}
|
show me the picture the afternoon
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'picture', 'object_name': 'the afternoon'}
|
where can i see the show twentysomething
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'twentysomething'}
|
add the name the 3rd world to the playlist rock me up
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'the 3rd world', 'playlist': 'rock me up'}
|
how much humidity is there in ut
|
[[FUNCTION]] GetWeather {'condition_description': 'humidity', 'state': 'ut'}
|
can you tell me what time the fickle is playing at the closest cinema
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the fickle', 'spatial_relation': 'closest', 'object_location_type': 'cinema'}
|
where can i buy a barometer clock
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'barometer clock'}
|
rate the following series a one out of 6
|
[[FUNCTION]] RateBook {'object_select': 'following', 'object_part_of_series_type': 'series', 'rating_value': 'one', 'best_rating': '6'}
|
list movie schedule
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
|
rate the current saga zero of 6 stars
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_part_of_series_type': 'saga', 'rating_value': 'zero', 'best_rating': '6', 'rating_unit': 'stars'}
|
book a table at carter house inn in saint bonaventure alaska
|
[[FUNCTION]] BookRestaurant {'restaurant_name': 'carter house inn', 'city': 'saint bonaventure', 'state': 'alaska'}
|
play té para tres
|
[[FUNCTION]] PlayMusic {'playlist': 'té para tres'}
|
is it currently cold in elsmore luxembourg
|
[[FUNCTION]] GetWeather {'condition_temperature': 'cold', 'city': 'elsmore', 'country': 'luxembourg'}
|
add this song by george melly to my 90 s baby makers playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'artist': 'george melly', 'playlist_owner': 'my', 'playlist': '90 s baby makers'}
|
play some 1962 theme music
|
[[FUNCTION]] PlayMusic {'year': '1962', 'music_item': 'theme'}
|
put this track on operación bikini
|
[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist': 'operación bikini'}
|
is it supposed to snow in nv
|
[[FUNCTION]] GetWeather {'condition_description': 'snow', 'state': 'nv'}
|
to the stars: the autobiography of george takei gets four out of 6 stars
|
[[FUNCTION]] RateBook {'object_name': 'to the stars: the autobiography of george takei', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'stars'}
|
play luis alfonzo larrain from 1995
|
[[FUNCTION]] PlayMusic {'artist': 'luis alfonzo larrain', 'year': '1995'}
|
what cinema is health warning playing in eleven hours
|
[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'cinema', 'movie_name': 'health warning', 'timeRange': 'in eleven hours'}
|
show the forecast for two years from now in lake telemark sudan
|
[[FUNCTION]] GetWeather {'timeRange': 'two years from now', 'city': 'lake telemark', 'country': 'sudan'}
|
book a restaurant for six in mp
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_number': 'six', 'state': 'mp'}
|
what movies are at malco theatres
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'location_name': 'malco theatres'}
|
what time can i see the conflicts of life
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'the conflicts of life'}
|
what s the weather forecast for haigler
|
[[FUNCTION]] GetWeather {'city': 'haigler'}
|
is it chillier in mint hill fm
|
[[FUNCTION]] GetWeather {'condition_temperature': 'chillier', 'city': 'mint hill', 'state': 'fm'}
|
will there be hail around khao phanom bencha national park
|
[[FUNCTION]] GetWeather {'condition_description': 'hail', 'spatial_relation': 'around', 'geographic_poi': 'khao phanom bencha national park'}
|
book a restaurant in ca for my parents and i on oct the seventeenth
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'state': 'ca', 'party_size_description': 'my parents and i', 'timeRange': 'oct the seventeenth'}
|
show me the movie schedule
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
|
give one out o 6 stars to this chronicle
|
[[FUNCTION]] RateBook {'rating_value': 'one', 'best_rating': '6', 'rating_unit': 'stars', 'object_select': 'this', 'object_part_of_series_type': 'chronicle'}
|
can i get the movie schedule for the bow tie cinemas
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'location_name': 'bow tie cinemas'}
|
is it hot here
|
[[FUNCTION]] GetWeather {'condition_temperature': 'hot', 'current_location': 'here'}
|
can i get the showtimes for films at dickinson theatres
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'films', 'location_name': 'dickinson theatres'}
|
play alfredo zitarrosa on spotify
|
[[FUNCTION]] PlayMusic {'artist': 'alfredo zitarrosa', 'service': 'spotify'}
|
add the name kids in the street to the plylist new indie mix
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'kids in the street', 'playlist': 'new indie mix'}
|
i want to put this artist in mellowed out gaming
|
[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist': 'mellowed out gaming'}
|
i would give the lady of the rivers 0 stars
|
[[FUNCTION]] RateBook {'object_name': 'the lady of the rivers', 'rating_value': '0', 'rating_unit': 'stars'}
|
is judgment day: the john list story playing at megaplex theatres
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'judgment day: the john list story', 'location_name': 'megaplex theatres'}
|
will it be chilly at 4 in druid hills american samoa
|
[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'timeRange': '4', 'city': 'druid hills', 'country': 'american samoa'}
|
find me the river of love saga
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'the river of love', 'object_type': 'saga'}
|
play a concerto that was most popular in 1958 by mickey hart
|
[[FUNCTION]] PlayMusic {'music_item': 'concerto', 'sort': 'most popular', 'year': '1958', 'artist': 'mickey hart'}
|
show me the show live at the fillmore east
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'live at the fillmore east'}
|
play the busco un pueblo album
|
[[FUNCTION]] PlayMusic {'album': 'busco un pueblo', 'music_item': 'album'}
|
book a table at a diner which serves thousand island dressing in ivory coast
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'diner', 'served_dish': 'thousand island dressing', 'country': 'ivory coast'}
|
book a restaurant in san juan capistrano for 6 people at ten am
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'city': 'san juan capistrano', 'party_size_number': '6', 'timeRange': 'ten am'}
|
play piano 100
|
[[FUNCTION]] PlayMusic {'playlist': 'piano 100'}
|
find wish you were here a movie
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'wish you were here', 'object_type': 'movie'}
|
add tune to my the southern highway chronicles playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist_owner': 'my', 'playlist': 'the southern highway chronicles'}
|
find a cinema closest with animated movies
|
[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'cinema', 'spatial_relation': 'closest', 'movie_type': 'animated movies'}
|
add kirk hammett to calm down
|
[[FUNCTION]] AddToPlaylist {'artist': 'kirk hammett', 'playlist': 'calm down'}
|
find a movie schedule
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule'}
|
give zero out of 6 points to the false peace
|
[[FUNCTION]] RateBook {'rating_value': 'zero', 'best_rating': '6', 'rating_unit': 'points', 'object_name': 'the false peace'}
|
rate my current novel 3 out of 6
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': '3', 'best_rating': '6'}
|
play the top-twenty songs by the kleptones on spotify
|
[[FUNCTION]] PlayMusic {'sort': 'top-twenty', 'artist': 'the kleptones', 'service': 'spotify'}
|
find me the tv show ask a woman who knows
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'tv show', 'object_name': 'ask a woman who knows'}
|
play the top hits of 2016
|
[[FUNCTION]] PlayMusic {'sort': 'top', 'year': '2016'}
|
is tomorrow at seven being played at douglas theatre company
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'tomorrow at seven', 'location_name': 'douglas theatre company'}
|
book a reservation for a taverna at sunrise in kaanapali
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'taverna', 'timeRange': 'sunrise', 'city': 'kaanapali'}
|
rate the race a two
|
[[FUNCTION]] RateBook {'object_name': 'the race', 'rating_value': 'two'}
|
find phinally phamous
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'phinally phamous'}
|
play march of the soviet tankmen from gloria gaither
|
[[FUNCTION]] PlayMusic {'track': 'march of the soviet tankmen', 'artist': 'gloria gaither'}
|
book a table for me naomi and elisabeth at a brasserie with wifi
|
[[FUNCTION]] BookRestaurant {'party_size_description': 'me naomi and elisabeth', 'restaurant_type': 'brasserie', 'facility': 'wifi'}
|
give two out of 6 stars saga called the big question
|
[[FUNCTION]] RateBook {'rating_value': 'two', 'best_rating': '6', 'rating_unit': 'stars', 'object_part_of_series_type': 'saga', 'object_name': 'the big question'}
|
i need to book a highly rated restaurant in coronado
|
[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'restaurant_type': 'restaurant', 'city': 'coronado'}
|
please find me a novel called the caledonian-record
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'novel', 'object_name': 'the caledonian-record'}
|
find journal of the european economic association a movie i want to see
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'journal of the european economic association', 'object_type': 'movie'}
|
play a top twenty symphony by bumble bee slim
|
[[FUNCTION]] PlayMusic {'sort': 'top twenty', 'music_item': 'symphony', 'artist': 'bumble bee slim'}
|
i give the caxtons chronicle 1 out of 6 stars
|
[[FUNCTION]] RateBook {'object_name': 'the caxtons', 'object_part_of_series_type': 'chronicle', 'rating_value': '1', 'best_rating': '6', 'rating_unit': 'stars'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.