input
stringlengths 8
186
| output
stringlengths 39
256
|
|---|---|
find 300: march to glory a song
|
[[FUNCTION]] SearchCreativeWork {'object_name': '300: march to glory', 'object_type': 'song'}
|
add this song to my list called the birth of cool
|
[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'the birth of cool'}
|
book a co table at windows on the world
|
[[FUNCTION]] BookRestaurant {'state': 'co', 'restaurant_name': 'windows on the world'}
|
rate cotton comes to harlem a 2
|
[[FUNCTION]] RateBook {'object_name': 'cotton comes to harlem', 'rating_value': '2'}
|
i want to hear a 1957 theme song
|
[[FUNCTION]] PlayMusic {'year': '1957', 'music_item': 'theme song'}
|
search for the song called journal of the american statistical association
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'journal of the american statistical association'}
|
what is the weather forecast close to puerto rico
|
[[FUNCTION]] GetWeather {'spatial_relation': 'close', 'country': 'puerto rico'}
|
find a love song
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'love', 'object_type': 'song'}
|
put this song in my funk playlist please
|
[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist_owner': 'my', 'playlist': 'funk'}
|
need a table at a restaurant serving foie gras on halloween for two at northern mariana islands
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'served_dish': 'foie gras', 'timeRange': 'halloween', 'party_size_number': 'two', 'state': 'northern mariana islands'}
|
add tune to electro workout
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'electro workout'}
|
play russell morris s the singer and the song on netflix
|
[[FUNCTION]] PlayMusic {'artist': 'russell morris', 'album': 'the singer and the song', 'service': 'netflix'}
|
2 of us want to eat at a restaurant that serves meatballs in vt
|
[[FUNCTION]] BookRestaurant {'party_size_number': '2', 'restaurant_type': 'restaurant', 'served_dish': 'meatballs', 'state': 'vt'}
|
find a restaurant for marylou and i within walking distance of my mum s hotel
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_description': 'marylou and i', 'spatial_relation': 'within walking distance', 'poi': 'my mum s hotel'}
|
find me the movie schedule for great escape theatres
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'location_name': 'great escape theatres'}
|
book a table for tomorrow for five people
|
[[FUNCTION]] BookRestaurant {'timeRange': 'tomorrow', 'party_size_number': 'five'}
|
book a gastropub in rose creek for elevenses
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'gastropub', 'city': 'rose creek', 'timeRange': 'elevenses'}
|
what s the closest movie theatre showing harbour beat
|
[[FUNCTION]] SearchScreeningEvent {'spatial_relation': 'closest', 'object_location_type': 'movie theatre', 'movie_name': 'harbour beat'}
|
i m looking for the television show the flame
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'television show', 'object_name': 'the flame'}
|
i want to give the cat who walks through walls a 1
|
[[FUNCTION]] RateBook {'object_name': 'the cat who walks through walls', 'rating_value': '1'}
|
what are the movie times
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
|
i want to listen to the album going back to the blue ridge mountains on iheart
|
[[FUNCTION]] PlayMusic {'music_item': 'album', 'album': 'going back to the blue ridge mountains', 'service': 'iheart'}
|
will it be windy at 4 pm in ny
|
[[FUNCTION]] GetWeather {'condition_description': 'windy', 'timeRange': '4 pm', 'state': 'ny'}
|
play my sophisticated dinner playlist on slacker
|
[[FUNCTION]] PlayMusic {'playlist': 'sophisticated dinner', 'service': 'slacker'}
|
play a track by deeyah khan
|
[[FUNCTION]] PlayMusic {'music_item': 'track', 'artist': 'deeyah khan'}
|
is the film goodrich quality theaters playing at 12:26 am
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'film', 'location_name': 'goodrich quality theaters', 'timeRange': '12:26 am'}
|
is it supposed to hail in rosenberg in the french polynesia
|
[[FUNCTION]] GetWeather {'condition_description': 'hail', 'city': 'rosenberg', 'country': 'french polynesia'}
|
is it supposed to gt colder in or
|
[[FUNCTION]] GetWeather {'condition_temperature': 'colder', 'state': 'or'}
|
what amc theaters is the red dance playing at
|
[[FUNCTION]] SearchScreeningEvent {'location_name': 'amc theaters', 'movie_name': 'the red dance'}
|
give 1 out of 6 to west of january
|
[[FUNCTION]] RateBook {'rating_value': '1', 'best_rating': '6', 'object_name': 'west of january'}
|
show me the a-myin-thit tv series
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'a-myin-thit', 'object_type': 'tv series'}
|
is cape mount nature conservation unit has storm weather
|
[[FUNCTION]] GetWeather {'geographic_poi': 'cape mount nature conservation unit', 'condition_description': 'storm'}
|
tell me if it ll be chilly 1 second from now here
|
[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'timeRange': '1 second from now', 'current_location': 'here'}
|
can you play some eighties music
|
[[FUNCTION]] PlayMusic {'year': 'eighties'}
|
add the wee wee man to pamela s stress relief playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'the wee wee man', 'playlist_owner': 'pamela s', 'playlist': 'stress relief'}
|
i m looking for a novel called and then there was light
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'novel', 'object_name': 'and then there was light'}
|
rate this textbook a one
|
[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'textbook', 'rating_value': 'one'}
|
add the avispa track to my bass gaming playlist
|
[[FUNCTION]] AddToPlaylist {'artist': 'avispa', 'music_item': 'track', 'playlist_owner': 'my', 'playlist': 'bass gaming'}
|
add tune to cleaning the house
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'cleaning the house'}
|
rate the current novel a two
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': 'two'}
|
please add this song to madden nfl 16
|
[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'madden nfl 16'}
|
for the book icon of evil i rate a 2
|
[[FUNCTION]] RateBook {'object_type': 'book', 'object_name': 'icon of evil', 'rating_value': '2'}
|
play a top symphony sort form 1959 by stuart garrard
|
[[FUNCTION]] PlayMusic {'sort': 'top', 'music_item': 'symphony', 'year': '1959', 'artist': 'stuart garrard'}
|
what time will the movie house be showing on the beat
|
[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'movie house', 'movie_name': 'on the beat'}
|
i need a diner
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'diner'}
|
what is the weather forecast for wolin national park three seconds from now
|
[[FUNCTION]] GetWeather {'geographic_poi': 'wolin national park', 'timeRange': 'three seconds from now'}
|
i wish to listen to good symphony music by mi lu bing
|
[[FUNCTION]] PlayMusic {'sort': 'good', 'music_item': 'symphony', 'artist': 'mi lu bing'}
|
can i get the listings for the film at the nearest movie theatre
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'film', 'spatial_relation': 'nearest', 'object_location_type': 'movie theatre'}
|
how cold is it in princeton junction
|
[[FUNCTION]] GetWeather {'condition_temperature': 'cold', 'city': 'princeton junction'}
|
add this artist to my jazz playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'jazz'}
|
will it get warmer in holy cross wilderness
|
[[FUNCTION]] GetWeather {'condition_temperature': 'warmer', 'geographic_poi': 'holy cross wilderness'}
|
i d like to watch army at wanda group
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'army', 'location_name': 'wanda group'}
|
please find me chance pe dance
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'chance pe dance'}
|
rate the rats chronicle 5 of 6
|
[[FUNCTION]] RateBook {'object_name': 'the rats', 'object_part_of_series_type': 'chronicle', 'rating_value': '5', 'best_rating': '6'}
|
book a table for four in orchard grass hills nv
|
[[FUNCTION]] BookRestaurant {'party_size_number': 'four', 'city': 'orchard grass hills', 'state': 'nv'}
|
i am giving this current essay zero out of 6 stars
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'essay', 'rating_value': 'zero', 'best_rating': '6', 'rating_unit': 'stars'}
|
show me movies in the area
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'in the area'}
|
find do you wanna touch me a song
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'do you wanna touch me', 'object_type': 'song'}
|
i want to give this essay zero out of 6
|
[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'essay', 'rating_value': 'zero', 'best_rating': '6'}
|
add dahmer to hiphop hot 50
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'dahmer', 'playlist': 'hiphop hot 50'}
|
rate the demolished man a five
|
[[FUNCTION]] RateBook {'object_name': 'the demolished man', 'rating_value': 'five'}
|
add angela au to the playlist radar latino
|
[[FUNCTION]] AddToPlaylist {'artist': 'angela au', 'playlist': 'radar latino'}
|
find a feather in her hat at magic johnson theatres
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'a feather in her hat', 'location_name': 'magic johnson theatres'}
|
i would like to book a puglia food court in ky
|
[[FUNCTION]] BookRestaurant {'cuisine': 'puglia', 'restaurant_type': 'food court', 'state': 'ky'}
|
what is the forecast at four am in zambia
|
[[FUNCTION]] GetWeather {'timeRange': 'four am', 'country': 'zambia'}
|
i want lance king in my list called one love
|
[[FUNCTION]] AddToPlaylist {'artist': 'lance king', 'playlist_owner': 'my', 'playlist': 'one love'}
|
when can i catch a screening of shivers in summer
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'shivers in summer'}
|
add chris de burgh in my playlist melancholia
|
[[FUNCTION]] AddToPlaylist {'artist': 'chris de burgh', 'playlist_owner': 'my', 'playlist': 'melancholia'}
|
what is the weather at the current position
|
[[FUNCTION]] GetWeather {'current_location': 'current position'}
|
is it going to be warmer in central cebu protected landscape
|
[[FUNCTION]] GetWeather {'condition_temperature': 'warmer', 'geographic_poi': 'central cebu protected landscape'}
|
add troy andrews to my pop punk powerhouses
|
[[FUNCTION]] AddToPlaylist {'artist': 'troy andrews', 'playlist_owner': 'my', 'playlist': 'pop punk powerhouses'}
|
add a tune to rare groove
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'playlist': 'rare groove'}
|
play my melodious playlist
|
[[FUNCTION]] PlayMusic {'playlist': 'melodious'}
|
find a movie theatre with rogues and romance that is nearest
|
[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'movie theatre', 'movie_name': 'rogues and romance', 'spatial_relation': 'nearest'}
|
find the stone free game
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'stone free', 'object_type': 'game'}
|
can i get todays movie schedule for the movies that are close by
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'movie_type': 'movies', 'spatial_relation': 'close by'}
|
i d like a table for 10 at a distant place downtown for next fall
|
[[FUNCTION]] BookRestaurant {'party_size_number': '10', 'spatial_relation': 'distant', 'poi': 'downtown', 'timeRange': 'next fall'}
|
show me the song spiderman of the rings
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'song', 'object_name': 'spiderman of the rings'}
|
play some showtunes music
|
[[FUNCTION]] PlayMusic {'genre': 'showtunes'}
|
play alles heeft ritme by liu tianhua
|
[[FUNCTION]] PlayMusic {'track': 'alles heeft ritme', 'artist': 'liu tianhua'}
|
in one hundred twenty seven days i d like to eat at a pizzeria in north lima
|
[[FUNCTION]] BookRestaurant {'timeRange': 'in one hundred twenty seven days', 'restaurant_type': 'pizzeria', 'city': 'north lima'}
|
give the resistance 2 out of 6 stars
|
[[FUNCTION]] RateBook {'object_name': 'the resistance', 'rating_value': '2', 'best_rating': '6', 'rating_unit': 'stars'}
|
give 0 out of 6 stars to reality of certainty
|
[[FUNCTION]] RateBook {'rating_value': '0', 'best_rating': '6', 'rating_unit': 'stars', 'object_name': 'reality of certainty'}
|
is it going to be rainy in kings valley kosovo next mon
|
[[FUNCTION]] GetWeather {'condition_description': 'rainy', 'city': 'kings valley', 'country': 'kosovo', 'timeRange': 'next mon'}
|
is it chilly in ecola state park at 2 pm
|
[[FUNCTION]] GetWeather {'condition_temperature': 'chilly', 'geographic_poi': 'ecola state park', 'timeRange': '2 pm'}
|
what s the forecast for gamaliel
|
[[FUNCTION]] GetWeather {'city': 'gamaliel'}
|
book a restaurant in fort gates fl
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'city': 'fort gates', 'state': 'fl'}
|
play dave mason s soundtrack on last fm
|
[[FUNCTION]] PlayMusic {'artist': 'dave mason', 'music_item': 'soundtrack', 'service': 'last fm'}
|
book a restaurant for me and rosemary at 1 am
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'party_size_description': 'me and rosemary', 'timeRange': '1 am'}
|
rate this current novel one points
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'novel', 'rating_value': 'one', 'rating_unit': 'points'}
|
please get me the welcome to the rileys game
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'welcome to the rileys', 'object_type': 'game'}
|
play me the greatest track of 1966
|
[[FUNCTION]] PlayMusic {'sort': 'greatest', 'music_item': 'track', 'year': '1966'}
|
add sam moran music to my tgif playlist
|
[[FUNCTION]] AddToPlaylist {'artist': 'sam moran', 'playlist_owner': 'my', 'playlist': 'tgif'}
|
find movie schedules
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules'}
|
find a photograph called xquery api for java
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'xquery api for java'}
|
can i hear a da brat ep
|
[[FUNCTION]] PlayMusic {'artist': 'da brat', 'music_item': 'ep'}
|
find the schedule for the closest films at a cinema at meal time
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'schedule', 'spatial_relation': 'closest', 'movie_type': 'films', 'object_location_type': 'cinema', 'timeRange': 'meal'}
|
move this tune by hironobu kageyama to my baila reggaeton playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'artist': 'hironobu kageyama', 'playlist_owner': 'my', 'playlist': 'baila reggaeton'}
|
book a highly rated fast food restaurant in falmouth
|
[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'restaurant_type': 'fast food restaurant', 'city': 'falmouth'}
|
give the current album a score of five out of 6
|
[[FUNCTION]] RateBook {'object_select': 'current', 'object_type': 'album', 'rating_value': 'five', 'best_rating': '6'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.