input
stringlengths 8
186
| output
stringlengths 39
256
|
|---|---|
book a table for 7 at a churrascaria that is highly rated
|
[[FUNCTION]] BookRestaurant {'party_size_number': '7', 'restaurant_type': 'churrascaria', 'sort': 'highly rated'}
|
find a brunch time cinema nearest with the president is coming
|
[[FUNCTION]] SearchScreeningEvent {'timeRange': 'brunch', 'object_location_type': 'cinema', 'spatial_relation': 'nearest', 'movie_name': 'the president is coming'}
|
i d like to eat in montana on 10/22/2030
|
[[FUNCTION]] BookRestaurant {'state': 'montana', 'timeRange': '10/22/2030'}
|
add bright and breezy to my this is gucci mane playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'bright and breezy', 'playlist_owner': 'my', 'playlist': 'this is gucci mane'}
|
rate the previous essay four of 6 points
|
[[FUNCTION]] RateBook {'object_select': 'previous', 'object_type': 'essay', 'rating_value': 'four', 'best_rating': '6', 'rating_unit': 'points'}
|
i want to eat louisiana fried chicken in mccoll ia
|
[[FUNCTION]] BookRestaurant {'restaurant_name': 'louisiana fried chicken', 'city': 'mccoll', 'state': 'ia'}
|
find saison 7 de sons of anarchy
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'saison 7 de sons of anarchy'}
|
i want to hear that track from 1991
|
[[FUNCTION]] PlayMusic {'music_item': 'track', 'year': '1991'}
|
play instrumental pop
|
[[FUNCTION]] PlayMusic {'genre': 'instrumental pop'}
|
what is the cold forecast for our current position
|
[[FUNCTION]] GetWeather {'condition_temperature': 'cold', 'current_location': 'current position'}
|
add welcome to the cruel world to my reggae classics playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'welcome to the cruel world', 'playlist_owner': 'my', 'playlist': 'reggae classics'}
|
when religion becomes evil is only worth 1 stars
|
[[FUNCTION]] RateBook {'object_name': 'when religion becomes evil', 'rating_value': '1', 'rating_unit': 'stars'}
|
add gary valenciano to the power gaming playlist
|
[[FUNCTION]] AddToPlaylist {'artist': 'gary valenciano', 'playlist': 'power gaming'}
|
i want to book a highly rated fast food restaurant now
|
[[FUNCTION]] BookRestaurant {'sort': 'highly rated', 'restaurant_type': 'fast food restaurant', 'timeRange': 'now'}
|
show weather forecast in kenya
|
[[FUNCTION]] GetWeather {'country': 'kenya'}
|
i need a book called student demonstration time
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'book', 'object_name': 'student demonstration time'}
|
play a record from 2005 by ruslana lyschytschko
|
[[FUNCTION]] PlayMusic {'music_item': 'record', 'year': '2005', 'artist': 'ruslana lyschytschko'}
|
play ramakadha by karl davydov please
|
[[FUNCTION]] PlayMusic {'track': 'ramakadha', 'artist': 'karl davydov'}
|
open deezer and search for scott miller and play some of his new songs
|
[[FUNCTION]] PlayMusic {'service': 'deezer', 'artist': 'scott miller', 'sort': 'new'}
|
how hot will be there in kanwar lake bird sanctuary tomorrow
|
[[FUNCTION]] GetWeather {'condition_temperature': 'hot', 'geographic_poi': 'kanwar lake bird sanctuary', 'timeRange': 'tomorrow'}
|
find manthra mothiram at century theatres
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'manthra mothiram', 'location_name': 'century theatres'}
|
find the saison 7 de how i met your mother show
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'saison 7 de how i met your mother', 'object_type': 'show'}
|
put this kan mikami tune on fresh finds cyclone
|
[[FUNCTION]] AddToPlaylist {'artist': 'kan mikami', 'music_item': 'tune', 'playlist': 'fresh finds cyclone'}
|
i d like to watch movies at the closest movie theatre
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'movies', 'spatial_relation': 'closest', 'object_location_type': 'movie theatre'}
|
find the work compiled fragments 1997-2003
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'compiled fragments 1997-2003'}
|
find a photograph called free the universe
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'photograph', 'object_name': 'free the universe'}
|
please add a tune by kaori utatsuki to my korean osts playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'tune', 'artist': 'kaori utatsuki', 'playlist_owner': 'my', 'playlist': 'korean osts'}
|
add kisaki to family road trip playlist
|
[[FUNCTION]] AddToPlaylist {'artist': 'kisaki', 'playlist': 'family road trip'}
|
what time is too young to marry showing
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'too young to marry'}
|
play steve harris false gestures for a devious public album
|
[[FUNCTION]] PlayMusic {'artist': 'steve harris', 'album': 'false gestures for a devious public', 'music_item': 'album'}
|
add toi to my timeless love songs playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'toi', 'playlist_owner': 'my', 'playlist': 'timeless love songs'}
|
tell me the weather forecast thirteen seconds from now in ukraine
|
[[FUNCTION]] GetWeather {'timeRange': 'thirteen seconds from now', 'country': 'ukraine'}
|
add the go find to sólo para dos
|
[[FUNCTION]] AddToPlaylist {'artist': 'the go find', 'playlist': 'sólo para dos'}
|
will it hail in 1 second on riceboro delaware
|
[[FUNCTION]] GetWeather {'condition_description': 'hail', 'timeRange': 'in 1 second', 'city': 'riceboro', 'state': 'delaware'}
|
please look for catch a falling star
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'catch a falling star'}
|
add a track in nike running tempo mix
|
[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist': 'nike running tempo mix'}
|
is it windy in custar
|
[[FUNCTION]] GetWeather {'condition_description': 'windy', 'city': 'custar'}
|
book a brasserie for seven in west yellowstone
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'brasserie', 'party_size_number': 'seven', 'city': 'west yellowstone'}
|
find the novel make peace not war
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'novel', 'object_name': 'make peace not war'}
|
tell me when it will be warmer in woods hole oklahoma
|
[[FUNCTION]] GetWeather {'condition_temperature': 'warmer', 'city': 'woods hole', 'state': 'oklahoma'}
|
add días felices to my todo reggaeton playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'días felices', 'playlist_owner': 'my', 'playlist': 'todo reggaeton'}
|
i need a cambodian brasserie restaurant that is top-rated
|
[[FUNCTION]] BookRestaurant {'cuisine': 'cambodian', 'restaurant_type': 'brasserie restaurant', 'sort': 'top-rated'}
|
what will the weather be in mascoutah tanzania at 09:04:38 am
|
[[FUNCTION]] GetWeather {'city': 'mascoutah', 'country': 'tanzania', 'timeRange': '09:04:38 am'}
|
will the weather be colder in naguabo four minutes from now
|
[[FUNCTION]] GetWeather {'condition_temperature': 'colder', 'city': 'naguabo', 'timeRange': 'four minutes from now'}
|
how hot is it in pesotum
|
[[FUNCTION]] GetWeather {'condition_temperature': 'hot', 'city': 'pesotum'}
|
find films scheudle in the neighborhood at 2
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'films', 'spatial_relation': 'in the neighborhood', 'timeRange': '2'}
|
put this whole album on the playlist called old school metal
|
[[FUNCTION]] AddToPlaylist {'music_item': 'album', 'playlist': 'old school metal'}
|
the young lion saga gets a solid 4 points out of 6
|
[[FUNCTION]] RateBook {'object_name': 'the young lion', 'object_part_of_series_type': 'saga', 'rating_value': '4', 'rating_unit': 'points', 'best_rating': '6'}
|
find me the movie schedule for arclight hollywood
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedule', 'location_name': 'arclight hollywood'}
|
can you give me weather details for my current spot
|
[[FUNCTION]] GetWeather {'current_location': 'current spot'}
|
book a table for seven in a pub in iraq which offers gluten free food about 141 days from now
|
[[FUNCTION]] BookRestaurant {'party_size_number': 'seven', 'restaurant_type': 'pub', 'country': 'iraq', 'cuisine': 'gluten free', 'timeRange': '141 days from now'}
|
play some armik from the fourties
|
[[FUNCTION]] PlayMusic {'artist': 'armik', 'year': 'fourties'}
|
need to book a reservtion for a restaurant in maryland for me and my half sister
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'state': 'maryland', 'party_size_description': 'me and my half sister'}
|
find waiting for touchdown a book
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'waiting for touchdown', 'object_type': 'book'}
|
find the modern world video game
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'the modern world', 'object_type': 'video game'}
|
what will the weather be like in three weeks in gates michigan
|
[[FUNCTION]] GetWeather {'timeRange': 'in three weeks', 'city': 'gates', 'state': 'michigan'}
|
play the latest thelma aoyama
|
[[FUNCTION]] PlayMusic {'sort': 'latest', 'artist': 'thelma aoyama'}
|
what cinema is playing great guy
|
[[FUNCTION]] SearchScreeningEvent {'object_location_type': 'cinema', 'movie_name': 'great guy'}
|
add to laundry playlist with this song
|
[[FUNCTION]] AddToPlaylist {'playlist': 'laundry', 'music_item': 'song'}
|
what will the weather be like in twenty two minutes at san pasqual battlefield state historic park
|
[[FUNCTION]] GetWeather {'timeRange': 'in twenty two minutes', 'geographic_poi': 'san pasqual battlefield state historic park'}
|
i d like to eat at a restaurant with wifi
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'facility': 'wifi'}
|
add maggie mcgill to my night vibes
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'maggie mcgill', 'playlist_owner': 'my', 'playlist': 'night vibes'}
|
can you place a reservation for me at ariston cafe
|
[[FUNCTION]] BookRestaurant {'restaurant_name': 'ariston cafe'}
|
play music by young steff
|
[[FUNCTION]] PlayMusic {'artist': 'young steff'}
|
add to my playlist heavy gamer the name blaydon races
|
[[FUNCTION]] AddToPlaylist {'playlist_owner': 'my', 'playlist': 'heavy gamer', 'entity_name': 'blaydon races'}
|
i give the following saga a 5
|
[[FUNCTION]] RateBook {'object_select': 'following', 'object_part_of_series_type': 'saga', 'rating_value': '5'}
|
find movie times
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie times'}
|
add guy warren to my bossa nova dinner playlist
|
[[FUNCTION]] AddToPlaylist {'artist': 'guy warren', 'playlist_owner': 'my', 'playlist': 'bossa nova dinner'}
|
add this rob campanella tune to psychedelic rock
|
[[FUNCTION]] AddToPlaylist {'artist': 'rob campanella', 'music_item': 'tune', 'playlist': 'psychedelic rock'}
|
rate a spot of bother 3 stars
|
[[FUNCTION]] RateBook {'object_name': 'a spot of bother', 'rating_value': '3', 'rating_unit': 'stars'}
|
find movie schedules for close by films
|
[[FUNCTION]] SearchScreeningEvent {'object_type': 'movie schedules', 'spatial_relation': 'close by', 'movie_type': 'films'}
|
what will the weather be like at me current position in seventeen seconds
|
[[FUNCTION]] GetWeather {'current_location': 'current position', 'timeRange': 'in seventeen seconds'}
|
what s the weather in heritage hill state historical park
|
[[FUNCTION]] GetWeather {'geographic_poi': 'heritage hill state historical park'}
|
play a record from 2015
|
[[FUNCTION]] PlayMusic {'music_item': 'record', 'year': '2015'}
|
i want to find the show called fresh aire 7
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'fresh aire 7'}
|
please find the movie a jingle with jillian
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'movie', 'object_name': 'a jingle with jillian'}
|
what films are scheduled around here
|
[[FUNCTION]] SearchScreeningEvent {'movie_type': 'films', 'spatial_relation': 'around here'}
|
is it better in holi or here
|
[[FUNCTION]] GetWeather {'timeRange': 'holi', 'current_location': 'here'}
|
book a restaurant in geddes on march the twenty-seventh for me and my husband
|
[[FUNCTION]] BookRestaurant {'restaurant_type': 'restaurant', 'city': 'geddes', 'timeRange': 'march the twenty-seventh', 'party_size_description': 'me and my husband'}
|
rate cold comfort farm a three out of 6 total
|
[[FUNCTION]] RateBook {'object_name': 'cold comfort farm', 'rating_value': 'three', 'best_rating': '6'}
|
what is the weather in gem
|
[[FUNCTION]] GetWeather {'city': 'gem'}
|
add this track to downtempo beats
|
[[FUNCTION]] AddToPlaylist {'music_item': 'track', 'playlist': 'downtempo beats'}
|
add vintage 74 to my mother s primavera sound 2016 barcelona playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'vintage 74', 'playlist_owner': 'my mother s', 'playlist': 'primavera sound 2016 barcelona'}
|
i want another song in the women of latin music playlist
|
[[FUNCTION]] AddToPlaylist {'music_item': 'song', 'playlist': 'women of latin music'}
|
add quicksand to my valentine s day love playlist
|
[[FUNCTION]] AddToPlaylist {'entity_name': 'quicksand', 'playlist_owner': 'my', 'playlist': 'valentine s day love'}
|
i need to know when sensation in morgan’s creek is playing
|
[[FUNCTION]] SearchScreeningEvent {'movie_name': 'sensation in morgan’s creek'}
|
need a table now somewhere nearby petit manan national wildlife refuge
|
[[FUNCTION]] GetWeather {'timeRange': 'now', 'spatial_relation': 'nearby', 'geographic_poi': 'petit manan national wildlife refuge'}
|
add this artist to my playlist named funtime
|
[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist_owner': 'my', 'playlist': 'funtime'}
|
search for the game the last horror movie
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'game', 'object_name': 'the last horror movie'}
|
rate the crocus list five out of 6
|
[[FUNCTION]] RateBook {'object_name': 'the crocus list', 'rating_value': 'five', 'best_rating': '6'}
|
look up the brave archer 2
|
[[FUNCTION]] SearchCreativeWork {'object_name': 'the brave archer 2'}
|
give one / 6 points to who will cry when you die
|
[[FUNCTION]] RateBook {'rating_value': 'one', 'best_rating': '6', 'rating_unit': 'points', 'object_name': 'who will cry when you die'}
|
please book reservations for 3 people at a restaurant in alderwood manor
|
[[FUNCTION]] BookRestaurant {'party_size_number': '3', 'restaurant_type': 'restaurant', 'city': 'alderwood manor'}
|
please find the tv series back to bach
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'tv series', 'object_name': 'back to bach'}
|
rate this essay 3 of 6 points
|
[[FUNCTION]] RateBook {'object_select': 'this', 'object_type': 'essay', 'rating_value': '3', 'best_rating': '6', 'rating_unit': 'points'}
|
find the show portrait of countess karoly
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'portrait of countess karoly'}
|
i need a reservation for the original house of pies with three people in plandome manor pa
|
[[FUNCTION]] BookRestaurant {'restaurant_name': 'the original house of pies', 'party_size_number': 'three', 'city': 'plandome manor', 'state': 'pa'}
|
add this artist to dubstep
|
[[FUNCTION]] AddToPlaylist {'music_item': 'artist', 'playlist': 'dubstep'}
|
use netflix to play in the arms of a woman playlist
|
[[FUNCTION]] PlayMusic {'service': 'netflix', 'playlist': 'in the arms of a woman'}
|
i m trying to find the show chant ii
|
[[FUNCTION]] SearchCreativeWork {'object_type': 'show', 'object_name': 'chant ii'}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.