genienlp/tests/dataset/almond/train.tsv

3.1 KiB

1RS5000407776-4hey almond list wall street journal articles with update times equal to this year@com.wsj . get ( ) filter updated == $start_of ( year ) ;
2RS4000105069-2their link of my instagram pictures@com.instagram . get_pictures ( ) ;
3RS5000425832-3find my dropbox files in alphabetical order having bigger size than NUMBER_0 byte@com.dropbox . list_folder ( order_by = enum name_increasing ) filter file_size >= NUMBER_0 byte ;
4RS5000550250-1when it stops snowing in LOCATION_0 tell me my google drive files smaller than NUMBER_0 gigabytesmonitor ( @org.thingpedia.weather . current ( location = LOCATION_0 ) ) filter ! ( status == enum snowy ) => @com.google.drive . list_drive_files ( ) filter file_size <= NUMBER_0 GB ;
5RP1592845-9i want a photo positioned on facebook@com.facebook . post_picture ( ) ;
6RS5000429706-1hey almond what are a price estimate for uber from here to LOCATION_0 having high estimates lower than CURRENCY_0 ?@com.uber . price_estimate ( end = LOCATION_0 , start = $location . current_location ) filter high_estimate <= CURRENCY_0 ;
7RS4000192538-3give me posts in the washington post capital weather gang blog when somebody sends me a direct messagemonitor ( @com.twitter . direct_messages ( ) ) => @com.washingtonpost . get_blog_post ( section = enum capital_weather_gang ) ;
8RS5000622532-1auto share my new dropbox files that changed most recently on linkedinmonitor ( @com.dropbox . list_folder ( order_by = enum modified_time_decreasing ) ) => @com.linkedin . share ( status = $result ) ;
9RPS5000535919-0make a blog post with their titles of canals i am subscribed to on youtube as the title on tumblr@com.youtube . list_subscriptions ( ) => @com.tumblr.blog . post_text ( title = title ) ;
10RS5000386682-0give me NUMBER_0 many videos matching their industry of my linkedin profile on youtube@com.linkedin . get_profile ( ) => @com.youtube . search_videos ( count = NUMBER_0 , query = industry ) ;