conversation_id
stringlengths
40
40
vertical
stringclasses
1 value
instructions
stringlengths
4
6.14k
scenario
stringlengths
10
56
utterances
list
dlg-78c0ca9d-d376-43ad-af4f-4e6b4566dbfc
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Can I watch a movie tonight?", "apis": [], "segments": [ { "start_index": 20, "end_index": 27, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure thing. What do you want to go see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm looking for a documentary or horror movie. Anything out?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "documentary" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\"Backcountry\"" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "horror" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\"Shuttered\"" } ] } ], "segments": [ { "start_index": 18, "end_index": 29, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 33, "end_index": 39, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "\"Backcountry\" is a documentary and \"Shuttered\" is a horror movie.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "\"Backcountry\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 30, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 46, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 58, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 4, "speaker": "user", "text": "Please tell me more about \"Backcountry\".", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "\"Backcountry\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [ { "start_index": 26, "end_index": 39, "text": "\"Backcountry\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 0, "end_index": 145, "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "Did it score higher than \"Shuttered\" in ratings?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Backcountry\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "91%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "61%" } ] } ], "segments": [ { "start_index": 25, "end_index": 36, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "On Rotten Tomatoes, \"Backcountry\" received a 91% compared to a 61% \"Shuttered\".", "apis": [], "segments": [ { "start_index": 20, "end_index": 33, "text": "\"Backcountry\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 48, "text": "91%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 67, "end_index": 78, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 63, "end_index": 66, "text": "61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "I'll take tickets to \"Backcountry\" then.", "apis": [], "segments": [ { "start_index": 21, "end_index": 34, "text": "\"Backcountry\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Who's all going?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Just me and my two friends.", "apis": [], "segments": [ { "start_index": 5, "end_index": 26, "text": "me and my two friends", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Ok, so that's three tickets?", "apis": [], "segments": [ { "start_index": 14, "end_index": 19, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 12, "speaker": "user", "text": "That's right. Is it playing anywhere near Spring Hills Kansas?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "\"Backcountry\"" }, { "arg_name": "location", "arg_value": "near Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "\"Backcountry\"" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 37, "end_index": 61, "text": "near Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Cinemark Downtown at 4:10pm, 7:30pm, or 10:15pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 21, "end_index": 27, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 35, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 40, "end_index": 47, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "7:30pm is fine.", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Alright, anything else before I proceed?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Nope.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Ok, so I will order three tickets for tonight at 7:30pm to go see \"Backcountry\" at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 20, "end_index": 25, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 45, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 49, "end_index": 55, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 79, "text": "\"Backcountry\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 100, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Thank you!", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"Backcountry\"" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "7:30pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-e9147d59-18cb-4fa7-be84-7e9cd94e5c35
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "I have kids watching with me. Any recommendation?", "apis": [ { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] } ], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Not My Problem and Beyond the Storm are both rated PG-13.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 35, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 56, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "Where are they showing at?", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Which city are you in?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I am from Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 10, "end_index": 30, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is at AMC Holiday Theater and Beyond the Storm is at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 40, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 45, "end_index": 61, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 68, "end_index": 85, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "Who plays in Not My Problem?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "attribute", "arg_value": "name.person" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 13, "end_index": 27, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Stars in Not My Problem are Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 9, "end_index": 23, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 38, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 43, "end_index": 55, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "What are the critic review scores of each?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Not My Problem score on Rotten Tomatoes is 72%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Beyond the Storm is 81%" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Not My Problem score on Rotten Tomatoes is 72%, and Beyond the Storm is 81%.", "apis": [], "segments": [ { "start_index": 0, "end_index": 46, "text": "Not My Problem score on Rotten Tomatoes is 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 52, "end_index": 75, "text": "Beyond the Storm is 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 68, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "What is the plot of Not My Problem?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] } ], "segments": [ { "start_index": 20, "end_index": 34, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "In Not My Problem, a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.", "apis": [], "segments": [ { "start_index": 3, "end_index": 17, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 118, "text": "a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "I'll get 2 tickets of Not My Problem for tonight.", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "time.preference", "arg_value": "any" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 9, "end_index": 10, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 22, "end_index": 36, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 48, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Show times are 1pm - 3:55pm - 7pm - 10:05pm.", "apis": [], "segments": [ { "start_index": 15, "end_index": 18, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 21, "end_index": 27, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 30, "end_index": 33, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 36, "end_index": 43, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 7, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "2 tickets of Not My Problem at AMC Holiday Theater for tonight at 10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 13, "end_index": 27, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 50, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 55, "end_index": 62, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 66, "end_index": 73, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "right", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "How would you like to receive your confirmation?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "You may send it to 876xx@yahoo.com", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "time.showing", "arg_value": "10:05pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-5159d8ad-921a-4c22-8b6c-beaa37d4cd1f
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "I'm looking for a movie to watch. Maybe Beyond the Storm", "apis": [], "segments": [ { "start_index": 40, "end_index": 56, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Happy to help! Let me just confirm that the movie you're talking about is Beyond the Storm. Is that right?", "apis": [], "segments": [ { "start_index": 74, "end_index": 90, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "That’s right.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Mountain 16" }, { "response_name": "name.theater_2", "response_value": "Cinemark Plaza 24" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "OK. Beyond the Storm is playing at both AMC Mountain 16 and Cinemark Plaza 24 in location.", "apis": [], "segments": [ { "start_index": 5, "end_index": 20, "text": "eyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 55, "text": "MC Mountain 16", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 61, "end_index": 77, "text": "inemark Plaza 24", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Are there any times around noon?", "apis": [], "segments": [ { "start_index": 20, "end_index": 31, "text": "around noon", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Let me check.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "ok", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Long Way To Darkness" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "I found some titles that might be what you're thinking of. The first is Long Way To Darkness. The second is Beyond the Storm. Are either of those the one you want?", "apis": [], "segments": [ { "start_index": 72, "end_index": 92, "text": "Long Way To Darkness", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 108, "end_index": 124, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "I'll take the second one", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Great let me check theaters.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "ok", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "I looks like Beyond the Storm is only playing at AMC Mountain 16.", "apis": [], "segments": [ { "start_index": 13, "end_index": 29, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 49, "end_index": 64, "text": "AMC Mountain 16", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "that's fine", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "AMC Mountain 16" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "around noon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:30pm" }, { "response_name": "time.showing_2", "response_value": "7:10pm" }, { "response_name": "time.showing_3", "response_value": "9:45pm" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Showtimes at AMC Mountain 16 are 4:30pm, 7:10pm, and 9:45pm.", "apis": [], "segments": [ { "start_index": 13, "end_index": 28, "text": "AMC Mountain 16", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 33, "end_index": 39, "text": "4:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 41, "end_index": 47, "text": "7:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 59, "text": "9:45pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "I will take the latest one", "apis": [], "segments": [ { "start_index": 16, "end_index": 22, "text": "latest", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "So 9:45?", "apis": [], "segments": [ { "start_index": 3, "end_index": 7, "text": "9:45", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "yes please", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "AMC Mountain 16" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "time.showing", "arg_value": "9:45pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "got it", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "thank you", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "my pleasure", "apis": [], "segments": [] } ]
dlg-4558b92f-5b0b-4861-93f8-928c92c75201
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi, I was thinking of seeing a movie", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Okay, what type of movie were you interested in?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I was thinking horror.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "horror" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 61%" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Okay I found Shuttered - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 14, "end_index": 22, "text": "huttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 31, "text": "orror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 45, "end_index": 63, "text": "otten Tomatoes 61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 67, "end_index": 181, "text": "arah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 67, "end_index": 78, "text": "arah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 4, "speaker": "user", "text": "On second thought, what about an action movie?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond The Storm" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 33, "end_index": 39, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Okay, I found Beyond The Storm - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 14, "end_index": 30, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 39, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 53, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 56, "end_index": 75, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 78, "end_index": 185, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 200, "end_index": 213, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay, let's go with Beyond the Storm", "apis": [], "segments": [ { "start_index": 20, "end_index": 36, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "When would you like to see it?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Saturday", "apis": [], "segments": [ { "start_index": 0, "end_index": 8, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "And at what time?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Sometime in the afternoon", "apis": [], "segments": [ { "start_index": 9, "end_index": 25, "text": "in the afternoon", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Okay and how many tickets?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Four", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "Four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "And where are you located?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I'm in Spring Hills Kansas", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "time.preference", "arg_value": "in the afternoon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:40 pm" } ] } ], "segments": [ { "start_index": 7, "end_index": 26, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "OKay, I found four tickets for Beyond the Storm at 3:40 pm at the Cinemark Downtown, will that work?", "apis": [], "segments": [ { "start_index": 14, "end_index": 18, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 31, "end_index": 47, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 58, "text": "3:40 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 83, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes, that's perfect thanks.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Great, anything else you need today?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No, I'm good", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Four" }, { "arg_name": "time.showing", "arg_value": "3:40 pm" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Okay, your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-81c6192d-f21d-4da1-8ebe-acc98238d5eb
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi, I am looking for a comedy movie in my area.", "apis": [], "segments": [ { "start_index": 23, "end_index": 29, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 39, "end_index": 46, "text": "my area", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "What is your loction?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.genre", "arg_value": "comedy" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Not My Problem" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] } ], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Family Jewels and Not My Problem are bout playing at the AMC Holiday theater in your area.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 32, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 58, "end_index": 76, "text": "MC Holiday theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 81, "end_index": 90, "text": "our area.", "annotations": [ { "name": "location" } ] } ] }, { "index": 4, "speaker": "user", "text": "Thank you can you tell me what Family Jewels is about?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 31, "end_index": 44, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Yes, A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 5, "end_index": 131, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 138, "end_index": 154, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 159, "end_index": 172, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "Great. What time is it playing today?", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 31, "end_index": 36, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "At 2:00pm - 5:00pm - 8:10pm.", "apis": [], "segments": [ { "start_index": 4, "end_index": 9, "text": ":00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 13, "end_index": 18, "text": ":00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 22, "end_index": 28, "text": ":10pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Can I get the 5:00 pm showing?", "apis": [], "segments": [ { "start_index": 14, "end_index": 21, "text": "5:00 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "How many tickets do you need?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "I need four tickets please.", "apis": [], "segments": [ { "start_index": 7, "end_index": 11, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Okay, so that is four tickets for the 5:00 pm showing of Family Jewels?", "apis": [], "segments": [ { "start_index": 17, "end_index": 21, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 45, "text": "5:00 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 70, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "That is correct.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Okay, are you ready to purchase the tickets?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Yes, I am.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay. Would you like me to send your tickets to your email or would you like me to text your tickets to you?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Can you send them to my email?", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Yes.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "5:00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "No problem. Enjoy your move and thank you for calling.", "apis": [], "segments": [] } ]
dlg-3a307c9a-45c4-4bee-a2e7-eeeaa6c19008
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "I feel like seeing a movie tonight.", "apis": [], "segments": [ { "start_index": 27, "end_index": 34, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "What city?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "What theater?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "The Cinemark Downtown Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 29, "text": "The Cinemark Downtown Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "What movie?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I am not sure, what is playing", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.theater", "arg_value": "The Cinemark Downtown Theater" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond The Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Beyond The Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 32, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "What is Beyond The Storms rating?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "PG-13" } ] } ], "segments": [ { "start_index": 8, "end_index": 25, "text": "Beyond The Storms", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "It is rated rated PG-13.", "apis": [], "segments": [ { "start_index": 18, "end_index": 23, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "What about Backcountries rating?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountries" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "G" } ] } ], "segments": [ { "start_index": 11, "end_index": 24, "text": "Backcountries", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "It is rated G.", "apis": [], "segments": [ { "start_index": 12, "end_index": 13, "text": "G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Get me 1 ticket for Backcountry at the earliest time.", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "The Cinemark Downtown Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "earliest time" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" } ] } ], "segments": [ { "start_index": 20, "end_index": 31, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 7, "end_index": 8, "text": "1", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 52, "text": "earliest time", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Is 4:10pm OK?", "apis": [], "segments": [ { "start_index": 3, "end_index": 9, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "That is fine.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "To confirm you want 1 ticket for Backcountry at 4:10pm at the Cinemark Downtown Theater?", "apis": [], "segments": [ { "start_index": 20, "end_index": 21, "text": "1", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 33, "end_index": 44, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 54, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 87, "text": "Cinemark Downtown Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Shall I purchase the ticket now?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "The Cinemark Downtown Theater" }, { "arg_name": "num.tickets", "arg_value": "1" }, { "arg_name": "time.showing", "arg_value": "4:10pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-f3e43ee2-f0be-42c8-8277-1e3372cf4b39
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi there. I'd like some tickets for a movie.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Which city?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Which theater?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Any one.", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Whcih date?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "This Friday night.", "apis": [], "segments": [ { "start_index": 5, "end_index": 17, "text": "Friday night", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 12, "end_index": 17, "text": "night", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "How many are in your party?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "I have four.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "And any movies in mind?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "I want to know about any comedy movies showing now.", "apis": [ { "name": "find_movies", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "comedy" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "\"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\"" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "\"A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist.\"" } ] } ], "segments": [ { "start_index": 25, "end_index": 31, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem is about \"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\" Family Jewels is about \"A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist.\"", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 126, "text": "\"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\"", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 127, "end_index": 140, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 150, "end_index": 278, "text": "\"A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist.\"", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "I've heard of Not My Problem.", "apis": [], "segments": [ { "start_index": 14, "end_index": 28, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Would you like showtimes for this movie?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Yes, please.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "date.showing", "arg_value": "Friday night" }, { "arg_name": "time.preference", "arg_value": "night" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Showtimes for this movie are 1pm - 3:55pm - 7pm - 10:05pm.", "apis": [], "segments": [ { "start_index": 29, "end_index": 32, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 41, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 47, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 50, "end_index": 57, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Get me a few for the 7 PM show then.", "apis": [], "segments": [ { "start_index": 21, "end_index": 25, "text": "7 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "So you would like four tickets to see Not My Problem at AMC Holiday Theater this Friday night at 7:00 PM?", "apis": [], "segments": [ { "start_index": 18, "end_index": 22, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 52, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 56, "end_index": 75, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 81, "end_index": 93, "text": "Friday night", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 88, "end_index": 93, "text": "night", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 97, "end_index": 104, "text": "7:00 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, for sure.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "7 PM" }, { "arg_name": "date.showing", "arg_value": "Friday night" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets have been sent to your email. Enjoy!", "apis": [], "segments": [] } ]
dlg-e4f11599-62cc-4160-bbf2-36ff85152454
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hello, how's it going\\rI'm thinking about two movies, Family Jewels is one.\\r", "apis": [ { "name": "find_theaters", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] } ], "segments": [ { "start_index": 54, "end_index": 67, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can assist you with that. Family Jewels starring Melissa McCarthy is showing at one theater, the AMC Holiday theater. Would that be good for you.", "apis": [], "segments": [ { "start_index": 28, "end_index": 41, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 67, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 99, "end_index": 118, "text": "AMC Holiday theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 2, "speaker": "user", "text": "Well um, what are the times in the evening?", "apis": [ { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "the evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "5pm" }, { "response_name": "time.showing_2", "response_value": "8pm" } ] } ], "segments": [ { "start_index": 31, "end_index": 42, "text": "the evening", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "They are schedule for both 5pm and 8pm.", "apis": [], "segments": [ { "start_index": 27, "end_index": 30, "text": "5pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 38, "text": "8pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 4, "speaker": "user", "text": "Ok, I think I will just ask about another just in case. how about this james cameron one, he just always good.Beyond the Storm?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "good.Beyond the Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "good.Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "the evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "6:10" }, { "response_name": "time.showing_2", "response_value": "8:30 pm" } ] } ], "segments": [ { "start_index": 105, "end_index": 126, "text": "good.Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 71, "end_index": 84, "text": "james cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Beyond is playing tonight at the Cinemark Downtown at 6:10 and 8:30 pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "Beyond", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 25, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 33, "end_index": 50, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 54, "end_index": 58, "text": "6:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 70, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "Which is more popular, do you know.", "apis": [], "segments": [ { "start_index": 9, "end_index": 21, "text": "more popular", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I believe that the 6 o clock shows are less heavily attended.", "apis": [], "segments": [ { "start_index": 19, "end_index": 28, "text": "6 o clock", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Let me see, which one. Whichof those two starts the latest.? I don't like to go too early.", "apis": [], "segments": [ { "start_index": 52, "end_index": 59, "text": "latest.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Of course the Movie Beyond the Storm directed by James Cameron is the latest offering begins at 8:30 pm.", "apis": [], "segments": [ { "start_index": 20, "end_index": 36, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 49, "end_index": 62, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] }, { "start_index": 96, "end_index": 103, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "Are the ticket prices the same for each film?", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Yes sir they are both standard priced at 12 dollars", "apis": [], "segments": [ { "start_index": 41, "end_index": 51, "text": "12 dollars", "annotations": [ { "name": "price.ticket" } ] } ] }, { "index": 12, "speaker": "user", "text": "Ok, I am having a decision problem. Do you know which has better audience ratings?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomato score of 69%" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "good.Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "of 81%" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "I can. Family jewels has a Rotten Tomato score of 69%. The movie Beyond the Storm has a rating of 81%.", "apis": [], "segments": [ { "start_index": 7, "end_index": 20, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 27, "end_index": 53, "text": "Rotten Tomato score of 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 65, "end_index": 81, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 95, "end_index": 101, "text": "of 81%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 14, "speaker": "user", "text": "Wow that is a big difffeence. I guess it is Beyond the Storm . I want two tickets at 8:30.", "apis": [], "segments": [ { "start_index": 44, "end_index": 60, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 73, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 85, "end_index": 89, "text": "8:30", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "All right me get those for you. All right, I have you ticketed for two at 8:30, Beyond the Storm playing at the Cinemark Downtown. Is that correct?", "apis": [], "segments": [ { "start_index": 74, "end_index": 78, "text": "8:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 67, "end_index": 70, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 80, "end_index": 96, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 112, "end_index": 129, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes that's perfect.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Is there anything else I can help you with today?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Sure know this, is that already rated for young teens? If it is were all done.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "good.Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "8:30 pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "The rating is in fact PG. All audiences. Your tickets are confirmed and they’ve been sent to your email address. Have a great evening at the movies.", "apis": [], "segments": [ { "start_index": 22, "end_index": 24, "text": "PG", "annotations": [ { "name": "rating.movie" } ] } ] } ]
dlg-06b1ca8e-0f48-4c7a-aa0c-75a0de0ea8b6
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi, I wanted to buy movie tickets for a movie playing tonight in Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 54, "end_index": 61, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] }, { "start_index": 65, "end_index": 84, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Certainly, I can help you make that transaction, do you know what you wanted to see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am not really sure what is playing right now. My favorite actors are Ryan Reynolds and Matt Damon, are they in anything that is out?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.person", "arg_value": "Matt Damon" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.person", "arg_value": "Ryan Reynolds" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" } ] } ], "segments": [ { "start_index": 71, "end_index": 84, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 89, "end_index": 99, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Yes, both actors are in two different movies. Matt Damon stars in Not My Problem and Ryan Reynolds stars in Family Jewels.", "apis": [], "segments": [ { "start_index": 66, "end_index": 80, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 85, "end_index": 98, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 108, "end_index": 121, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 56, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 4, "speaker": "user", "text": "Great that is awesome. What are the genres of those two movies?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is a comedy and Family Jewels is a romantic comedy.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 31, "end_index": 44, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 50, "end_index": 65, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Cool, thank you! Where are they playing?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Both movies are playing at the AMC Holiday theater.", "apis": [], "segments": [ { "start_index": 31, "end_index": 50, "text": "AMC Holiday theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "Cool, I know where that one is. Which one has better reviews?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72% on rotten tomatoes" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69%" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Right now Not My Problem has slightly better reviews with a score of 72% on rotten tomatoes, compared to 69% for Family jewels.", "apis": [], "segments": [ { "start_index": 10, "end_index": 24, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 69, "end_index": 91, "text": "72% on rotten tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 105, "end_index": 108, "text": "69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 113, "end_index": 126, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "Thank you, I think I will see Not My Problem then, when is it playing tonight?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7PM" }, { "response_name": "time.showing_2", "response_value": "10:05PM" } ] } ], "segments": [ { "start_index": 30, "end_index": 44, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 77, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Showtimes tonight are at 7PM and 10:05PM.", "apis": [], "segments": [ { "start_index": 10, "end_index": 17, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 25, "end_index": 28, "text": "7PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 33, "end_index": 40, "text": "10:05PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Great, I think I will do the 7PM showing please.", "apis": [], "segments": [ { "start_index": 29, "end_index": 32, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "And how many tickets will you be needing?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Four please.", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "Four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "OK, so to confirm that is four tickets for Not My Problem playing at the AMC Holiday theater in Spring Hills Kansas tonight at 7PM?", "apis": [], "segments": [ { "start_index": 43, "end_index": 57, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 73, "end_index": 92, "text": "AMC Holiday theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 96, "end_index": 115, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 116, "end_index": 123, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 127, "end_index": 130, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "That is all correct.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Would you like us to use your credit card for this transaction?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes please.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "num.tickets", "arg_value": "Four" }, { "arg_name": "time.showing", "arg_value": "7PM" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-5ec234c8-f3c3-4f7d-ae35-f24e9d18ec3a
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi, i am interested in buying tickets for a movie, what is currently in theaters near Spring hills, Kansas?", "apis": [ { "name": "find_movies", "index": 0, "args": [ { "arg_name": "location", "arg_value": "near Spring hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Not my problem" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 81, "end_index": 106, "text": "near Spring hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Currently, movies in theaters around you include Family Jewels, Not my problem, Shuttered, Beyond the storm, and Backcountry.", "apis": [], "segments": [ { "start_index": 49, "end_index": 62, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 64, "end_index": 78, "text": "Not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 89, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 91, "end_index": 107, "text": "Beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 113, "end_index": 124, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "Are any of those movies comedies?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedies" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] } ], "segments": [ { "start_index": 24, "end_index": 32, "text": "comedies", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Yes, not my problem is a comedy and Family Jewels is a Romantic Comedy.", "apis": [], "segments": [ { "start_index": 5, "end_index": 19, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 31, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 36, "end_index": 49, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 70, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 4, "speaker": "user", "text": "Which one has better reviews?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "better critic reviews with 72% on rotten tomatoes" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69%" } ] } ], "segments": [ { "start_index": 14, "end_index": 28, "text": "better reviews", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "As of today, not my problem has slightly better critic reviews with 72% on rotten tomatoes, compared to 69% for Family jewels.", "apis": [], "segments": [ { "start_index": 13, "end_index": 27, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 90, "text": "better critic reviews with 72% on rotten tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 104, "end_index": 107, "text": "69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 112, "end_index": 125, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay, I think I’ll see Not My problem then. When and where is it playing this evening?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "location", "arg_value": "near Spring hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "Tonight" }, { "arg_name": "time.preference", "arg_value": "this evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7PM" }, { "response_name": "time.showing_2", "response_value": "10:05PM" } ] } ], "segments": [ { "start_index": 23, "end_index": 37, "text": "Not My problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 73, "end_index": 85, "text": "this evening", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Tonight Not My problem is playing at the AMC Holiday Theater at 7PM and 10:05PM.", "apis": [], "segments": [ { "start_index": 0, "end_index": 7, "text": "Tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 8, "end_index": 22, "text": "Not My problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 60, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 64, "end_index": 67, "text": "7PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 72, "end_index": 79, "text": "10:05PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "I think I would prefer the 7PM show.", "apis": [], "segments": [ { "start_index": 27, "end_index": 30, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Great, how many tickets would you like?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "2 please.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Okay, to confirm that is two tickets for Not my Problem at 7PM at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 25, "end_index": 28, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 41, "end_index": 55, "text": "Not my Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 59, "end_index": 62, "text": "7PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 70, "end_index": 89, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes that is all correct.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "How would you like to pay?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I will pay at the theater when I arrive.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "No problem, can I have a name for the tickets?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Fred.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "7PM" }, { "arg_name": "date.showing", "arg_value": "Tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your Tickets have been confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Great, thank you!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Enjoy the show.", "apis": [], "segments": [] } ]
dlg-2769c9c8-f35c-459c-9a0a-20178c99ea83
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "i need a movie for my girlfriend and i to watch tonight", "apis": [], "segments": [ { "start_index": 48, "end_index": 55, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "sure, we have comedy or romantic comedies?", "apis": [], "segments": [ { "start_index": 14, "end_index": 20, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 24, "end_index": 32, "text": "romantic", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 2, "speaker": "user", "text": "probably romantic but what else do you have just in case", "apis": [], "segments": [ { "start_index": 9, "end_index": 17, "text": "romantic", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "horror and action", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 11, "end_index": 17, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 4, "speaker": "user", "text": "no show me the description for your romantic movies", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "romantic" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 69%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 36, "end_index": 44, "text": "romantic", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Family Jewels - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 31, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 34, "end_index": 41, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 44, "end_index": 63, "text": "Rotten Tomatoes 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 66, "end_index": 192, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 199, "end_index": 215, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 220, "end_index": 233, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "ok what else? i am looking for something funny but not too mushy that i can sit through", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 31, "end_index": 64, "text": "something funny but not too mushy", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 23, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 26, "end_index": 37, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 40, "end_index": 59, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 62, "end_index": 161, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 171, "end_index": 181, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 186, "end_index": 198, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "oh yeah i have heard of this movie. i think i'll take it", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "where is your location?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 1, "end_index": 19, "text": "MC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 23, "end_index": 25, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 34, "text": ":55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 38, "end_index": 40, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "0:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "ok ill take 5PM and i need 2 tickets", "apis": [], "segments": [ { "start_index": 12, "end_index": 15, "text": "5PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 27, "end_index": 28, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "ok can you just confirm 2 tickets for Not My Problem - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp. playing at AMC Holiday Theater - 5 PM?", "apis": [], "segments": [ { "start_index": 24, "end_index": 25, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 52, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 61, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 64, "end_index": 75, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 78, "end_index": 97, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 100, "end_index": 199, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 209, "end_index": 219, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 224, "end_index": 236, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] }, { "start_index": 250, "end_index": 268, "text": "MC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 273, "end_index": 276, "text": "PM?", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "yes thats right", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "is there anything else i can do for you today?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "nope", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "5PM" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ok i guess thats everything thanks", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "thank you", "apis": [], "segments": [] } ]
dlg-0f2fc93e-44c9-47a8-84c2-2fc0ee22aefb
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hey, I want to watch a really good movie today.", "apis": [], "segments": [ { "start_index": 30, "end_index": 40, "text": "good movie", "annotations": [ { "name": "description.other" } ] }, { "start_index": 41, "end_index": 46, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "That sounds nice! Where are you located at?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Alright, and how many tickets do you need?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Two of them.", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "And do you have a movie preference?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I'm a big Rotten Tomatoes follower so just show me the best two rated movies out right now.", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "description.other", "arg_value": "good movie" }, { "arg_name": "review.critic", "arg_value": "best two rated" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\\r\\rBeyond The Storm" }, { "response_name": "name.movie_2", "response_value": "Cameron.\\r\\rBackcountry" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\\r\\rBeyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\\r\\rBeyond The Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\\r\\rBeyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\\r\\rBeyond The Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\\r\\rBeyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron.\\r\\rBackcountry" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Cameron.\\r\\rBackcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Cameron.\\r\\rBackcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Cameron.\\r\\rBackcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 91%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Cameron.\\r\\rBackcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [ { "start_index": 55, "end_index": 69, "text": "best two rated", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Will do, here they are: \\r\\rBeyond The Storm - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.\\r\\rBackcountry - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 24, "end_index": 44, "text": "\\r\\rBeyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 47, "end_index": 53, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 62, "end_index": 67, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 70, "end_index": 89, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 92, "end_index": 199, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 214, "end_index": 243, "text": "James Cameron.\\r\\rBackcountry", "annotations": [ { "name": "name.person" } ] }, { "start_index": 220, "end_index": 243, "text": "Cameron.\\r\\rBackcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 246, "end_index": 257, "text": "Documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 246, "end_index": 267, "text": "Documentary (outdoor)", "annotations": [ { "name": "description.other" } ] }, { "start_index": 276, "end_index": 277, "text": "G", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 280, "end_index": 299, "text": "Rotten Tomatoes 91%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 302, "end_index": 447, "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 127, "end_index": 141, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 8, "speaker": "user", "text": "I'm not crazy about documentaries so let's see Beyond the Storm.", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40pm" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 20, "end_index": 33, "text": "documentaries", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 47, "end_index": 63, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Sounds good! It looks like today it's playing at the Cinemark Downtown at 1:30pm, 3:40pm, 6:10pm, and 8:30pm.", "apis": [], "segments": [ { "start_index": 53, "end_index": 70, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 74, "end_index": 80, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 82, "end_index": 88, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 90, "end_index": 96, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 102, "end_index": 108, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "I want to see it at 6:10pm.", "apis": [], "segments": [ { "start_index": 20, "end_index": 26, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Got it. So let me confirm that's two tickets for Beyond the Storm for today at 6:10pm at the Cinemark Downtown. Is that correct?", "apis": [], "segments": [ { "start_index": 33, "end_index": 36, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 49, "end_index": 65, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 75, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 79, "end_index": 85, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 93, "end_index": 110, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "Exactly right.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Should I go ahead and get your tickets?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Do that for me.", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "6:10pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay, you now have two tickets being sent to you. Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [ { "start_index": 19, "end_index": 22, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 16, "speaker": "user", "text": "Great, I'll check in a minute.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Anything else I can do for you today?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "That'll be it, thanks.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're welcome, have a great rest of your day.", "apis": [], "segments": [] } ]
dlg-0a2b7537-3966-4e55-88d9-597ec68d8158
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "I want some movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "I'd be glad to help you. Do you know what movie you want to see, or do you need some suggestions?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I want to see something for adults only.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "description.other", "arg_value": "something for adults" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] } ], "segments": [ { "start_index": 14, "end_index": 34, "text": "something for adults", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Shuttered and Family Jewels are both playing in theaters now, and are rated R for language, nudity, and adult situations. Would one of these interest you?", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 14, "end_index": 27, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 76, "end_index": 77, "text": "R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "What's Family Jewels about?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 7, "end_index": 20, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Family Jewels - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 142, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 149, "end_index": 165, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 170, "end_index": 183, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "Great, I'll see that one.", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "How many tickets will you be needing?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Just 2.", "apis": [], "segments": [ { "start_index": 5, "end_index": 6, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Sure thing. Where would you like to look for tickets?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 0, "end_index": 20, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "The nearest theater showing Family Jewels is the AMC Holiday Theater. Shall we look for tickets there?", "apis": [], "segments": [ { "start_index": 4, "end_index": 19, "text": "nearest theater", "annotations": [ { "name": "location" } ] }, { "start_index": 28, "end_index": 41, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 49, "end_index": 68, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "What day would you like me to look up showtimes for?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Tomorrow.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "Tomorrow" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 8, "text": "Tomorrow", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Tomorrow's showtimes for Family Jewels include: 2:00pm - 5:00pm - 8:10pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 10, "text": "Tomorrow's", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 25, "end_index": 38, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 54, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 63, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 72, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "5.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "5", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Let's just check over your order. You want 2 tickets to see Family Jewels for tomorrow, July 23rd, at the AMC Holiday Theater, for 5 pm. If that sounds correct, say buy tickets now.", "apis": [], "segments": [ { "start_index": 43, "end_index": 44, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 60, "end_index": 73, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 78, "end_index": 97, "text": "tomorrow, July 23rd", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 106, "end_index": 125, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 131, "end_index": 135, "text": "5 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Buy tickets.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "5:00pm" }, { "arg_name": "date.showing", "arg_value": "tomorrow, July 23rd" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-7a700904-5886-4e62-9cc2-b2cb9b5b8ecd
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hi, I'd like tickets to a movie in Spring Hills.", "apis": [], "segments": [ { "start_index": 35, "end_index": 47, "text": "Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure, which movie are you looking at?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm trying to choose between Family Jewels and Not My Problem.", "apis": [], "segments": [ { "start_index": 29, "end_index": 42, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 47, "end_index": 61, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Okay, which theater would you like?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Are either of them playing at AMC Holiday Theater?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "Spring Hills" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 30, "end_index": 49, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "They both have showtimes at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 28, "end_index": 47, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay, I know they're both comedies. Which has the better ratings?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72%" } ] } ], "segments": [ { "start_index": 26, "end_index": 34, "text": "comedies", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "On Rotten Tomatoes, Family Jewels is rated 69%, and Not My Problem is rated 72%.", "apis": [], "segments": [ { "start_index": 20, "end_index": 33, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 66, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 46, "text": "69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 76, "end_index": 79, "text": "72%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "Okay who plays in each movie?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Family Jewels is starring Melissa McCarthy and Ryan Reynolds. Not My Problem has Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 42, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 47, "end_index": 60, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 62, "end_index": 76, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 81, "end_index": 91, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 96, "end_index": 108, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Okay thanks. Do they have showings tonight at 9:00 or 10:00?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "9:00 or 10:00" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7:00" }, { "response_name": "time.showing_2", "response_value": "10:05" } ] } ], "segments": [ { "start_index": 35, "end_index": 42, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 46, "end_index": 59, "text": "9:00 or 10:00", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem is playing tonight at 7:00 and 10:05.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 33, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 37, "end_index": 41, "text": "7:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 46, "end_index": 51, "text": "10:05", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Okay and what are Family Jewels showtimes for later?", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "later" } ], "response": [ { "response_name": "time.showing_1", "response_value": "8:10" } ] } ], "segments": [ { "start_index": 18, "end_index": 31, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 51, "text": "later", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Family Jewels is playing tonight at 8:10.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 32, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 36, "end_index": 40, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "We will take tickets for Not My Problem.", "apis": [], "segments": [ { "start_index": 25, "end_index": 39, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Which show time would you like? How many tickets do you need?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "We will do the 10:05 PM please. 2 tickets.", "apis": [], "segments": [ { "start_index": 15, "end_index": 23, "text": "10:05 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 32, "end_index": 33, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay two tickets to Not My Problem that is playing tonight at 10:05 PM at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 5, "end_index": 8, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 20, "end_index": 34, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 58, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 62, "end_index": 70, "text": "10:05 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 74, "end_index": 93, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Sounds great.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "10:05 PM" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-5bbd4478-eadc-4fcd-9b4a-c252cad08c17
Movie Tickets
None
Successful Purchase with fake KB table
[ { "index": 0, "speaker": "user", "text": "Hello, I am looking for a movie in my area for tomorrow.", "apis": [], "segments": [ { "start_index": 35, "end_index": 42, "text": "my area", "annotations": [ { "name": "location" } ] }, { "start_index": 47, "end_index": 55, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay then, What is your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am in Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Not My Problem" }, { "response_name": "name.movie_3", "response_value": "Shuttered" } ] } ], "segments": [ { "start_index": 8, "end_index": 28, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "There are three movies playing at the AMC Holiday theater near you. They are Family Jewels, Not My Problem, and Shuttered.", "apis": [], "segments": [ { "start_index": 38, "end_index": 57, "text": "AMC Holiday theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 58, "end_index": 66, "text": "near you", "annotations": [ { "name": "location" } ] }, { "start_index": 77, "end_index": 90, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 92, "end_index": 106, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 112, "end_index": 121, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Can you tell me about Family Jewels?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 22, "end_index": 35, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 0, "end_index": 126, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 133, "end_index": 149, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 154, "end_index": 167, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay. I think there is a Cinemark near me. Can you tell me what is playing there?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry." } ] } ], "segments": [ { "start_index": 25, "end_index": 33, "text": "Cinemark", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 34, "end_index": 41, "text": "near me", "annotations": [ { "name": "location" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Sure. The Cinemark Downtown is currently showing Beyond the Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 10, "end_index": 27, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 49, "end_index": 65, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 82, "text": "Backcountry.", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Oh is Beyond the Storm an action movie?", "apis": [], "segments": [ { "start_index": 6, "end_index": 22, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 32, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Yes, it is.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Can you tell the showtimes for tomorrow?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 31, "end_index": 39, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "1:30pm - 3:40 - 6:10pm - 8:30pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 9, "end_index": 13, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 16, "end_index": 22, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 25, "end_index": 31, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Perfect. I need tickets for the latest showing.", "apis": [], "segments": [ { "start_index": 32, "end_index": 46, "text": "latest showing", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "How many?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Four.", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "Four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "So that is four tickets for Beyond the Storm at 8:30pm?", "apis": [], "segments": [ { "start_index": 11, "end_index": 15, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 44, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 54, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "That is correct.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Four" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Let me send you and email confirmation. Is there anything else that I can help you with?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "That is it. Thank you.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "No problem.", "apis": [], "segments": [] } ]
dlg-b68aac3a-e980-408b-8516-c4a7c68ed54b
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Yes, I need to buy some movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "All right. What's your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm in Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 7, "end_index": 27, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Good, I see two movie theaters there: The AMC Holiday Theater and the Cinemark Downtown. Do you have a preference?", "apis": [], "segments": [ { "start_index": 42, "end_index": 61, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 70, "end_index": 87, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "No, either theater is okay with me.", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Great! Which movie would you like to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I don't really know. Can you help me with that?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "I sure can. What genre do you like: Comedy, Action, Drama, G-rated, PG....", "apis": [], "segments": [ { "start_index": 36, "end_index": 42, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 44, "end_index": 50, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 52, "end_index": 57, "text": "Drama", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 59, "end_index": 66, "text": "G-rated", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 68, "end_index": 73, "text": "PG...", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "I'd like to watch something R-rated.", "apis": [ { "name": "find_movies", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "description.other", "arg_value": "something R-rated" } ], "response": [ { "response_name": "name.movie_1", "response_value": "'Shuttered'" }, { "response_name": "name.movie_2", "response_value": "'Family Jewels'" } ] } ], "segments": [ { "start_index": 28, "end_index": 35, "text": "R-rated", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 18, "end_index": 35, "text": "something R-rated", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Okay, I see two R-rated movies: 'Shuttered' and 'Family Jewels'. Have you heard of those?", "apis": [], "segments": [ { "start_index": 16, "end_index": 23, "text": "R-rated", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 32, "end_index": 43, "text": "'Shuttered'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 63, "text": "'Family Jewels'", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "No, will you tell me about them?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Shuttered'" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Shuttered'" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a woman who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Shuttered'" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes rating of 61%" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes rating of 69%" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "No problem. 'Shuttered' is a horror movie about a woman who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm. It's got a Rotten Tomatoes rating of 61%. 'Family Jewels' is a romantic comedy starring Ryan Reynolds and Melissa McCarthy. A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist. It's got a Rotten Tomatoes rating of 69%. Which one would you like to see?", "apis": [], "segments": [ { "start_index": 12, "end_index": 23, "text": "'Shuttered'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 35, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 42, "end_index": 161, "text": "about a woman who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 174, "end_index": 203, "text": "Rotten Tomatoes rating of 61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 205, "end_index": 220, "text": "'Family Jewels'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 226, "end_index": 241, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 251, "end_index": 264, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 269, "end_index": 285, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 287, "end_index": 412, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 425, "end_index": 455, "text": "Rotten Tomatoes rating of 69%.", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 12, "speaker": "user", "text": "I'd like two tickets for 'Family Jewels', please.", "apis": [], "segments": [ { "start_index": 25, "end_index": 40, "text": "'Family Jewels'", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Okay. And what day would you like to go?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Sunday.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 6, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Excellent. It's playing at 2:00pm, 5:00pm and 8:10pm. Which time do you prefer?", "apis": [], "segments": [ { "start_index": 27, "end_index": 33, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 41, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 46, "end_index": 52, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "2:00pm.", "apis": [ { "name": "find_theaters", "index": 16, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "'Family Jewels'" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 0, "end_index": 6, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "So that's two tickets for 'Family Jewels' on Sunday at 2:00pm at the AMC Holiday Theater, right?", "apis": [], "segments": [ { "start_index": 26, "end_index": 41, "text": "'Family Jewels'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 51, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 55, "end_index": 61, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 88, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 10, "end_index": 13, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, that's right.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "'Family Jewels'" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "2:00pm" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-ebf25c27-2999-42c6-a23d-7546f63b0a8b
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am interested in purchasing movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Which movie please?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Can you give me details about Backcountry?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [ { "start_index": 30, "end_index": 41, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Backcountry is a documentary about Yosemite National Park.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 28, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 57, "text": "Yosemite National Park", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 4, "speaker": "user", "text": "What is it's rating?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Backcountry is rated G.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 22, "text": "G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "I am ready to purchase tickets.", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Which movie have you selected, please?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Backcountry.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "At which theater, please?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "At what time, please?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "4:30 p.m.", "apis": [], "segments": [ { "start_index": 0, "end_index": 8, "text": "4:30 p.m", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "On which day, please?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Today.", "apis": [], "segments": [ { "start_index": 0, "end_index": 5, "text": "Today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "How many tickets, please?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Two.", "apis": [ { "name": "find_showtimes", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "Today" }, { "arg_name": "time.preference", "arg_value": "4:30 p.m" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10 pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Backcountry at Cinemark Downtown at 4:10 pm today for two tickets, is that correct?", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 32, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 36, "end_index": 43, "text": "4:10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 49, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 54, "end_index": 57, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 18, "speaker": "user", "text": "That is correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "4:10 pm" }, { "arg_name": "date.showing", "arg_value": "Today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-cfc3d771-a35a-46f6-80f3-021d8760e2ca
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello\\r", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "hello\\rhow can I help You?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "yes", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "What help?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Which time played for the Family Jewel movie?", "apis": [ { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2.00 PM" }, { "response_name": "time.showing_2", "response_value": "5.00 PM" } ] } ], "segments": [ { "start_index": 26, "end_index": 38, "text": "Family Jewel", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "2.00 PM and 5.00 PM sir\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 7, "text": "2.00 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 12, "end_index": 19, "text": "5.00 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "What type for this Family Jewel Movie?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic comedy" } ] } ], "segments": [ { "start_index": 19, "end_index": 31, "text": "Family Jewel", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Romantic comedy.", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Romantic comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 8, "speaker": "user", "text": "What theater played for this movie?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Holiday theater" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Holiday theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Holiday theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "I am booked for four tickets for this Movie?", "apis": [], "segments": [ { "start_index": 16, "end_index": 20, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "yes sir.please say your email address?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Simmons@gmail.com", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "few minute wait sir. your booking is conformed.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "What rated for this movie?", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "R.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 16, "speaker": "user", "text": "What time you booked for my tickets?", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "2.00 PM sir", "apis": [], "segments": [ { "start_index": 0, "end_index": 7, "text": "2.00 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "thank you sir.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "name.theater", "arg_value": "Holiday theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "2.00 PM" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "welcome sir..", "apis": [], "segments": [] } ]
dlg-5f46be10-0462-41ea-8896-4711255aa35e
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "i'm looking to purchase some movie tickets do you have anything interesting playing.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "What genre do you prefer and what location and time showings will work best with your schedule?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "i live closest to the cinema downtown therapy and we plan to see the movie after dinner, so anytime after seven will work. i'm not very picky as to what genre the film is.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "beyond the storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "cinema downtown" } ] }, { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinema downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "after seven" } ], "response": [ { "response_name": "time.showing_1", "response_value": "8:30 pm" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a fishing captain on a ship during a severe storm dealing with a possible traitor aboard" } ] } ], "segments": [ { "start_index": 100, "end_index": 111, "text": "after seven", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "OK. there is a viewing of the film beyond the storm at 8:30 pm at the cinema downtown. this film is about a fishing captain on a ship during a severe storm dealing with a possible traitor aboard.", "apis": [], "segments": [ { "start_index": 35, "end_index": 51, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 62, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 70, "end_index": 85, "text": "cinema downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 100, "end_index": 194, "text": "about a fishing captain on a ship during a severe storm dealing with a possible traitor aboard", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 4, "speaker": "user", "text": "Ok", "apis": [ { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "after seven" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7:30 pm" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Your second option is the Film Backcountry which will play at 7:30 pm. this film is a documentary about the united states most iconic national parks.", "apis": [], "segments": [ { "start_index": 31, "end_index": 42, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 62, "end_index": 69, "text": "7:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 86, "end_index": 97, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 98, "end_index": 148, "text": "about the united states most iconic national parks", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 6, "speaker": "user", "text": "what rating is each film?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "beyond the storm is rated PG-13 and Backcountry is rated G", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 31, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 36, "end_index": 47, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 57, "end_index": 58, "text": "G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "ok", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "if it makes any difference Backcountry received a higher rating on rotten tomatoes than Beyond The Storm by 10%", "apis": [], "segments": [ { "start_index": 27, "end_index": 38, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 88, "end_index": 104, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "thank you i think i know which one i like more.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "what will be your choice?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "i'd like to see Beyond the Storm at 8:30 pm on friday.", "apis": [], "segments": [ { "start_index": 16, "end_index": 32, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 43, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 47, "end_index": 53, "text": "friday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "how many tickets?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "2", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "are any viewers children?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "no", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "which email account should i confirm with?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "johnrla9839898@gmail.com", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinema downtown" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "8:30 pm" }, { "arg_name": "date.showing", "arg_value": "friday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-479531e6-e552-436b-be9f-57144f18f3fb
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Can you help me find a movie I might be interested in seeing?\\r", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "What type of movie interests you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'd like movies that are exciting or deal with the out of doors.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "description.other", "arg_value": "movies that are exciting or deal with the out of doors" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" }, { "response_name": "name.movie_2", "response_value": "Beyond The Storm" } ] } ], "segments": [ { "start_index": 9, "end_index": 63, "text": "movies that are exciting or deal with the out of doors", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "I might suggest Backcountry or Beyond The Storm.", "apis": [], "segments": [ { "start_index": 16, "end_index": 27, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 47, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "What is the difference between those two?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about Yosemite National Park. It has all the beauty of nature in all aspects of the park" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "has the fury of the North Sea put into a mystery on board the fishing vessel" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Backcountry is a documentary about Yosemite National Park. It has all the beauty of nature in all aspects of the park. Beyond The Storm has the fury of the North Sea put into a mystery on board the fishing vessel", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 28, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 29, "end_index": 117, "text": "about Yosemite National Park. It has all the beauty of nature in all aspects of the park", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 119, "end_index": 135, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 136, "end_index": 212, "text": "has the fury of the North Sea put into a mystery on board the fishing vessel", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "They both sound great. I need to go early in the afternoon. Do either of them have early afternoon showings.", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry's" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10" } ] } ], "segments": [ { "start_index": 36, "end_index": 58, "text": "early in the afternoon", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 83, "end_index": 98, "text": "early afternoon", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Beyond the Storm has a showing at !:30. Backcountry's first showing isn't until 4:10.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 34, "end_index": 38, "text": "!:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 40, "end_index": 53, "text": "Backcountry's", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 84, "text": "4:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "That would work. What theater is Beyond the Storm playing at?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 33, "end_index": 49, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "It's at the Cinemark Downtown. Would that be convenient?", "apis": [], "segments": [ { "start_index": 12, "end_index": 29, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "Yes it would as that's near where we're meeting for an early dinner.", "apis": [], "segments": [ { "start_index": 23, "end_index": 27, "text": "near", "annotations": [ { "name": "location" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Would you like me to get those tickets for you?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Yes that would be very helpful.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "How many tickets would you like?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Just 2 please.", "apis": [], "segments": [ { "start_index": 5, "end_index": 6, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Just to confirm that is 2 tickets for tomorrow, August 8th, for Beyond the Stormat the Cinemark Downtown at 1:30pm. Is that correct?", "apis": [], "segments": [ { "start_index": 24, "end_index": 25, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 58, "text": "tomorrow, August 8th", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 64, "end_index": 82, "text": "Beyond the Stormat", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 87, "end_index": 104, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 108, "end_index": 114, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Exactly right!", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Is there anything else I can do for you?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No that's all for now.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "1:30pm" }, { "arg_name": "date.showing", "arg_value": "tomorrow, August 8th" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-a6623a42-e0b8-49f2-9a50-b047f42d7bb3
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Can you tell me about some PG-13 movies currently playing?", "apis": [ { "name": "find_movies", "index": 0, "args": [ { "arg_name": "description.other", "arg_value": "some PG-13" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\"Not My Problem,\"" }, { "response_name": "name.movie_2", "response_value": "\"Beyond the Storm,\"" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm,\"" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] } ], "segments": [ { "start_index": 27, "end_index": 32, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 22, "end_index": 32, "text": "some PG-13", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Of course! The top-playing PG-13 movies are \"Not My Problem,\" which is a comedy, and \"Beyond the Storm,\" which is an action movie. \\r\\rAre you interested in learning more?", "apis": [], "segments": [ { "start_index": 15, "end_index": 26, "text": "top-playing", "annotations": [ { "name": "description.other" } ] }, { "start_index": 27, "end_index": 32, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 44, "end_index": 61, "text": "\"Not My Problem,\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 73, "end_index": 79, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 85, "end_index": 104, "text": "\"Beyond the Storm,\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 117, "end_index": 123, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 2, "speaker": "user", "text": "Yes. Can you tell me more about \"Not My Problem?\"", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 32, "end_index": 49, "text": "\"Not My Problem?\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "\"Not My Problem\" is a comedy starring Matt Damon and Noah Schnapp. \\r\\rWould you like to learn more?", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 22, "end_index": 28, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 38, "end_index": 48, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 53, "end_index": 65, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 4, "speaker": "user", "text": "Yes. Can you tell me what rating \"Not My Problem\" has on Rotten Tomatoes?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "71% rating on Rotten Tomatoes" } ] } ], "segments": [ { "start_index": 33, "end_index": 49, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "\"Not My Problem\" currently has a 71% rating on Rotten Tomatoes. \\r\\rWould you like additional information about this movie?", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 62, "text": "71% rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 6, "speaker": "user", "text": "Yes. Can you tell me what \"Not My Problem\" is about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem" } ] } ], "segments": [ { "start_index": 26, "end_index": 42, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "\"Not My Problem\" is about a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem. \\r\\rWould you like to learn more?", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 129, "text": "about a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "No, thank you. Can you tell me where \"Not My Problem\" is playing in Spring Hills, Kansas on 08/08/2020?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [ { "start_index": 37, "end_index": 53, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 68, "end_index": 88, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 92, "end_index": 102, "text": "08/08/2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Of course! \"Not My Problem\" is currently playing at AMC Holiday Theater. \\r\\rWould you like to select this theater? Please say \"yes\" to confirm.", "apis": [], "segments": [ { "start_index": 11, "end_index": 27, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 63, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "Yes. Can you also give me the showtimes for \"Not My Problem\" at AMC Holiday Theater on 08/08/2020?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "08/08/2020" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 44, "end_index": 60, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 64, "end_index": 75, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 87, "end_index": 97, "text": "08/08/2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Yes. The available showtimes for \"Not My Problem\" at AMC Holiday Theater are: 1pm - 3:55pm - 7pm - 10:05pm. \\r\\rWould you like to select one of these times?", "apis": [], "segments": [ { "start_index": 33, "end_index": 49, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 53, "end_index": 64, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 78, "end_index": 81, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 84, "end_index": 90, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 93, "end_index": 96, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 99, "end_index": 106, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes. I would like to select the 7 pm showtime.", "apis": [], "segments": [ { "start_index": 32, "end_index": 36, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "The system currently shows that you have selected \"Not My Problem\" at AMC Holiday Theater at 7 pm on 08/08/2020. \\r\\rIs this information correct? Please say \"yes\" to confirm.", "apis": [], "segments": [ { "start_index": 50, "end_index": 66, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 81, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 93, "end_index": 97, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 101, "end_index": 111, "text": "08/08/2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes, this information is correct.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your information has been confirmed. How many tickets would you like to purchase?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "I would like to buy 2 adult tickets.", "apis": [], "segments": [ { "start_index": 20, "end_index": 27, "text": "2 adult", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "You have just selected 2 tickets to see \"Not My Problem\" at 7 pm at AMC Holiday Theater on 08/08/2020. \\r\\rIs this information correct? Please say \"yes\" to confirm.", "apis": [], "segments": [ { "start_index": 23, "end_index": 24, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 40, "end_index": 56, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 60, "end_index": 64, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 68, "end_index": 79, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 91, "end_index": 101, "text": "08/08/2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem,\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "2 adult" }, { "arg_name": "time.showing", "arg_value": "7 pm" }, { "arg_name": "date.showing", "arg_value": "08/08/2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] } ]
dlg-9278f66d-52fe-42fc-a340-22150fc58e54
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "i want to book a movie tickets", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "for which movie", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "not my problem. is there is available movie tickets for this movie.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "wait a moment i will check", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "okay", "apis": [ { "name": "check_tickets", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "unavailable" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "sorry there are no available tickets for this movie. do you want any other movie tickets", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "yes, any horror movie tickets", "apis": [ { "name": "check_tickets", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] } ], "segments": [ { "start_index": 9, "end_index": 15, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "there is shuttered movie tickets are available", "apis": [], "segments": [ { "start_index": 9, "end_index": 18, "text": "shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "is there is horror", "apis": [], "segments": [ { "start_index": 12, "end_index": 18, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "yes", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "which theater it will be run", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "amc holiday theater" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "amc holiday theater", "apis": [], "segments": [ { "start_index": 0, "end_index": 19, "text": "amc holiday theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "how many shows for this movie", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "name.theater", "arg_value": "amc holiday theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3pm" }, { "response_name": "time.showing_2", "response_value": "5.45pm" }, { "response_name": "time.showing_3", "response_value": "9pm" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "3 shows are currently running 3pm 5.45pm and 9pm", "apis": [], "segments": [ { "start_index": 30, "end_index": 33, "text": "3pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 34, "end_index": 40, "text": "5.45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 48, "text": "9pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "okay i want 9pm shows tickets", "apis": [], "segments": [ { "start_index": 12, "end_index": 15, "text": "9pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "how many tickets do you want", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "two tickets", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "okay please wait a moment", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "i am waiting", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "name.theater", "arg_value": "amc holiday theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "9pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "your tickets areconfirmed and they've been sent to your email address", "apis": [], "segments": [] } ]
dlg-bf01ff64-245b-4c24-8f03-5fadc9a20fab
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello, I wanted to get tickets for a movie tonight.", "apis": [], "segments": [ { "start_index": 43, "end_index": 50, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can help you with that. What kind of movie are you interested in?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I want to see something funny.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "description.other", "arg_value": "something funny" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedies" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedies" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] } ], "segments": [ { "start_index": 14, "end_index": 29, "text": "something funny", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "I see there are two comedies currently playing. Not My Problem rated PG-13 and Family Jewels rated R.", "apis": [], "segments": [ { "start_index": 20, "end_index": 28, "text": "comedies", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 62, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 63, "end_index": 74, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 79, "end_index": 92, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 93, "end_index": 100, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Are they playing at AMC?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC" } ] } ], "segments": [ { "start_index": 20, "end_index": 23, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Yes, both are playing at AMC. Would you like to know the times?", "apis": [], "segments": [ { "start_index": 25, "end_index": 28, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "Please.", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:00" }, { "response_name": "time.showing_2", "response_value": "3:55" }, { "response_name": "time.showing_3", "response_value": "7:00" }, { "response_name": "time.showing_4", "response_value": "10:05 pm" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00" }, { "response_name": "time.showing_2", "response_value": "5:00" }, { "response_name": "time.showing_3", "response_value": "8:10 pm" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is showing at 1:00, 3:55, 7:00, and again at 10:05 pm. Family Jewels is showing at 2:00, 5:00, and 8:10 pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 33, "text": "1:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 39, "text": "3:55", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 41, "end_index": 45, "text": "7:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 60, "end_index": 68, "text": "10:05 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 70, "end_index": 83, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 98, "end_index": 102, "text": "2:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 104, "end_index": 108, "text": "5:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 114, "end_index": 121, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Great! I'd like to get Tickets for Family Jewels.", "apis": [], "segments": [ { "start_index": 35, "end_index": 48, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "How many adults?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Just 2.", "apis": [], "segments": [ { "start_index": 5, "end_index": 6, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "And what time do you want to see that?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "The last time.", "apis": [], "segments": [ { "start_index": 4, "end_index": 13, "text": "last time", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Okay. 8:10 pm was the latest showing. Does that work for you?", "apis": [], "segments": [ { "start_index": 6, "end_index": 13, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "That should work.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay, one moment.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Sure.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Okay so to confirm that's 2 tickets for Family Jewels playing at the AMC Holiday Theater at 8:10 pm tonight.", "apis": [], "segments": [ { "start_index": 26, "end_index": 27, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 40, "end_index": 53, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 69, "end_index": 88, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 92, "end_index": 99, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 100, "end_index": 107, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Sounds great.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "8:10 pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] } ]
dlg-f29e052c-55c6-4772-a167-41ff651b6493
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello I am wondering if you would help me choose a movie and time.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Yes sir, my name is Sara I would be happy to help you.\\r", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Great, thanks for your help.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "No problem, what kind of movies do you like?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I am pretty open, probably not a comedy or horror movie though.", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "description.other", "arg_value": "probably not a comedy or horror movie" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 18, "end_index": 55, "text": "probably not a comedy or horror movie", "annotations": [ { "name": "description.other" } ] }, { "start_index": 33, "end_index": 39, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 43, "end_index": 49, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Ok, well we have two movies playing this evening that you might be interested in; Beyond the Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 82, "end_index": 98, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 103, "end_index": 114, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 48, "text": "this evening", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok could you tell me a little about them?\\r\\r", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about fishing in the the North Sea" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Sure, Beyond the Storm is an action movie about fishing in the the North Sea and is directed by James Cameron", "apis": [], "segments": [ { "start_index": 6, "end_index": 22, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 35, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 96, "end_index": 109, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] }, { "start_index": 42, "end_index": 76, "text": "about fishing in the the North Sea", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Ok that sounds decent, how about the other one?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentry" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "that explores Yosemite National Park" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "The other is Backcountry which is a documentry that explores Yosemite National Park.", "apis": [], "segments": [ { "start_index": 13, "end_index": 24, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 46, "text": "documentry", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 47, "end_index": 83, "text": "that explores Yosemite National Park", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "What are the showtimes for Beyond the Storm?", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 27, "end_index": 43, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Sure, the showtimes are: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 25, "end_index": 42, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 45, "end_index": 51, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 54, "end_index": 60, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 70, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Ok, how about the times for Backcountry?", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 28, "end_index": 39, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "It its also showing at, the Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 28, "end_index": 45, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 48, "end_index": 54, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 63, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 73, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Do you happen to have any ratings for the movies?", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "81%" } ] }, { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "91%" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Of course, Rotten Tomatoes Rates Beyond the Storm at 81% and Backcountry at 91%", "apis": [], "segments": [ { "start_index": 33, "end_index": 49, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 53, "end_index": 56, "text": "81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 61, "end_index": 72, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 76, "end_index": 79, "text": "91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 16, "speaker": "user", "text": "Alright I would like two tickets for Backcountry for the 7:30 showing tonight.", "apis": [], "segments": [ { "start_index": 37, "end_index": 48, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 24, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 57, "end_index": 61, "text": "7:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 70, "end_index": 77, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Great I can arrange that, I see I have your billing information all I will need is to confirm you your email address to send the tickets.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Sure please send them to bob@gmail.com", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "7:30pm" }, { "arg_name": "date.showing", "arg_value": "this evening" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Ok, I have you confirmed for two tickets for Backcountry at the Cinemark Downtown at 7:30 this evening, being sent to your email bob@gmail.com I hope you enjoy your movie.", "apis": [], "segments": [ { "start_index": 64, "end_index": 81, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 85, "end_index": 89, "text": "7:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 90, "end_index": 102, "text": "this evening", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 45, "end_index": 56, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 32, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] } ]
dlg-00328de1-d688-4938-91c8-2a33c857d39c
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hii..i want to book movie tickets", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "yeah..sure.Thank you for your interest", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "what are the movies available today?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 30, "end_index": 35, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Not My Problem, Family Jewels, Shuttered, Beyond the Storm, Backcountry", "apis": [], "segments": [ { "start_index": 1, "end_index": 15, "text": "ot My Problem,", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 30, "text": "amily Jewels,", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 32, "end_index": 41, "text": "huttered,", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 59, "text": "eyond the Storm,", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 61, "end_index": 71, "text": "ackcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "ok..what are the timings and theatres for these movies?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm\\rFamily" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm\\rShuttered:" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm\\rBeyond" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm\\rBackcountry:" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm\\rFamily Jewels: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm\\rShuttered: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm\\rBeyond the Storm: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm\\rBackcountry: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 27, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 41, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 56, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 74, "text": "10:05pm\\rFamily", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 82, "text": "10:05pm\\rFamily Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 94, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 105, "end_index": 111, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 114, "end_index": 120, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 123, "end_index": 141, "text": "8:10pm\\rShuttered:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 142, "end_index": 153, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 164, "end_index": 170, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 173, "end_index": 177, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 180, "end_index": 194, "text": "9:00pm\\rBeyond", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 180, "end_index": 205, "text": "9:00pm\\rBeyond the Storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 206, "end_index": 223, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 226, "end_index": 232, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 235, "end_index": 239, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 242, "end_index": 248, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 251, "end_index": 271, "text": "8:30pm\\rBackcountry:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 292, "end_index": 298, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 301, "end_index": 307, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 310, "end_index": 317, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 272, "end_index": 289, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "what are the journal of these movies ?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy\\rShuttered" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror\\rBeyond" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action\\rBackcountry" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary (outdoor)\\r" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem - Comedy \\rFamily Jewels - Romantic Comedy\\rShuttered - Horror\\rBeyond The Storm - Action\\rBackcountry - Documentary (outdoor)\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 23, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 49, "end_index": 64, "text": "c Comedy\\rShutt", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 67, "end_index": 93, "text": "d - Horror\\rBeyond The Sto", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 76, "end_index": 93, "text": "r\\rBeyond The Sto", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 96, "end_index": 110, "text": "- Action\\rBack", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 96, "end_index": 119, "text": "- Action\\rBackcountry -", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 123, "end_index": 142, "text": "umentary (outdoor)\\", "annotations": [ { "name": "name.genre" }, { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "ok..i want to book tickets for beyond the storms movie?", "apis": [], "segments": [ { "start_index": 31, "end_index": 48, "text": "beyond the storms", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "sure..how many tickets you want to book?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "i want to book 2 tickets.", "apis": [], "segments": [ { "start_index": 15, "end_index": 16, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "okay..shall i confirm your tickets?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "sure..", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Can you send me your mail id", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "yeah...abc1234@gmail.com", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storms" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.”", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Thank you...", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Thank you...Hope you enjoyty the movmovie", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "sure..", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Have a greatb day", "apis": [], "segments": [] } ]
dlg-28aa35ad-d30a-4790-96c7-14a973f2ae7a
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello mr.i am corey is this a movie booking office?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "yes sir tell me how i can help you", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "ya ,i want to book a movie tickets", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "ok tell me the movie names sir?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "ya i want to book comedy as well as action film also whats is running currently can i get the movie guide", "apis": [], "segments": [ { "start_index": 18, "end_index": 24, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 36, "end_index": 42, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "yes sure sir i can the names of the movie what is going on currently", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "ok tell me", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "name.genre", "arg_value": "comedy" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "not my problem" } ] }, { "name": "find_movies", "index": 6, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "beyond the storm" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "sir today running comedy film is not my problem and beyond the storm is the action film", "apis": [], "segments": [ { "start_index": 18, "end_index": 24, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 33, "end_index": 47, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 68, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 76, "end_index": 82, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 8, "speaker": "user", "text": "ok both are in the same theater or differnt mr?", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "yes sir both are different place and different theater", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "ok tell me the theater name and time and place also ?", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "amc holiday" } ] }, { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "cinemark down town" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "name.theater", "arg_value": "amc holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1.00pm" }, { "response_name": "time.showing_2", "response_value": ",3.55 pm,7" }, { "response_name": "time.showing_3", "response_value": "pm,7 pm,10.05pm" }, { "response_name": "time.showing_4", "response_value": "pm,10.05pm" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinemark down town" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1.30pm" }, { "response_name": "time.showing_2", "response_value": "3.40pm" }, { "response_name": "time.showing_3", "response_value": "6.10pm" }, { "response_name": "time.showing_4", "response_value": "10.30pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "sir the comedy film in amc holiday theater and the time is 1.00pm ,3.55 pm,7 pm,10.05pm and the action film in cinemark down town and the time is 1.30pm 3.40pm 6.10pm 10.30pm sir tell me which one can i book", "apis": [], "segments": [ { "start_index": 8, "end_index": 14, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 23, "end_index": 34, "text": "amc holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 59, "end_index": 65, "text": "1.00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 76, "text": ",3.55 pm,7", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 72, "end_index": 87, "text": "pm,7 pm,10.05pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 77, "end_index": 87, "text": "pm,10.05pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 96, "end_index": 102, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 111, "end_index": 129, "text": "cinemark down town", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 146, "end_index": 152, "text": "1.30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 153, "end_index": 159, "text": "3.40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 160, "end_index": 166, "text": "6.10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 167, "end_index": 174, "text": "10.30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "ok thanks and you can book the comedy film at 1.00pm and the action film at6.10 pm", "apis": [], "segments": [ { "start_index": 31, "end_index": 37, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 46, "end_index": 52, "text": "1.00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 61, "end_index": 67, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 73, "end_index": 82, "text": "at6.10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "ok sir how about sound system technology is ti 3d or dolby", "apis": [], "segments": [ { "start_index": 47, "end_index": 49, "text": "3d", "annotations": [ { "name": "type.screening" } ] }, { "start_index": 53, "end_index": 58, "text": "dolby", "annotations": [ { "name": "type.screening" } ] } ] }, { "index": 14, "speaker": "user", "text": "ok the sound system is 3d", "apis": [], "segments": [ { "start_index": 23, "end_index": 25, "text": "3d", "annotations": [ { "name": "type.screening" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "ok sir and how many tickets do you want", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "as a family so needs 4 tickets", "apis": [], "segments": [ { "start_index": 21, "end_index": 22, "text": "4", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "ok sir how about payment is credit card or direct payment", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ya i will use credit card", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "name.theater", "arg_value": "amc holiday" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "1.00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] }, { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinemark down town" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "6.10pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "ok sir , your tickets are confirmed and they have been send to your mailing address .thank you", "apis": [], "segments": [] } ]
dlg-fb214c69-5469-4036-a20f-e33b608c3297
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello,i'd like to buy two movie tickets.", "apis": [], "segments": [ { "start_index": 22, "end_index": 25, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Hello. I'd like to help you. May i know for what movie you like to buy ticket?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Family Jewels and Shuttered. May i know at what theater this movies are available?", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 27, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Sure sir, you can watch Family jewels at AMC Holiday Theatre and Shuttered at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 24, "end_index": 37, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 52, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 65, "end_index": 74, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 78, "end_index": 89, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Fine. Can you tell me the timing and day of these movies?", "apis": [ { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "Thursday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2.00 pm" }, { "response_name": "time.showing_2", "response_value": "5.00 pm-8.10" }, { "response_name": "time.showing_3", "response_value": "pm-8.10 pm" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "Thursday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2.00 pm" }, { "response_name": "time.showing_2", "response_value": "5.45" }, { "response_name": "time.showing_3", "response_value": "-9.00 pm" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Its my pleasure sir. Family Jewels movie timing is at 2.00 pm - 5.00 pm-8.10 pm and Shuttered movie timing is at 2.00 pm - 5.45 -9.00 pm at Thursday.", "apis": [], "segments": [ { "start_index": 21, "end_index": 34, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 54, "end_index": 61, "text": "2.00 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 64, "end_index": 76, "text": "5.00 pm-8.10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 79, "text": "pm-8.10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 84, "end_index": 93, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 113, "end_index": 120, "text": "2.00 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 123, "end_index": 127, "text": "5.45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 128, "end_index": 136, "text": "-9.00 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 140, "end_index": 148, "text": "Thursday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok, Then can i have Two tickets Shuttered movie at 2.00 pm at thursday?", "apis": [ { "name": "check_tickets", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "2.00 pm" }, { "arg_name": "date.showing", "arg_value": "Thursday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] } ], "segments": [ { "start_index": 20, "end_index": 23, "text": "Two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 32, "end_index": 41, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 58, "text": "2.00 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 70, "text": "thursday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Let me check...um..we have two seats available at 2.00 pm.", "apis": [], "segments": [ { "start_index": 27, "end_index": 30, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 50, "end_index": 57, "text": "2.00 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Okay.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Are you a student or an adult?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "A student.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Do you have a student ID with you? If you have please give me to verify", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Sure. Here it is.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Thank you sir. Let me book it for you.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Okay", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Do you have any questions regarding these?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Nothing. can you make it faster?", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Yeah sure sir.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Okay", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "2.00 pm" }, { "arg_name": "date.showing", "arg_value": "Thursday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] } ]
dlg-d683d93a-a790-485c-a624-d7c167baedae
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am interested to buying the movie ticket in tonight at Rotten Tomatoes", "apis": [], "segments": [ { "start_index": 46, "end_index": 53, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Do have a choice on your mind", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "No don't have mind can you tell me the movie list.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Tomatoes.Not My Problem,Family" }, { "response_name": "name.movie_2", "response_value": "Problem,Family Jewels,Shuttered,Beyond" }, { "response_name": "name.movie_3", "response_value": "Jewels,Shuttered,Beyond the Storm" }, { "response_name": "name.movie_4", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "There are five movies playing on Rotten Tomatoes.Not My Problem,Family Jewels,Shuttered,Beyond the Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 40, "end_index": 70, "text": "Tomatoes.Not My Problem,Family", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 56, "end_index": 94, "text": "Problem,Family Jewels,Shuttered,Beyond", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 71, "end_index": 104, "text": "Jewels,Shuttered,Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 109, "end_index": 120, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Which one is best can you guide me?", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Which type of movie you prefer?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I like \"Action\" movies", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm\"" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "\"Action\"" } ] } ], "segments": [ { "start_index": 7, "end_index": 15, "text": "\"Action\"", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I think \"Beyond the Storm\" is better for you", "apis": [], "segments": [ { "start_index": 8, "end_index": 26, "text": "\"Beyond the Storm\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Who is the director of \"Beyond the Storm\" ?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 23, "end_index": 41, "text": "\"Beyond the Storm\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "the movie directed by James Cameron.", "apis": [], "segments": [ { "start_index": 22, "end_index": 35, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "He is the one of the best director.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Yes,He is a famous director in the world", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Ok,Make sure James Cameron's movie", "apis": [], "segments": [ { "start_index": 13, "end_index": 28, "text": "James Cameron's", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "How many tickets you want?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I want three tickets.", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm\"" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "empty" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm\"" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 7, "end_index": 12, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Which timr you want 1:30pm - 3:40 - 6:10pm - 8:30pm", "apis": [], "segments": [ { "start_index": 20, "end_index": 26, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 33, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 36, "end_index": 42, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 51, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Choose the earliest one 1:30pm", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "\"Beyond the Storm\"" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "1:30pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 24, "end_index": 30, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thanks", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Enjoy your show.", "apis": [], "segments": [] } ]
dlg-4f189d76-c3ae-4bdb-b04d-0602852fb2a8
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I wanna see a movie please", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "what kind of movie?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "comedy", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "what city are you in?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "spring hills, kansas", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "spring hills, kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "do you care about rating?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Nope", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "name.genre", "arg_value": "comedy" }, { "arg_name": "location", "arg_value": "spring hills, kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "I have Not My Problem. That is with Matt Damon and is about a troubled teen. The other is Family Jewels. That is a romantic comedy with Melissa McCarthy. Family Jewels is rated R and the other is PG-13.", "apis": [], "segments": [ { "start_index": 7, "end_index": 21, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 46, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 54, "end_index": 75, "text": "about a troubled teen", "annotations": [ { "name": "description.other" } ] }, { "start_index": 90, "end_index": 103, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 115, "end_index": 130, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 136, "end_index": 152, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 154, "end_index": 167, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 177, "end_index": 178, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 196, "end_index": 201, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Family Jewels sounds amazing", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "spring hills, kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "The theater it is playing at is called AMC Holiday Theater", "apis": [], "segments": [ { "start_index": 39, "end_index": 58, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "what are the showtimes?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2" }, { "response_name": "time.showing_2", "response_value": "8:10" }, { "response_name": "time.showing_3", "response_value": "5" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "2, 5 and 8:10", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 3, "end_index": 4, "text": "5", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 9, "end_index": 13, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "I will go with the 2", "apis": [], "segments": [ { "start_index": 19, "end_index": 20, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "how many people?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "2 just me and a friend", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 7, "end_index": 22, "text": "me and a friend", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "So Family Jewels at 2 PM for two people at AMC Holiday Theater correct? Also, what is your email?\\r", "apis": [], "segments": [ { "start_index": 20, "end_index": 24, "text": "2 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 32, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 43, "end_index": 62, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 3, "end_index": 16, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 16, "speaker": "user", "text": "yeah bobdyyy@gmail.com", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "any special accomodations?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "2 PM" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-e0defb55-ceae-4c7d-b67b-01e096e100ec
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, I'd love to see a movie today if possible", "apis": [], "segments": [ { "start_index": 28, "end_index": 33, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "What is your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm in Spring Hills, Kansas", "apis": [], "segments": [ { "start_index": 7, "end_index": 27, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "How many tickets?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "One", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "One", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "What would you like to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I don't know yet, what's playing?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "We have: Not My Problem, Family Jewels, Shuttered, Beyond the Storm, and Backcountry", "apis": [], "segments": [ { "start_index": 9, "end_index": 23, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 38, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 40, "end_index": 49, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 67, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 73, "end_index": 84, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Tell me about Beyond the Storm", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 14, "end_index": 30, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Beyond The Storm - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 25, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 39, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 42, "end_index": 61, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 99, "end_index": 113, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 64, "end_index": 171, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 186, "end_index": 199, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Now Not My Problem", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 4, "end_index": 18, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 23, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 26, "end_index": 37, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 40, "end_index": 59, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 62, "end_index": 161, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 171, "end_index": 181, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 186, "end_index": 198, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 12, "speaker": "user", "text": "Don't really want action now, let's go with Not My Problem", "apis": [], "segments": [ { "start_index": 18, "end_index": 24, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 44, "end_index": 58, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Sounds good", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "What are the showtimes for the movie?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Not My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 35, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 41, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 56, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 66, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I'll take the 1pm time", "apis": [], "segments": [ { "start_index": 14, "end_index": 17, "text": "1pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "So you want one ticket to Not My Problem playing at AMC Holiday Theater at 1pm?", "apis": [], "segments": [ { "start_index": 12, "end_index": 15, "text": "one", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 26, "end_index": 40, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 71, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 75, "end_index": 78, "text": "1pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "You got it", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "One" }, { "arg_name": "time.showing", "arg_value": "1pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-23a574b6-f9a7-49fc-a141-41182942c05b
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hi booking agent.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello.How can i help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "shall i know the movie list", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\\rNot My Problem,Family" }, { "response_name": "name.movie_2", "response_value": "Problem,Family Jewels,Shuttered,Beyond" }, { "response_name": "name.movie_3", "response_value": "Jewels,Shuttered,Beyond" }, { "response_name": "name.movie_4", "response_value": "Jewels,Shuttered,Beyond the Storm,Back" }, { "response_name": "name.movie_5", "response_value": "Storm,Back Country" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "\\rNot My Problem,Family Jewels,Shuttered,Beyond the Storm,Back Country.", "apis": [], "segments": [ { "start_index": 0, "end_index": 23, "text": "\\rNot My Problem,Family", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 9, "end_index": 47, "text": "Problem,Family Jewels,Shuttered,Beyond", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 47, "text": "Jewels,Shuttered,Beyond", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 62, "text": "Jewels,Shuttered,Beyond the Storm,Back", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 70, "text": "Storm,Back Country", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "is there any comedy film?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] } ], "segments": [ { "start_index": 13, "end_index": 19, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is available", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "in which theater?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "At AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 3, "end_index": 14, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "ok,please show the timing of the movie", "apis": [ { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "at 1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 3, "end_index": 6, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 9, "end_index": 15, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 18, "end_index": 21, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 24, "end_index": 31, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "please book 1pm - 3:55pm.", "apis": [], "segments": [ { "start_index": 12, "end_index": 15, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 18, "end_index": 24, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "how many tickets you want?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "three tickets.", "apis": [], "segments": [ { "start_index": 0, "end_index": 5, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "ok,i will book three tickets for you,are you sure.", "apis": [], "segments": [ { "start_index": 15, "end_index": 20, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 14, "speaker": "user", "text": "please proceed.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "tickets will be send by email.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "is anything you want from me.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "1pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "no thanks.enjoy your movie.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ok, thanks good bye.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "you'r welcome.", "apis": [], "segments": [] } ]
dlg-a9393928-321e-489b-818a-3018e5a9341a
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Good morning, I am looking to see a movie today, what do you got?", "apis": [], "segments": [ { "start_index": 42, "end_index": 47, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Let's see... We have 5 movies out at the moment. There are 2 comedies, 1 horror, 1 action, and 1 documentary.", "apis": [], "segments": [ { "start_index": 61, "end_index": 69, "text": "comedies", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 73, "end_index": 79, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 83, "end_index": 89, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 97, "end_index": 108, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 2, "speaker": "user", "text": "Horror! My favorite! Can you tell me more about it?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "horror" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is about a girl who moves upstate from New York City to work on her cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 0, "end_index": 7, "text": "Horror!", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "It is called Shuttered. It is about a girl who moves upstate from New York City to work on her cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 13, "end_index": 22, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 126, "text": "It is about a girl who moves upstate from New York City to work on her cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 4, "speaker": "user", "text": "Interesting. Where is this playing?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "The AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 4, "end_index": 15, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "Oh no. That is way too far for me. Where is the documentary playing?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "name.genre", "arg_value": "documentary" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 48, "end_index": 59, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "At Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 3, "end_index": 20, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "Perfect! Can you tell me a bit more about the movie.", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "You get to explore the beautiful Yosemite through this award winning film" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "It is called Backcountry. You get to explore the beautiful Yosemite through this award winning film.", "apis": [], "segments": [ { "start_index": 13, "end_index": 24, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 99, "text": "You get to explore the beautiful Yosemite through this award winning film", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "Yosemite? What is that exactly?", "apis": [], "segments": [ { "start_index": 0, "end_index": 8, "text": "Yosemite", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "It's a national park. It is actually one of the most iconic national parks in America!", "apis": [], "segments": [ { "start_index": 0, "end_index": 86, "text": "It's a national park. It is actually one of the most iconic national parks in America!", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 12, "speaker": "user", "text": "I'm into it. What time is it playing today?", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" } ] } ], "segments": [ { "start_index": 37, "end_index": 42, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "We have a viewing at 4:10pm and a viewing at 7:30pm.", "apis": [], "segments": [ { "start_index": 21, "end_index": 27, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 51, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "I am free at 7:30 tonight!", "apis": [], "segments": [ { "start_index": 13, "end_index": 17, "text": "7:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 18, "end_index": 26, "text": "tonight!", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "So how many tickets will that be?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Just one please.", "apis": [], "segments": [ { "start_index": 5, "end_index": 8, "text": "one", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay, so that is 1 ticket for Backcountry, today at 7:30pm, at Cinemark downtown?", "apis": [], "segments": [ { "start_index": 17, "end_index": 18, "text": "1", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 30, "end_index": 41, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 48, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 52, "end_index": 58, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 80, "text": "Cinemark downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes!", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "time.showing", "arg_value": "7:30pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]
dlg-dc30826c-2737-49a7-b081-4fde037f80c7
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am looking to order two tickets for the movies tonight", "apis": [], "segments": [ { "start_index": 49, "end_index": 56, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "okay. do you have any specific movie(s) in mind?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "not really. Do you have any suggestions?", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "well, that depends on the genre of movies you like", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "at the moment, I am into action or documentary", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "beyond the storm" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "documentary" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "backcountry" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [ { "start_index": 25, "end_index": 31, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 46, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "let me see what's available. For action there is beyond the storm and for documentary there is backcountry. Does any of this interest you?", "apis": [], "segments": [ { "start_index": 33, "end_index": 39, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 49, "end_index": 65, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 74, "end_index": 85, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 95, "end_index": 106, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "for backcountry what does it covers?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "explores Yosemite in all its glory" } ] } ], "segments": [ { "start_index": 4, "end_index": 15, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "well, its an award winning doc and explores Yosemite in all its glory", "apis": [], "segments": [ { "start_index": 6, "end_index": 26, "text": "its an award winning", "annotations": [ { "name": "description.other" } ] }, { "start_index": 27, "end_index": 30, "text": "doc", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 69, "text": "explores Yosemite in all its glory", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "that sounds good and what does the critics say about it?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten tomatoes gives it a 91% which is a very decent rating" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Rotten tomatoes gives it a 91% which is a very decent rating", "apis": [], "segments": [ { "start_index": 0, "end_index": 60, "text": "Rotten tomatoes gives it a 91% which is a very decent rating", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 10, "speaker": "user", "text": "and remind me of the action movie you mentioned earlier", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "you mean beyond the storm?", "apis": [], "segments": [ { "start_index": 9, "end_index": 25, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "that's it. Tell me a bit about that one", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about fishing in the North Sea which gets ugly and the captain not only face treacherous waters but a traitor onboard" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "sure. it tell the story about fishing in the North Sea which gets ugly and the captain not only face treacherous waters but a traitor onboard", "apis": [], "segments": [ { "start_index": 24, "end_index": 141, "text": "about fishing in the North Sea which gets ugly and the captain not only face treacherous waters but a traitor onboard", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 14, "speaker": "user", "text": "sounds interesting. I think I will go for the latter if there is a showing at 8:30pm", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinemark downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "8:30pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 78, "end_index": 84, "text": "8:30pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "yes there is a showing a 8:30pm and the movie will be at the cinemark downtown", "apis": [], "segments": [ { "start_index": 25, "end_index": 31, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 61, "end_index": 78, "text": "cinemark downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "that's ok because the cinema is pretty close to me", "apis": [], "segments": [ { "start_index": 32, "end_index": 50, "text": "pretty close to me", "annotations": [ { "name": "location" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "well, I am ordering two tickets for tonight's showing of beyond the storm at 8:30pm for the cinemark downtown cinema. did I cover all the details?\\r", "apis": [], "segments": [ { "start_index": 20, "end_index": 23, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 36, "end_index": 45, "text": "tonight's", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 57, "end_index": 73, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 77, "end_index": 83, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 92, "end_index": 116, "text": "cinemark downtown cinema", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "you did well and thanks.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "cinemark downtown cinema" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "sure and your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-6ed83e0f-3052-4e3d-b3f4-e6ea388b1517
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, we want to see a movie today", "apis": [], "segments": [ { "start_index": 27, "end_index": 32, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "How many tickets?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "4", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "4", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "What is your location?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "We're in Spring Hills, Kansas", "apis": [], "segments": [ { "start_index": 9, "end_index": 29, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "What do you want to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Show me what's playing", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem, Family Jewels, Shuttered, Beyond the Storm, and Backcountry", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 29, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 40, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 42, "end_index": 58, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 64, "end_index": 75, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Ok, I need more info on Family Jewels", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 69%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 24, "end_index": 37, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Family Jewels - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 31, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 40, "end_index": 41, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 44, "end_index": 63, "text": "Rotten Tomatoes 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 66, "end_index": 192, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 199, "end_index": 215, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 220, "end_index": 233, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Ok, now give me some info on Shuttered", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 61%" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 29, "end_index": 38, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Shuttered - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 12, "end_index": 18, "text": "Horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 27, "end_index": 28, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 31, "end_index": 50, "text": "Rotten Tomatoes 61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 53, "end_index": 167, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 53, "end_index": 65, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 12, "speaker": "user", "text": "I think we're in the mood for horror, so we'll see Shuttered", "apis": [], "segments": [ { "start_index": 30, "end_index": 36, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 51, "end_index": 60, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Sounds good", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "When is it showing?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Shuttered: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 10, "text": "Shuttered:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 11, "end_index": 30, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 33, "end_index": 39, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 42, "end_index": 46, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 55, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "9 is good", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "9", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "So you want four tickets to Shuttered playing at AMC Holiday Theater at 9pm?", "apis": [], "segments": [ { "start_index": 12, "end_index": 16, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 37, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 49, "end_index": 68, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 72, "end_index": 75, "text": "9pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "9:00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-bb64eba2-46eb-4132-92a0-6b9cd714010a
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello! I wanna go to the movies tonight.", "apis": [], "segments": [ { "start_index": 32, "end_index": 39, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Ok, do you want me to buy some tickets for you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Yes, please.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "What theater do you want to go to?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Ok, and what movie do you want to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Does Shuttered or Family Jewels have a lower Rotten Tomatoes rating?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "lower Rotten Tomatoes rating with a 61%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69%" } ] } ], "segments": [ { "start_index": 5, "end_index": 14, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 31, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 39, "end_index": 67, "text": "lower Rotten Tomatoes rating", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Shuttered has a lower Rotten Tomatoes rating with a 61%. Family Jewels has a 69%.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 55, "text": "lower Rotten Tomatoes rating with a 61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 57, "end_index": 70, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 77, "end_index": 80, "text": "69%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "I want to see Shuttered then.", "apis": [], "segments": [ { "start_index": 14, "end_index": 23, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "How many tickets do you need to buy?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Two.", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45pm" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Shuttered is playing tonight at the AMC Holiday Theater at 3:00pm, 5:45pm and 9:00pm. What time do you want to get tickets for?", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 28, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 36, "end_index": 47, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 59, "end_index": 65, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 67, "end_index": 73, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 78, "end_index": 84, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Give me the 5:45.", "apis": [], "segments": [ { "start_index": 12, "end_index": 16, "text": "5:45", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "So you need to buy two tickets for Shuttered tonight at 5:45pm at AMC Holiday Theater. Is that correct?", "apis": [], "segments": [ { "start_index": 19, "end_index": 22, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 35, "end_index": 44, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 52, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 77, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yeah, that's right. Go ahead and buy them, please.", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "5:45" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Great!", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Is there anything else I can help with?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Nope, that's everything.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Alright. Enjoy the show!", "apis": [], "segments": [] } ]
dlg-7817e0d5-77dc-4a01-a920-e1408e8cbab9
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello, I was hoping to buy movie tickets for something playing tonight in Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 63, "end_index": 70, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] }, { "start_index": 74, "end_index": 93, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can assist you with that transaction, do you know what you want to see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am trying to decide between Beyond the Storm and Not My Problem, but I was hoping for more information about them.", "apis": [], "segments": [ { "start_index": 30, "end_index": 46, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 65, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Certainly, what would you like to know?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Could you tell me which has better critic reviews?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "slightly better critic reviews with an aggregate score of 81%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72%" } ] } ], "segments": [ { "start_index": 28, "end_index": 49, "text": "better critic reviews", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Beyond the Storm has slightly better critic reviews with an aggregate score of 81% on rotten tomatoes, compared to 72% for Not My Problem.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 82, "text": "slightly better critic reviews with an aggregate score of 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 115, "end_index": 118, "text": "72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 123, "end_index": 137, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Oh great, they are both pretty good then. And where are they both playing?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 24, "end_index": 35, "text": "pretty good", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is playing at the AMC Holiday Theater, and Beyond the Storm is playing at the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 52, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 58, "end_index": 74, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 93, "end_index": 110, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "Awesome I know where those both are. I think I will see Beyond the Storm if that has showtimes tonight?", "apis": [], "segments": [ { "start_index": 56, "end_index": 72, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 95, "end_index": 102, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Great choice, yes Beyond the Storm has showtimes for tonight.", "apis": [], "segments": [ { "start_index": 18, "end_index": 34, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 53, "end_index": 60, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "When is it playing?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "6:10PM" }, { "response_name": "time.showing_2", "response_value": "8:30PM" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Showtimes for tonight are 6:10PM and 8:30PM.", "apis": [], "segments": [ { "start_index": 14, "end_index": 21, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 26, "end_index": 32, "text": "6:10PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 37, "end_index": 43, "text": "8:30PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "I think I would prefer the 6:10PM show please.", "apis": [], "segments": [ { "start_index": 27, "end_index": 33, "text": "6:10PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "And how many tickets will you need?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Just one.", "apis": [], "segments": [ { "start_index": 5, "end_index": 8, "text": "one", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Ok, so to confirm that that is one ticket for Beyond The Storm playing at the Cinemark Downtown in Spring Hills 6:10PM?", "apis": [], "segments": [ { "start_index": 31, "end_index": 34, "text": "one", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 46, "end_index": 62, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 78, "end_index": 95, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 99, "end_index": 111, "text": "Spring Hills", "annotations": [ { "name": "location" } ] }, { "start_index": 112, "end_index": 118, "text": "6:10PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes that is all correct thank you.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Would you like us to use your credit card saved with the agency?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes please.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.showing", "arg_value": "6:10PM" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-9faee57e-d5c1-4a1d-92e4-11d7fed0b051
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi! I'd like to purchase movie tickets for tonight?", "apis": [], "segments": [ { "start_index": 44, "end_index": 51, "text": "onight?", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Wonderful. Do you know which movie you would like?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "What's playing at the Cinemark Downtown?", "apis": [ { "name": "resolve_theater", "index": 2, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 22, "end_index": 39, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Today, Beyond the Storm and Backcountry are playing at the Cinemark Dowtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 5, "text": "Today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 7, "end_index": 23, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 39, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 59, "end_index": 75, "text": "Cinemark Dowtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Wow, I've never heard of either of those. What kind of movies are they?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about Yosemite National Park" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Beyond the Storm is an action movie directed by James Cameron. Backcountry is a documentary about Yosemite National Park.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 29, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 61, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] }, { "start_index": 63, "end_index": 74, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 91, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 92, "end_index": 120, "text": "about Yosemite National Park", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "I love James Cameron movies. What is Beyond the Storm about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is about a fishing crew that gets caught up in a major storm, and there seems to be mutiny on board" } ] } ], "segments": [ { "start_index": 7, "end_index": 20, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] }, { "start_index": 38, "end_index": 53, "text": "eyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "It is about a fishing crew that gets caught up in a major storm, and there seems to be mutiny on board.", "apis": [], "segments": [ { "start_index": 0, "end_index": 102, "text": "It is about a fishing crew that gets caught up in a major storm, and there seems to be mutiny on board", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Awesome, I need two tickets to that.", "apis": [ { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Dowtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40pm" }, { "response_name": "time.showing_3", "response_value": "8:30pm" }, { "response_name": "time.showing_4", "response_value": "6:10pm" } ] } ], "segments": [ { "start_index": 16, "end_index": 19, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "It is playing at 1:30pm, 3:40pm, 6:10pm, and 8:30pm today. Which showtime would you like.", "apis": [], "segments": [ { "start_index": 17, "end_index": 23, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 25, "end_index": 31, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 33, "end_index": 39, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 51, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 57, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "I'm sorry, I forgot to ask. What is that rated?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "No problem at all. It's rated PG-13.", "apis": [], "segments": [ { "start_index": 30, "end_index": 35, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Okay, then I think I'll take three tickets please.", "apis": [], "segments": [ { "start_index": 29, "end_index": 34, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Wonderful. What time would you like?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I think that the 8:30 showing would work out best.", "apis": [], "segments": [ { "start_index": 17, "end_index": 21, "text": "8:30", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Great. So that is three tickets to today's showing of Beyond the Storm at Cinemark Downtown?", "apis": [], "segments": [ { "start_index": 18, "end_index": 23, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 35, "end_index": 42, "text": "today's", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 54, "end_index": 70, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 74, "end_index": 91, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes. Just wondering - is it playing at AMC Holiday Theater?", "apis": [ { "name": "resolve_theater", "index": 16, "args": [ { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 39, "end_index": 58, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "No, I'm sorry, it is not playing there right now.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "That's ok. Please purchase the tickets for Cinemark.", "apis": [ { "name": "resolve_theater", "index": 18, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 44, "end_index": 52, "text": "inemark.", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 19, "speaker": "assistant", "text": "Great. Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-e47b5677-94a5-4ecc-80a0-d4b6e9423a1d
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I want to watch a movie tonight.", "apis": [], "segments": [ { "start_index": 24, "end_index": 31, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Which genre you want?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I want to watch a action or documentary movie.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the storms" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "documentary" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "backcountry" } ] } ], "segments": [ { "start_index": 18, "end_index": 24, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 39, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Beyond the storms and backcountry are the movies in this category.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Beyond the storms", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 22, "end_index": 33, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "I want to know the director of beyond the storm.", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 31, "end_index": 47, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Sure,It is directed by James Cameron.", "apis": [], "segments": [ { "start_index": 23, "end_index": 36, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "I want to know the synopsis of backcountry.", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [ { "start_index": 31, "end_index": 42, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 0, "end_index": 145, "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "I want to know the ratings of those movies.", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storms" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "They are rated with PG-13 and R", "apis": [], "segments": [ { "start_index": 20, "end_index": 25, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 30, "end_index": 31, "text": "R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "I go with the movie backcountry.", "apis": [], "segments": [ { "start_index": 20, "end_index": 31, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "May I know your location?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Spring Hills Kansas", "apis": [ { "name": "resolve_location", "index": 12, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas" } ] }, { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm, Which time is comfortable for you from the", "apis": [], "segments": [ { "start_index": 1, "end_index": 17, "text": "inemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 21, "end_index": 26, "text": ":10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 30, "end_index": 35, "text": ":30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 39, "end_index": 46, "text": "0:15pm,", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "I want 10:15 pm.", "apis": [], "segments": [ { "start_index": 7, "end_index": 15, "text": "10:15 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "How many tickets you want?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Two tickets.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "10:15 pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ok", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "thank you", "apis": [], "segments": [] } ]
dlg-2722824e-9e90-4108-9064-b46ef725cc66
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello there. I am interested in buying some movie tickets for the family", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Great I can help with that. Where are you located?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I live in beautiful Spring Hills ,Kansas", "apis": [], "segments": [ { "start_index": 20, "end_index": 40, "text": "Spring Hills ,Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Ok Great, I am showing two movie theaters in your area. Do you have a preference?", "apis": [], "segments": [ { "start_index": 45, "end_index": 54, "text": "your area", "annotations": [ { "name": "location" } ] } ] }, { "index": 4, "speaker": "user", "text": "I would like to stick to the downtown theater.", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills ,Kansas" }, { "arg_name": "name.theater", "arg_value": "Cinemark downtown" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 29, "end_index": 45, "text": "downtown theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Ok. Cinemark downtown it is. There are two movies currently showing there.", "apis": [], "segments": [ { "start_index": 4, "end_index": 21, "text": "Cinemark downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "OK great. Which Movies?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Beyond the Storm and Backcountry. Do you know which one you would like to watch?", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 32, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "I have not heard of those movies. Can you tell me about them?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "outdoor Documentary" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": ":Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Sure. Backcountry is a outdoor Documentary :Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "apis": [], "segments": [ { "start_index": 6, "end_index": 17, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 42, "text": "outdoor Documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 43, "end_index": 189, "text": ":Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "That sounds boring, what about the other one?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Beyond The Storm - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 126, "text": "ishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 55, "end_index": 68, "text": "aptain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 142, "end_index": 155, "text": "ames Cameron.", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 12, "speaker": "user", "text": "That one sounds like the winner? Just out of curiosity what are the rotten tomatoes ratings for each movie", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "81%" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "91%" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Beyond the Storm is 81% and Backcountry is 91%. Both good scores", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 23, "text": "81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 28, "end_index": 39, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 46, "text": "91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 14, "speaker": "user", "text": "You are right. I will take Beyond the Storm please", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40pm" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 27, "end_index": 43, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Ok great. Here are the movie times 1:30pm - 3:40pm - 6:10pm - 8:30pm", "apis": [], "segments": [ { "start_index": 35, "end_index": 41, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 59, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 68, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I will do the 3:40 PM for today please.", "apis": [], "segments": [ { "start_index": 14, "end_index": 21, "text": "3:40 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 26, "end_index": 31, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Ok got it. How many tickets will you be needing?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "I need a total of 4 please", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark downtown" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "3:40 PM" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 18, "end_index": 19, "text": "4", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 19, "speaker": "assistant", "text": "Ok tickets have been purchased. Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]
dlg-6b91c36f-668c-4612-a620-1c0bc3db050b
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello my husband and I would like to see a movie tomorrow night. We would like to see a comedy or a romance if it is available.", "apis": [], "segments": [ { "start_index": 6, "end_index": 22, "text": "my husband and I", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 49, "end_index": 57, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 49, "end_index": 63, "text": "tomorrow night", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 89, "end_index": 107, "text": "omedy or a romance", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I see you are in Spring Hills, Kansas. Do you have a theater in mind?", "apis": [], "segments": [ { "start_index": 17, "end_index": 37, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 2, "speaker": "user", "text": "No, no preference on theater. We are quite near both movie houses in the area.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Okay then, I'll look around to find your best choices.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Thank you. The times don't matter to much, just something in the evening.", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "comedy or a romance" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 59, "end_index": 73, "text": "n the evening.", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Sure. I think I have found two good choices for you. There is a comedy and a romantic comedy playing at the AMC Holiday Theater. Not My Problem is a comedy starring Matt Damon and Noah Schnapp and there is a romantic comedy starring Melissa McCarthy and Ryan Reynolds called Family Jewels.", "apis": [], "segments": [ { "start_index": 66, "end_index": 72, "text": "medy a", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 79, "end_index": 94, "text": "mantic comedy p", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 110, "end_index": 128, "text": "C Holiday Theater.", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 133, "end_index": 146, "text": "My Problem is", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 152, "end_index": 158, "text": "edy st", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 168, "end_index": 178, "text": "t Damon an", "annotations": [ { "name": "name.person" } ] }, { "start_index": 183, "end_index": 195, "text": "h Schnapp an", "annotations": [ { "name": "name.person" } ] }, { "start_index": 211, "end_index": 226, "text": "antic comedy st", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 236, "end_index": 252, "text": "issa McCarthy an", "annotations": [ { "name": "name.person" } ] }, { "start_index": 257, "end_index": 270, "text": "n Reynolds ca", "annotations": [ { "name": "name.person" } ] }, { "start_index": 278, "end_index": 289, "text": "ily Jewels.", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Oh, I like that pairing and I like Matt Damon. Tell me more about the films.", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "a troubled teenager who is trying to get his elderly neighbor to realize that things are just not quite what they seem to be" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "a famous diamond dealer leaves Belgium to take on an iffy romance with an American con artist" } ] } ], "segments": [ { "start_index": 35, "end_index": 45, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem involves a troubled teenager who is trying to get his elderly neighbor to realize that things are just not quite what they seem to be. In Family Jewels a famous diamond dealer leaves Belgium to take on an iffy romance with an American con artist.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 148, "text": "a troubled teenager who is trying to get his elderly neighbor to realize that things are just not quite what they seem to be", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 154, "end_index": 166, "text": "amily Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 169, "end_index": 261, "text": "famous diamond dealer leaves Belgium to take on an iffy romance with an American con artist.", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "What are the reviews on both of those?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes score of 72%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69%" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Not My Problem has a Rotten Tomatoes score of 72% while Family Jewels has a score of 69%.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 49, "text": "Rotten Tomatoes score of 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 56, "end_index": 69, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 85, "end_index": 88, "text": "69%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 10, "speaker": "user", "text": "Okay, so what times in the evening do you have for both?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "time.preference", "arg_value": "tomorrow night" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7 pm" }, { "response_name": "time.showing_2", "response_value": "10:05 pm" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "time.preference", "arg_value": "in the evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "5 pm" }, { "response_name": "time.showing_2", "response_value": "8:10 pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "There are evening showings of Not My Problem at 7 pm and 10:05 pm tomorrow night. As for Family Jewels, there are showings of 5 pm and 8:10 pm.", "apis": [], "segments": [ { "start_index": 10, "end_index": 17, "text": "evening", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 30, "end_index": 44, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 52, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 65, "text": "10:05 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 74, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 66, "end_index": 80, "text": "tomorrow night", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 90, "end_index": 103, "text": "amily Jewels,", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 128, "end_index": 130, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 136, "end_index": 143, "text": ":10 pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Hmmmm. Well, Not My Problem might be the better movie according to Rotten Tomatoes but Family Jewels has the better time. We will take Family Jewels for the 8:10 pm. How much will that be?", "apis": [], "segments": [ { "start_index": 14, "end_index": 27, "text": "ot My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 88, "end_index": 100, "text": "amily Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 137, "end_index": 150, "text": "mily Jewels f", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 159, "end_index": 165, "text": "10 pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "The cost will be $16 dollars for the 8:10 pm showing for Family Jewels tomorrow night at the AMC.", "apis": [], "segments": [ { "start_index": 17, "end_index": 20, "text": "$16", "annotations": [ { "name": "price.total" } ] }, { "start_index": 37, "end_index": 44, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 70, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 71, "end_index": 85, "text": "tomorrow night", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 71, "end_index": 79, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 93, "end_index": 96, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Okay, I'll take that. Two people for tomorrow night at 8:10 pm at the AMC Holiday Theater for Family Jewels and the cost is $16 dollars. You can confirm that.", "apis": [], "segments": [ { "start_index": 23, "end_index": 25, "text": "wo", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 45, "text": "omorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 38, "end_index": 51, "text": "omorrow night", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": ":10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 71, "end_index": 89, "text": "MC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 95, "end_index": 107, "text": "amily Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 125, "end_index": 136, "text": "16 dollars.", "annotations": [ { "name": "price.total" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Okay, just give me one moment.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Sure.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Okay, so I will confirm two seats for tomorrow night at the AMC Holiday Theater for Family Jewels. The cost will be $16 dollars and if you just give me one moment I will confirm everything and...you're tickets are confirmed and they have been sent to your email address. Is there anything else I can help you with?", "apis": [], "segments": [ { "start_index": 38, "end_index": 52, "text": "tomorrow night", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 38, "end_index": 46, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 60, "end_index": 79, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 24, "end_index": 27, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 84, "end_index": 97, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 117, "end_index": 127, "text": "16 dollars", "annotations": [ { "name": "price.total" } ] } ] }, { "index": 18, "speaker": "user", "text": "No, that will be all. Thank you very much.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "8:10 pm" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Thank you and please enjoy your day tomorrow.", "apis": [], "segments": [ { "start_index": 36, "end_index": 44, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] } ] } ]
dlg-c8dc4fdd-844e-4cf4-8b0a-d5232b78670e
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hey! I'm just wondering if any theaters will be playing Shuttered or Backcountry in Spring Hills, Kansas this week.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "There sure are! Shuttered will be playing at the AMC Holiday Theater, and Backcountry will be playing at the Cinemark Downtown.", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Great! What genre movie is shuttered?", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Shuttered is a horror film.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "What about Backcountry? What genre is that movie?", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Backcountry is an outdoor-based documentary.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "That sounds cool! Can you tell me more about Backcountry?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Backcountry is a documentary based on Yosemite National Park, showing you the story behind one of the world's most famous national parks.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "What is it rated?", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Backcountry is rated G.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "What about Shuttered? What is that movie rated?", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Shuttered is rated R.", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "What did the critics give the movies?", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Rotten Tomatoes gave Backcountry a 91%, while Shuttered got a 61%.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Alright. I've made my mind up. I'd like one ticket for Thursday's showing of Backcountry. What times will it be playing?", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Backcountry will be playing at 4:10pm, 7:30pm, and 10:15pm this Thursday. What time will you be watching? What is your email address?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "I will be watching at 7:30 PM this Thursday. My email address is jsmith@yahoo.com", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Alright so just to make sure, you'd like one ticket for Backcountry at 7:30 PM this Thursday at the Cinemark Downtown, correct?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yup. Everything sounds good.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address. Thank you!", "apis": [], "segments": [] } ]
dlg-484cceaf-b049-4485-aa8f-408e1ef8e025
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, I'd like to find a movie in Spring Hills, Kansas. Can you help me?", "apis": [ { "name": "resolve_location", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills, Kansas" } ] } ], "segments": [ { "start_index": 32, "end_index": 52, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure! What can I do for you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm looking for something exciting, but maybe funny. Can you give some good suggestions?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "description.other", "arg_value": "something exciting, but maybe funny" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "similar ratings on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "similar ratings on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "bit higher" } ] } ], "segments": [ { "start_index": 16, "end_index": 51, "text": "something exciting, but maybe funny", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Yes, Beyond the Storm is a PG-13 Action movie. Not My Problem is a PG-13 comedy. Both have similar ratings on Rotten Tomatoes, with Beyond the Storm a bit higher.", "apis": [], "segments": [ { "start_index": 5, "end_index": 21, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 27, "end_index": 32, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 33, "end_index": 39, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 47, "end_index": 61, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 67, "end_index": 72, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 73, "end_index": 79, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 91, "end_index": 125, "text": "similar ratings on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 132, "end_index": 148, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 151, "end_index": 161, "text": "bit higher", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 4, "speaker": "user", "text": "Oh ok, do you have anymore information on Beyond the Storm?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] } ], "segments": [ { "start_index": 42, "end_index": 58, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.", "apis": [], "segments": [ { "start_index": 0, "end_index": 107, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 35, "end_index": 49, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 6, "speaker": "user", "text": "That sounds very interesting. It's something different. Can you give me some showtimes for it?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10p" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Yes, Beyond the Storm is showing at Cinemark Downtown at 1:30pm, 3:40, 6:10p and 8:30pm.", "apis": [], "segments": [ { "start_index": 5, "end_index": 21, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 53, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 57, "end_index": 63, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 65, "end_index": 69, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 71, "end_index": 76, "text": "6:10p", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 81, "end_index": 87, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Oh wow, ok. I'm needing 4 tickets for Thursday at 8:30 pm. Could you help order them?", "apis": [], "segments": [ { "start_index": 24, "end_index": 25, "text": "4", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 46, "text": "Thursday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 50, "end_index": 57, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Yes, would you like me to place an order now?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Yes!", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "To confirm: I'm ordering 4 tickets for Beyond the Storm at Cinemark Downtown at 8:30 pm in Spring Hills, Kansas?", "apis": [], "segments": [ { "start_index": 25, "end_index": 26, "text": "4", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 55, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 59, "end_index": 76, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 80, "end_index": 87, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 91, "end_index": 111, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes, please order.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Your order has been submitted.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Great! When should I expect the tickets?", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "Thursday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your e-mail confirmation will arrive momentarily. Your tickets will be included in that e-mail.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Oh great! So easy!", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Is there anything else I can do?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No that's it!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Have fun!", "apis": [], "segments": [] } ]
dlg-9729bd75-8c16-4913-a93c-dcb9acb4e065
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Good morning, how are you? I would like to buy a ticket to see a movie today", "apis": [], "segments": [ { "start_index": 71, "end_index": 76, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Hello How Can I help you, What movie would you like to see ?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Well, I don't know to much, but could you tell me what's for new and what are each movie about please ?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "description.other", "arg_value": "new" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond The Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] } ], "segments": [ { "start_index": 61, "end_index": 64, "text": "new", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Okay, let me check, there are five movies available, the first one is Not My Problem, is a Comedy movie", "apis": [], "segments": [ { "start_index": 70, "end_index": 84, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 91, "end_index": 97, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 4, "speaker": "user", "text": "Sounds good but I don't like to much about comedy, what else?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] } ], "segments": [ { "start_index": 43, "end_index": 49, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 16, "end_index": 49, "text": "I don't like to much about comedy", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "The second Movie is Family Jewels this is a Romantic Comedy", "apis": [], "segments": [ { "start_index": 20, "end_index": 33, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 59, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Romantic ? Maybe this could be better for my wife", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror" } ] } ], "segments": [ { "start_index": 0, "end_index": 8, "text": "Romantic", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "The next Movie is Shuttered. This is about Horror", "apis": [], "segments": [ { "start_index": 18, "end_index": 27, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 49, "text": "Horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 8, "speaker": "user", "text": "Not, I don't like Horror too much", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] } ], "segments": [ { "start_index": 18, "end_index": 24, "text": "Horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 5, "end_index": 33, "text": "I don't like Horror too much", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "The next movie is Beyond The Storm, it's about Action", "apis": [], "segments": [ { "start_index": 18, "end_index": 34, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 47, "end_index": 53, "text": "Action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 10, "speaker": "user", "text": "Sounds good, I think this could be, and the another one is about what?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "The last one is Backcountry is a Documentary", "apis": [], "segments": [ { "start_index": 16, "end_index": 27, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 44, "text": "Documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 12, "speaker": "user", "text": "No, this sounds a little bored", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Okay, What would you like ? and How many tickets do you want ?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I want ther number 4: Beyond The Storm - Action. I want 6 tickets.", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 22, "end_index": 38, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 47, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 56, "end_index": 57, "text": "6", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Okay, Beyond the Storm: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm. What time do you want ?", "apis": [], "segments": [ { "start_index": 6, "end_index": 23, "text": "Beyond the Storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 41, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 44, "end_index": 50, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 57, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 60, "end_index": 66, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 75, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I would like at 6:10 pm please", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "6" }, { "arg_name": "time.showing", "arg_value": "6:10 pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 16, "end_index": 23, "text": "6:10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay I going to send your reservation at your mail, six tickets at 6:10 pm", "apis": [], "segments": [ { "start_index": 52, "end_index": 55, "text": "six", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 67, "end_index": 74, "text": "6:10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Thank you, This was awesome because I knew more about al the movies", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're welcome, enjoy that", "apis": [], "segments": [] } ]
dlg-d9475175-77d5-40f0-a918-fd2fca83562e
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "i need to purchase some movie tickets for tuedsay", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "ok do you have a theater preference?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "yeah we work closer to the cinemark downtown so that would would be the best option.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "ok there are two films playing at that theater.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "what are they about?", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "the first film is a pg-13 action film called beyond the storm. this film is about a fishing ship in the north sea that gets unsettled during a severe storm and discovers there is also a traitor on board.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "ok and the other one", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "the second film is a rated G documentary called Backcountry. This film Explores Yosemite in all its glory, this award winning film delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "i think the second film sounds more interesting what screening times are after 5 pm.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Backcountry has a screening at 7:30pm and 10:15pm.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "7:30pm would work best", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "how many tickets would you like?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "four please", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "4 tickets for the 7:30 pm screening of backcountry at the cinemark downtown theater on Tuesday. is this all correct?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "yes that's all correct", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "great", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "is there anything else i can do for you?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "no i'm good thank you", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "have a pleasant day, goodbye", "apis": [], "segments": [] } ]
dlg-ca5f4e44-2b7a-413c-8e11-cf9fc19c0b6d
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I'd like tickets for a movie tonight?", "apis": [], "segments": [ { "start_index": 29, "end_index": 36, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure, what would you like to see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I haven't decided yet. I think I'd like to see something funny. Any suggestions?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "description.other", "arg_value": "something funny" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] } ], "segments": [ { "start_index": 48, "end_index": 63, "text": "omething funny.", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Not My Problem is a new comedy release with Matt Damon.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 30, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 44, "end_index": 54, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 4, "speaker": "user", "text": "I'm not really a Matt Damon fan. Anything else?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] } ], "segments": [ { "start_index": 17, "end_index": 27, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Sure, Family Jewels is a romantic comedy with Ryan Reynolds and Melissa McCarthy.", "apis": [], "segments": [ { "start_index": 6, "end_index": 19, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 40, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 46, "end_index": 59, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 64, "end_index": 80, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "That would be much better, when is that playing?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Please let me know where you like to see it, and I would be happy to look up the showtimes.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Cinemark Downtown", "apis": [ { "name": "resolve_theater", "index": 8, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 0, "end_index": 17, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "I'm sorry, the Cinemark Downtown is not playing Family Jewels. But, it is playing at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 15, "end_index": 32, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 48, "end_index": 61, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 86, "end_index": 105, "text": "MC Holiday Theater.", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "Oh that would actually be better.", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00 p.m." }, { "response_name": "time.showing_2", "response_value": "5:00 p.m." }, { "response_name": "time.showing_3", "response_value": "8:10 p.m" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Perfect. The showtimes for today are 2:00 p.m., 5:00 p.m., and 8:10 p.m.", "apis": [], "segments": [ { "start_index": 38, "end_index": 47, "text": ":00 p.m.,", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 58, "text": ":00 p.m.,", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 64, "end_index": 72, "text": ":10 p.m.", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 28, "end_index": 32, "text": "oday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "I'll take three tickets to the 8:10 showing please.", "apis": [], "segments": [ { "start_index": 10, "end_index": 15, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 31, "end_index": 35, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Absolutely, that's three tickets to tonight's 8:10 showing of Family Jewels at the AMC Holiday Theater? Should I proceed to purchase these tickets.", "apis": [], "segments": [ { "start_index": 19, "end_index": 24, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 36, "end_index": 45, "text": "tonight's", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 46, "end_index": 50, "text": "8:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 75, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 102, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Wait a second, I'm reconsidering the Matt Damon movie.", "apis": [], "segments": [ { "start_index": 37, "end_index": 47, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Is there anything I do to help you make your selection?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "No, I think I will stick to the Ryan Reynolds movie.", "apis": [], "segments": [ { "start_index": 32, "end_index": 45, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Not a problem. Should I proceed to purchase the tickets?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes, please", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "8:10 p.m" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "The tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] } ]
dlg-171b2c27-c95e-4fc5-ad32-bf78e08b117f
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am trying to figure out what movie to see today. Backcountry or Shuttered.", "apis": [], "segments": [ { "start_index": 51, "end_index": 62, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 49, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 66, "end_index": 75, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Can I get a location so I can tell you if either movie is playing?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "What would you like to know about either movie?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Which one has the higher rating on RT?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "91%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "61%" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Backcountry is at 91% while Shuttered is at 61%", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 21, "text": "91%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 28, "end_index": 37, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 47, "text": "61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 6, "speaker": "user", "text": "Backcountry is the documentary, right?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 30, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Yes it is.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "I like bad horror movies, so I guess I will go with Shuttered. I'm a sucker for punishment, I guess!", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 11, "end_index": 17, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 52, "end_index": 61, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 0, "end_index": 24, "text": "I like bad horror movies", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Shuttered is playing at the AMC Holiday Theater. Would that be okay?", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 47, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "Sure. Can you tell me the times it is showing?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "It will be showing at the following times: 3:00pm - 5:45 - 9:00pm", "apis": [], "segments": [ { "start_index": 43, "end_index": 49, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 56, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 65, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "I think 9:00pm would be perfect.", "apis": [], "segments": [ { "start_index": 8, "end_index": 14, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Again, will this be for today?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "How many tickets will you need", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "I need 2.", "apis": [], "segments": [ { "start_index": 7, "end_index": 8, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Let me make sure that I have this all correct, you would like 2 tickets for the 9:00pm showing tonight of Shuttered at the AMC Holiday Theater in Spring Hills, is that correct?", "apis": [], "segments": [ { "start_index": 62, "end_index": 63, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 80, "end_index": 86, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 95, "end_index": 102, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 106, "end_index": 115, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 123, "end_index": 142, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 146, "end_index": 158, "text": "Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 18, "speaker": "user", "text": "Looking good, thanks so much!", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "9:00pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-78a7c1b0-4a25-4c77-a040-cd6155b4a685
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I would like to see a movie with my college roommate and graduate advisor, but I am not sure what to see.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "How many people will you need tickets for?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I will need 3 tickets.", "apis": [], "segments": [ { "start_index": 12, "end_index": 13, "text": "3", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "What is your location?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I am located in Spring Hills, Kansas. What movies are playing in the theater near my location?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\\rNot My Problem:" }, { "response_name": "name.movie_2", "response_value": "10:05pm\\rFamily Jewels:" }, { "response_name": "name.movie_3", "response_value": "8:10pm\\rShuttered:" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "8:30pm\\rBackcountry:" }, { "response_name": "name.movie_2", "response_value": "9:00pm\\rBeyond the Storm:" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "\\rNot My Problem:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm\\rFamily" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "10:05pm\\rFamily Jewels:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm\\rShuttered:" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "8:10pm\\rShuttered:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm\\rBeyond" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "9:00pm\\rBeyond the Storm:" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm\\rBackcountry:" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "8:30pm\\rBackcountry:" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 16, "end_index": 36, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 77, "end_index": 93, "text": "near my location", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "The following movies and times are playing in the theater near Spring Hills, Kansas: \\rNot My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm\\rFamily Jewels: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm\\rShuttered: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm\\rBeyond the Storm: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm\\rBackcountry: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm \\r \\r", "apis": [], "segments": [ { "start_index": 58, "end_index": 84, "text": "near Spring Hills, Kansas:", "annotations": [ { "name": "location" } ] }, { "start_index": 85, "end_index": 102, "text": "\\rNot My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 103, "end_index": 122, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 125, "end_index": 128, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 131, "end_index": 137, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 140, "end_index": 143, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 146, "end_index": 161, "text": "10:05pm\\rFamily", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 146, "end_index": 169, "text": "10:05pm\\rFamily Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 170, "end_index": 189, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 192, "end_index": 198, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 201, "end_index": 207, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 210, "end_index": 228, "text": "8:10pm\\rShuttered:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 229, "end_index": 248, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 251, "end_index": 257, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 260, "end_index": 264, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 267, "end_index": 281, "text": "9:00pm\\rBeyond", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 267, "end_index": 292, "text": "9:00pm\\rBeyond the Storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 293, "end_index": 310, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 313, "end_index": 319, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 322, "end_index": 326, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 329, "end_index": 335, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 338, "end_index": 358, "text": "8:30pm\\rBackcountry:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 359, "end_index": 376, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 379, "end_index": 385, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 388, "end_index": 394, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 397, "end_index": 404, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "What is the movie Backcountry about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary" } ] } ], "segments": [ { "start_index": 18, "end_index": 29, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "It is Documentary a documentary about the outdoors", "apis": [], "segments": [ { "start_index": 6, "end_index": 17, "text": "Documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 20, "end_index": 31, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 0, "end_index": 50, "text": "It is Documentary a documentary about the outdoors", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 8, "speaker": "user", "text": "What is the movie Not My Problem about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\\rNot My Problem:" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] } ], "segments": [ { "start_index": 18, "end_index": 32, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "It is a Comedy about a depressed neighbor.", "apis": [], "segments": [ { "start_index": 8, "end_index": 14, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 23, "end_index": 41, "text": "depressed neighbor", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 10, "speaker": "user", "text": "I would like to see the movie Not My Problem\\t", "apis": [], "segments": [ { "start_index": 31, "end_index": 46, "text": "ot My Problem\\t", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "What day and time would you like to see the movie at?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "I would like to see the movie today at 3:55pm", "apis": [], "segments": [ { "start_index": 39, "end_index": 45, "text": "3:55pm", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 30, "end_index": 35, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Will you be seeing it at the theater in Spring Hills, Kansas?", "apis": [], "segments": [ { "start_index": 40, "end_index": 60, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes that would be perfect.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay let me process all of the details of the ticket order for your final confirmation.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "That would be great.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "You will need 3 tickets to Not My Problem for today, at 3:55pm, at the theater located in Spring Hills, Kansas. Double check to see if this information is correct and let me know if I need to make any corrections.", "apis": [], "segments": [ { "start_index": 14, "end_index": 15, "text": "3", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 27, "end_index": 41, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 51, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 90, "end_index": 110, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 18, "speaker": "user", "text": "All of that information is correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "3" }, { "arg_name": "time.showing", "arg_value": "3:55pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-e81ad985-d178-470b-9692-c090c9f9c8cd
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hey, I'm really interested in seeing a movie tonight", "apis": [], "segments": [ { "start_index": 45, "end_index": 52, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay, would you like to see a comedy?", "apis": [], "segments": [ { "start_index": 30, "end_index": 36, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 2, "speaker": "user", "text": "Sure, what's playing now?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "name.genre", "arg_value": "comedy" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "For comedy I found Not My Problem rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 4, "end_index": 10, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 19, "end_index": 33, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 34, "end_index": 45, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 48, "end_index": 67, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 70, "end_index": 169, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 179, "end_index": 189, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 194, "end_index": 206, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 4, "speaker": "user", "text": "What about a good action movie?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "description.other", "arg_value": "good" }, { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond The Storm" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 13, "end_index": 17, "text": "good", "annotations": [ { "name": "description.other" } ] }, { "start_index": 18, "end_index": 24, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "For that genre I found Beyond The Storm rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 23, "end_index": 39, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 40, "end_index": 51, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 54, "end_index": 73, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 111, "end_index": 125, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 76, "end_index": 183, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 198, "end_index": 211, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "I think I'll go with Not My Problem", "apis": [], "segments": [ { "start_index": 21, "end_index": 35, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Okay and you said you wanted to see it tonight?", "apis": [], "segments": [ { "start_index": 39, "end_index": 46, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Yes", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "What time", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Sometime later at night", "apis": [], "segments": [ { "start_index": 9, "end_index": 23, "text": "later at night", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "And how many tickets?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Just one", "apis": [], "segments": [ { "start_index": 5, "end_index": 8, "text": "one", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "And are you in Spring Hills Kansas", "apis": [], "segments": [ { "start_index": 15, "end_index": 34, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes, that's correct", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "later at night" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7 pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay I found one ticket for Not My Problem tonight at 7 pm at AMC Holiday Theater, how does that sound", "apis": [], "segments": [ { "start_index": 13, "end_index": 16, "text": "one", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 42, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 50, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 54, "end_index": 58, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 81, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "That's perfect, thanks.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Should I go ahead with ticket purchase?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes, please proceed", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "time.showing", "arg_value": "7 pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-c8202dfc-5711-4e4e-9c1e-2be010a4a7a5
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello there, I am looking for some help in getting couple of movie tickets in Spring Hills Kansas area.", "apis": [ { "name": "resolve_location", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas area" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas area" } ] } ], "segments": [ { "start_index": 78, "end_index": 102, "text": "Spring Hills Kansas area", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "No problem at all. I can assist you with that. What type of movie are you interested in watching?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I don't have a favorite type, but if you could let me know what is playing, that will help me decide.", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas area" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Sure, no problem. Here are the movies playing in your area. Not My Problem, Family Jewels, Shuttered, Beyond the Storm, Backcountry.", "apis": [], "segments": [ { "start_index": 49, "end_index": 58, "text": "your area", "annotations": [ { "name": "location" } ] }, { "start_index": 60, "end_index": 74, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 76, "end_index": 89, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 91, "end_index": 100, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 102, "end_index": 118, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 120, "end_index": 131, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Could you tell me more about \"not my problem\" and \"shuttered\"?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72% Rotten Tomatoes rating" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "62% Rotten Tomatoes rating" } ] } ], "segments": [ { "start_index": 29, "end_index": 45, "text": "\"not my problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 50, "end_index": 61, "text": "\"shuttered\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Sure, \"Not my problem\" is a comedy movie with 72% Rotten Tomatoes rating, and \"Shuttered\" is a horror movie with with 62% Rotten Tomatoes rating.", "apis": [], "segments": [ { "start_index": 6, "end_index": 22, "text": "\"Not my problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 34, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 46, "end_index": 72, "text": "72% Rotten Tomatoes rating", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 78, "end_index": 89, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 95, "end_index": 101, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 118, "end_index": 144, "text": "62% Rotten Tomatoes rating", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok, I am feeling in Comedy movie. Let's go with \"Not my problem\".", "apis": [], "segments": [ { "start_index": 20, "end_index": 26, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 64, "text": "\"Not my problem\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Excellent! Let me check the theaters where that is playing.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Great!", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas area" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "(1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm)" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "That is playing at AMC Holiday Theater with four show times (1pm - 3:55pm - 7pm - 10:05pm). Which time would you prefer?", "apis": [], "segments": [ { "start_index": 20, "end_index": 30, "text": "MC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 61, "end_index": 64, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 68, "end_index": 73, "text": ":55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 77, "end_index": 79, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 83, "end_index": 91, "text": "0:05pm).", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "Let's do 3:55pm. That will give me enough time to come home and cook dinner.", "apis": [], "segments": [ { "start_index": 9, "end_index": 15, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Perfect. How many tickets would you like?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Two please.", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Alright. Just to confirm, I will be booking two tickets of \"Not my problem\" at AMC Holiday Theater in Spring Hills Kansas for 3:55pm today.", "apis": [], "segments": [ { "start_index": 44, "end_index": 47, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 59, "end_index": 75, "text": "\"Not my problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 79, "end_index": 90, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 102, "end_index": 121, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 126, "end_index": 132, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 133, "end_index": 138, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes, that all sounds correct.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "That is great. Please give me a few minutes to book the tickets.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Please take your time.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Which email would you like the tickets to be sent to?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Please send to abc@gmail.com", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"not my problem\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "3:55pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-5e8b1b73-9ed0-4bee-9d04-c4b257bf4a21
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I'm interested in the movies Family Jewels and Backcountry. Are they playing in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 29, "end_index": 42, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 47, "end_index": 58, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 100, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Yes, both Family Jewels and Backcountry are playing in theaters located in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 10, "end_index": 23, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 39, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 75, "end_index": 95, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 2, "speaker": "user", "text": "Great. What is each film rated?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Family Jewels is rated R and Backcountry is rated G.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 24, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 29, "end_index": 40, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 50, "end_index": 51, "text": "G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Isn't Backcountry a documentary?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [ { "start_index": 6, "end_index": 17, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 31, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Yes, Backcountry has been labeled a documentary.", "apis": [], "segments": [ { "start_index": 5, "end_index": 16, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 47, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok. What genre is Family Jewels?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] } ], "segments": [ { "start_index": 18, "end_index": 31, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Family Jewels is a romantic comedy.", "apis": [], "segments": [ { "start_index": 19, "end_index": 34, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "I thought that it was. Good. Which theaters in Spring Hills is each moving playing at?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 47, "end_index": 59, "text": "Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Family Jewels is at the AMC Holiday Theater and Backcountry is at the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 43, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 48, "end_index": 59, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 87, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "What is the synopsis of Family Jewels?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a famous diamond dealer pursing a romance with an American con artist" } ] } ], "segments": [ { "start_index": 24, "end_index": 37, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Family Jewels is about a famous diamond dealer pursing a romance with an American con artist.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 92, "text": "about a famous diamond dealer pursing a romance with an American con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "That sounds interesting. Who stars in Family Jewels?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 38, "end_index": 51, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Melissa McCarthy and Ryan Reynolds star in Family Jewels.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 21, "end_index": 34, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 43, "end_index": 56, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 14, "speaker": "user", "text": "Oh, I like those two. Is there a a showing after 8 pm tonight for Family Jewels.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "after 8 pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "8:10 pm" } ] } ], "segments": [ { "start_index": 43, "end_index": 53, "text": "after 8 pm", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 54, "end_index": 61, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 66, "end_index": 79, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Family Jewels has a showing tonight at 8:10 pm.", "apis": [], "segments": [ { "start_index": 39, "end_index": 46, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 35, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "That's perfect! Please book me four tickets for Family Jewels at the AMC Holiday Theater in Spring Hills, Kansas for the 8:10 pm showing tonight, Monday August 24, 2020", "apis": [], "segments": [ { "start_index": 31, "end_index": 35, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 48, "end_index": 61, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 69, "end_index": 88, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 92, "end_index": 112, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 122, "end_index": 128, "text": ":10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 138, "end_index": 168, "text": "onight, Monday August 24, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Ok. I will now book four tickets for the movie Family Jewels at the AMC Holiday Theater in Spring Hills, Kansas with an 8:10 pm showtime this evening Monday August 24, 2020. Correct?", "apis": [], "segments": [ { "start_index": 20, "end_index": 24, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 47, "end_index": 60, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 68, "end_index": 87, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 91, "end_index": 111, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 120, "end_index": 127, "text": "8:10 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 137, "end_index": 149, "text": "this evening", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 150, "end_index": 172, "text": "Monday August 24, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes! That's correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "8:10 pm" }, { "arg_name": "date.showing", "arg_value": "Monday August 24, 2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-cdfba182-6fa1-4d9c-a838-c9304c86c37f
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi! I want to buy tickets for tonight. Can I get the assistance?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Sure! Which city do you reside?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I belong to Spring Hills, Kansas.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Great! May I know your movie genre that you prefer?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I like horror and action and do suggest me for these two genre.", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Okay! Form the new release for horror I would suggest “Shuttered” and for action I would suggest “Beyond the storm”.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Great! I would like to go for the horror movie “Shuttered”. Can you give me a glimpse of the movie?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Sure! Shuttered is R rated movie Rotten Tomatoes 61%. Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "That’s a good review. Thank you! Can you provide me the theater details and timing so that I can pick some for tonight.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Yes! Shuttered is playing in “AMC Holiday Theater”.in three different timing 1:00pm, 5:45pm, and 9:00pm tonight.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Theater is around my locality, so I like to go with “AMC Holiday Theater” by 9:00pm.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Great! Please let us know how many tickets you want for the movie you choose.", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "I would need 4 tickets for the movie shuttered at 9:00pm.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Noted! So, will confirm the movie “shuttered” at 9:00pm at “AMC Holiday Theater” with 4 tickets tonight. Can you please confirm all the details for further proceedings?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Yeah! I confirm.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Thank you! Your tickets are confirmed and all the details will be shared to the provided mail ID with your phone number.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Great! I received the confirmation mail of tickets.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Thanks for getting assistance from us! Have a great movie time.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "It was great getting assistance from you.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You are most welcome! Please get back to us for any details.", "apis": [], "segments": [] } ]
dlg-0e0ecc93-83d2-4677-83ab-f70a5d24d046
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello!\\r", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello there! Welcome to Spring Hills, Kansas! How's your day?", "apis": [], "segments": [ { "start_index": 24, "end_index": 45, "text": "Spring Hills, Kansas!", "annotations": [ { "name": "location" } ] } ] }, { "index": 2, "speaker": "user", "text": "Good, good. How was yours?\\r", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Not bad, for a typical weekday!", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "That's swell!", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "What would you like to watch from our choices?\\r", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I would say something super!\\r", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" }, { "arg_name": "description.other", "arg_value": "something super!\\r" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 12, "end_index": 30, "text": "something super!\\r", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I would say Family Jewels and Backcountry just might be your choice!", "apis": [], "segments": [ { "start_index": 12, "end_index": 25, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 30, "end_index": 41, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Can you show me the movies and the showtimes?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 69%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Movie2: Family Jewels - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 8, "end_index": 21, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 39, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 49, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 52, "end_index": 71, "text": "Rotten Tomatoes 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 74, "end_index": 200, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 207, "end_index": 223, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 228, "end_index": 241, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "And the showtimes?", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Family Jewels showtimes: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 36, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 47, "end_index": 53, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 65, "end_index": 71, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "What about the other movie?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary (outdoor)" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 91%" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Movie5: Backcountry - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 8, "end_index": 19, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 22, "end_index": 43, "text": "Documentary (outdoor)", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 52, "end_index": 53, "text": "G", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 56, "end_index": 75, "text": "Rotten Tomatoes 91%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 78, "end_index": 223, "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 14, "speaker": "user", "text": "And the showtimes?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Backcountry showtimes: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 40, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 43, "end_index": 49, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 58, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 61, "end_index": 68, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I want the Backcountry movie, 10 tickets at 10:15 PM showtime.", "apis": [], "segments": [ { "start_index": 11, "end_index": 22, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 30, "end_index": 32, "text": "10", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 44, "end_index": 52, "text": "10:15 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Anything else? Is this all good? So, it's Backcountry, 10 tickets, 10:15 PM tonight at the Cinemark Downtown Theater?", "apis": [], "segments": [ { "start_index": 42, "end_index": 53, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 57, "text": "10", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 67, "end_index": 75, "text": "10:15 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 83, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 91, "end_index": 108, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, it's all correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "10" }, { "arg_name": "time.showing", "arg_value": "10:15pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]
dlg-8bd402b4-b972-4940-ba52-ce761caba8ec
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello - I'm calling to see if you have two tickets for either Family Jewells or Shuttered on Saturday night.\\r", "apis": [ { "name": "resolve_movie", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewells" } ] }, { "name": "resolve_movie", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a famous diamond dealer who leaves his European life in Antwerp to pursue a romance with an American con artist.\\r\\rIt" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] } ], "segments": [ { "start_index": 39, "end_index": 42, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 62, "end_index": 76, "text": "Family Jewells", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 89, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 93, "end_index": 110, "text": "Saturday night.\\r", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 102, "end_index": 110, "text": "night.\\r", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure, both are good movies.Family Jewells is about a famous diamond dealer who leaves his European life in Antwerp to pursue a romance with an American con artist.\\r\\rIt stars Melissa McCarthy and Ryan Reynolds. It's pretty funny. \\r\\rShuttered is a horror film", "apis": [], "segments": [ { "start_index": 20, "end_index": 41, "text": "movies.Family Jewells", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 169, "text": "about a famous diamond dealer who leaves his European life in Antwerp to pursue a romance with an American con artist.\\r\\rIt", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 176, "end_index": 192, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 197, "end_index": 210, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 217, "end_index": 229, "text": "pretty funny", "annotations": [ { "name": "description.other" } ] }, { "start_index": 232, "end_index": 244, "text": "r\\rShuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 251, "end_index": 256, "text": "orror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 2, "speaker": "user", "text": "Great - I am looking for two tickets to Family Jewels or Shuttered at the Holiday Theater.", "apis": [ { "name": "resolve_theater", "index": 2, "args": [ { "arg_name": "name.theater", "arg_value": "Holiday Theater" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "check_tickets", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "name.theater", "arg_value": "Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.preference", "arg_value": "night.\\r" }, { "arg_name": "date.showing", "arg_value": "Saturday night.\\r" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] }, { "name": "check_tickets", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.preference", "arg_value": "night.\\r" }, { "arg_name": "date.showing", "arg_value": "Saturday night.\\r" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] } ], "segments": [ { "start_index": 25, "end_index": 28, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 40, "end_index": 53, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 57, "end_index": 66, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 74, "end_index": 89, "text": "Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Yes, we have seats available for both of those movies. Which is your preference?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I'm not sure yet, we're still deciding. What do you suggest for a good date movie?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about lady who moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 67, "end_index": 82, "text": "ood date movie?", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Family jewels is a romantic comedy and Shuttered is a horror film that is about lady who moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm. Its a horror film.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 34, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 39, "end_index": 48, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 54, "end_index": 60, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 74, "end_index": 182, "text": "about lady who moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 190, "end_index": 196, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Hmmm.... sound like Family Jewels would be the best choice. What times is the movie playing?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "Saturday night.\\r" }, { "arg_name": "time.preference", "arg_value": "night.\\r" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 20, "end_index": 33, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "This movie plays at the AMC Holiday Theater at 2:00pm - 5:00pm - 8:10pm", "apis": [], "segments": [ { "start_index": 24, "end_index": 35, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 47, "end_index": 53, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 65, "end_index": 71, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "OK - how about 8:10 PM - do you have two tickets?", "apis": [], "segments": [ { "start_index": 15, "end_index": 22, "text": "8:10 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 37, "end_index": 40, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Let me check hold on please", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Sure - thanks", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Yes, we do have two tickets for the 8:10 showing of Family Jewells. May I have your email to send the tickets?", "apis": [], "segments": [ { "start_index": 16, "end_index": 19, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 36, "end_index": 40, "text": "8:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 66, "text": "Family Jewells", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes, my email is JoeJone@gmail.com", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Hold on, let me send them to you.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Sure", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Thanks for your patienced Joe, let me confirm before I email your tickets:\\r\\r2 tickets at 8:10 for Family Jewells starring Melissa McCarthy and Ryann Reynolds on Saturday evening. Is that correct?", "apis": [], "segments": [ { "start_index": 66, "end_index": 79, "text": "tickets:\\r\\r2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 91, "end_index": 95, "text": "8:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 100, "end_index": 114, "text": "Family Jewells", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 124, "end_index": 140, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 145, "end_index": 159, "text": "Ryann Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 163, "end_index": 179, "text": "Saturday evening", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes, that's correct.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewells" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "8:10 PM" }, { "arg_name": "date.showing", "arg_value": "Saturday evening" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Excellent, Your tickets are confirmed and they’ve been sent to your email address.” Is there anything else I can assist with?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No, but thanks a lot", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "It's my pleasure and we look forward to seeing you", "apis": [], "segments": [] } ]
dlg-2eaf48c5-97d5-46f0-87de-6dad10794898
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I'd like to see a movie this weekend.", "apis": [], "segments": [ { "start_index": 24, "end_index": 36, "text": "this weekend", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Alright, what's your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I live in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 10, "end_index": 30, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "How many tickets will you be purchasing?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I need 3 tickets, please.", "apis": [], "segments": [ { "start_index": 7, "end_index": 8, "text": "3", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "And for what day?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Sunday afternoon.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Sunday afternoon", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 7, "end_index": 16, "text": "afternoon", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "What movie would you like to see?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Are there any documentaries?", "apis": [ { "name": "find_movies", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "documentaries" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about the outdoors, specifically the Yosemite in all its glory. In this award winning film you will explore and delve into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [ { "start_index": 14, "end_index": 27, "text": "documentaries", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Yes, Backcountry is a documentary about the outdoors, specifically the Yosemite in all its glory. In this award winning film you will explore and delve into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 5, "end_index": 16, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 22, "end_index": 33, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 34, "end_index": 224, "text": "about the outdoors, specifically the Yosemite in all its glory. In this award winning film you will explore and delve into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "Hmm.. how about a thriller?", "apis": [ { "name": "find_movies", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "description.other", "arg_value": "thriller" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker, moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 18, "end_index": 26, "text": "thriller", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Shuttered is a horror movie. The main character, Sarah Decker, moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 49, "end_index": 61, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 49, "end_index": 156, "text": "Sarah Decker, moves upstate from her New York City lifestyle to work on her cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "What showtimes are there for Sunday?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "Sunday afternoon" }, { "arg_name": "time.preference", "arg_value": "afternoon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45pm" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [ { "start_index": 29, "end_index": 35, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Shuttered is showing at the AMC Holiday Theater at 3:00pm, 5:45pm, and 9:00pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 47, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 51, "end_index": 57, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 65, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 71, "end_index": 77, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "3:00pm is perfect.", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Okay great, let's review the details.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": ".Yes, please.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "You are purchasing 3 movie tickets for Shuttered, which is showing at 3:00pm on Sunday afternoon at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 19, "end_index": 20, "text": "3", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 48, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 76, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 80, "end_index": 96, "text": "Sunday afternoon", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 104, "end_index": 123, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yep, that's correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "3" }, { "arg_name": "time.showing", "arg_value": "3:00pm" }, { "arg_name": "date.showing", "arg_value": "Sunday afternoon" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-e02a621a-51c9-402e-84c8-a515dd8b37f9
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am interested in movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Excellent, have you decided on one yet?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am stuck between Family Jewels and Not my Problem.", "apis": [], "segments": [ { "start_index": 19, "end_index": 32, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 37, "end_index": 51, "text": "Not my Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "I can tell you about both to help you decide if you like?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "That would be great.", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "apis": [], "segments": [ { "start_index": 2, "end_index": 125, "text": "famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "That sounds funny.", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Yes. A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "apis": [], "segments": [ { "start_index": 7, "end_index": 104, "text": "troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Lets go with Not My Problem.", "apis": [], "segments": [ { "start_index": 13, "end_index": 27, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "What Theatre and Time?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Lets do AMC Holiday for 7PM.", "apis": [], "segments": [ { "start_index": 8, "end_index": 19, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 24, "end_index": 27, "text": "7PM", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "What day?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Lets do this friday.", "apis": [], "segments": [ { "start_index": 8, "end_index": 19, "text": "this friday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Ok, how many tickets.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I will need three tickets.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "this friday" }, { "arg_name": "time.preference", "arg_value": "7PM" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7 PM" } ] } ], "segments": [ { "start_index": 12, "end_index": 17, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "So I have three tickets for not my problem at 7 PM at AMC Holiday?", "apis": [], "segments": [ { "start_index": 10, "end_index": 15, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 42, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 50, "text": "7 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 54, "end_index": 65, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "That is correct.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Excellent.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you so much for your help.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "7 PM" }, { "arg_name": "date.showing", "arg_value": "this friday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]
dlg-d6b77319-0b51-4ce7-b221-c6cd6964f405
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi there. I need movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Of course. Which city?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills.", "apis": [], "segments": [ { "start_index": 0, "end_index": 12, "text": "Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Which theater?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "AMC Holiday or Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 15, "end_index": 32, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Which movie?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Tell me about which movies are recommended now.", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Beyond the Storm and Backcountry are each recommended movies that are playing now.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 32, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "What genres are they?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Beyond the Storm is action and Backcountry is a documentary.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 31, "end_index": 42, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 59, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 10, "speaker": "user", "text": "What are the ratings of each?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "has a Rotten Tomatoes rating of 81%" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "has a Rotten Tomatoes rating of 91%" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Beyond The Storm has a Rotten Tomatoes rating of 81%. Backcountry has a Rotten Tomatoes rating of 91%.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 52, "text": "has a Rotten Tomatoes rating of 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 54, "end_index": 65, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 66, "end_index": 101, "text": "has a Rotten Tomatoes rating of 91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 12, "speaker": "user", "text": "I'd like to see Backcountry then!", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 16, "end_index": 27, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Showtimes for this movie today are 1:30pm - 3:40 - 6:10pm - 8:30pm.", "apis": [], "segments": [ { "start_index": 25, "end_index": 30, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 35, "end_index": 41, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 48, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 51, "end_index": 57, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 60, "end_index": 66, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "I want the 6:10 PM show.", "apis": [], "segments": [ { "start_index": 11, "end_index": 18, "text": "6:10 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "How many tickets?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Two.", "apis": [ { "name": "find_theaters", "index": 16, "args": [ { "arg_name": "location", "arg_value": "Spring Hills" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "So you would like two tickets to see Backcountry at Cinemark Downtown today at 6:10 PM?", "apis": [], "segments": [ { "start_index": 18, "end_index": 21, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 37, "end_index": 48, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 69, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 70, "end_index": 75, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 79, "end_index": 86, "text": "6:10 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Exactly!", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "6:10pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets have been confirmed. Enjoy!", "apis": [], "segments": [] } ]
dlg-0d632ecc-8a73-4ba7-b9fb-42d2dace0245
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello Id like to book a movie for tonight", "apis": [], "segments": [ { "start_index": 34, "end_index": 41, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Hi, that's great what movie are you interested in", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Shuttered", "apis": [ { "name": "resolve_movie", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] } ], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "That's a good movie. What movie theater will you be attending?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [ { "name": "resolve_location", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas" } ] } ], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "What time would you like to book this for", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "8pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "8pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Great thank you for that information. Do you have an AMC membership?", "apis": [], "segments": [ { "start_index": 53, "end_index": 56, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "No", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "No problem. Can I have you email address and credit card information?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Sure, hgjkj@gmail.com credit card number 4561237866", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Thank you for that, how many tickets would you like?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Two please.", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "Two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "I'm just checking to make sure we have seats available.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "OK thanks", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "date.showing", "arg_value": "tonight May 5th 2020" }, { "arg_name": "time.preference", "arg_value": "8pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7pm" } ] }, { "name": "check_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "7pm" }, { "arg_name": "date.showing", "arg_value": "tonight May 5th 2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "We have two seats available tonight May 5th 2020 at 7pm", "apis": [], "segments": [ { "start_index": 8, "end_index": 11, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 48, "text": "tonight May 5th 2020", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 52, "end_index": 55, "text": "7pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Perfect go a head and book it", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "OK thank you for waiting", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No problem", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "7pm" }, { "arg_name": "date.showing", "arg_value": "tonight May 5th 2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.Is there anything else I can help you with. Hello, hello he must of hung up.", "apis": [], "segments": [] } ]
dlg-895aef62-8824-445f-88c4-206a078870e9
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Yes, I'm looking to see a comedy this weekend. What do you recommend?", "apis": [ { "name": "find_movies", "index": 0, "args": [ { "arg_name": "name.genre", "arg_value": "comedy" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72% rating on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] } ], "segments": [ { "start_index": 26, "end_index": 32, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 33, "end_index": 45, "text": "this weekend", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay. There are two showing this weekend. One is titled, Not My Problem. I is rated PG-13 with 72% rating on Rotten Tomatoes. Not My Problem is a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.", "apis": [], "segments": [ { "start_index": 28, "end_index": 40, "text": "this weekend", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 57, "end_index": 71, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 84, "end_index": 89, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 95, "end_index": 124, "text": "72% rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 126, "end_index": 140, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 144, "end_index": 243, "text": "a troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 2, "speaker": "user", "text": "Nice. What is the second one about?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69% rating on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "The movie is about a famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "The second is titled Family Jewels. It is a Romantic Comedy. It is rated R and has a 69% rating on Rotten Tomatoes. The movie is about a famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist.", "apis": [], "segments": [ { "start_index": 21, "end_index": 34, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 59, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 73, "end_index": 74, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 85, "end_index": 114, "text": "69% rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 116, "end_index": 260, "text": "The movie is about a famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 4, "speaker": "user", "text": "Hum. I think I'll go with Not My Problem. Where is it playing?", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [ { "start_index": 26, "end_index": 40, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is playing at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 44, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "What are the air times for Not My Problem?", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "this weekend" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 27, "end_index": 41, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "The air times for Not My Problem is 1pm, 3:55pm, 7pm, and 10:05pm.", "apis": [], "segments": [ { "start_index": 18, "end_index": 32, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 39, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 41, "end_index": 47, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 52, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 58, "end_index": 65, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Great, I think I'd like to get tickets for the 10:05pm showing.", "apis": [], "segments": [ { "start_index": 47, "end_index": 54, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Great, I'll book you for the 10:05pm showing of Not My Problem. Is that correct.", "apis": [], "segments": [ { "start_index": 29, "end_index": 36, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 48, "end_index": 62, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "No, wait. My husband wants to know what horror movies are showing this weekend.", "apis": [ { "name": "find_movies", "index": 10, "args": [ { "arg_name": "name.genre", "arg_value": "horror" }, { "arg_name": "location", "arg_value": "nearby" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] } ], "segments": [ { "start_index": 40, "end_index": 46, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 66, "end_index": 78, "text": "this weekend", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Let me see. All right. It looks like there is one titled Shuttered.", "apis": [], "segments": [ { "start_index": 57, "end_index": 66, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "What is the rating on it?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "61% rating on Rotten Tomatoes" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Shuttered is rated R. It has a 61% rating on Rotten Tomatoes.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 20, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 31, "end_index": 60, "text": "61% rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 14, "speaker": "user", "text": "That sounds right up his alley. What is it about?", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a some woman named Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Shuttered is about a some woman named Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 13, "end_index": 156, "text": "about a some woman named Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 38, "end_index": 50, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 16, "speaker": "user", "text": "Thanks. I think we're going to stick with Not My Problem. So we'll take two tickets to the Friday, 7pm showing of Not My Problem at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 42, "end_index": 56, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 72, "end_index": 75, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 91, "end_index": 97, "text": "Friday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 99, "end_index": 102, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 114, "end_index": 128, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 136, "end_index": 147, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Great, so I'm booking you two tickets for the Friday, 7pm showing of Not My Problem at the AMC Holiday Theater, correct.", "apis": [], "segments": [ { "start_index": 26, "end_index": 29, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 46, "end_index": 52, "text": "Friday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 54, "end_index": 57, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 83, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 91, "end_index": 102, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, thank you.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "7pm" }, { "arg_name": "date.showing", "arg_value": "Friday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Great. Your tickets are confirmed and they’ve been sent to your email address. Have a great day.", "apis": [], "segments": [] } ]
dlg-8bf427e4-1511-4554-85b9-bf2f43913135
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I would like to purchase tickets to a movie for tonight.", "apis": [], "segments": [ { "start_index": 48, "end_index": 55, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Ok, and where are you located?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am in Spring Hills, Kansas.", "apis": [ { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills, Kansas" } ] } ], "segments": [ { "start_index": 8, "end_index": 28, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Ok, There are currently five movies showing in two different theaters in that area.", "apis": [], "segments": [ { "start_index": 73, "end_index": 82, "text": "that area", "annotations": [ { "name": "location" } ] } ] }, { "index": 4, "speaker": "user", "text": "What movies are currently showing?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "comedy;" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem\\rA" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "romantic comedy;" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels\\rA" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "horror" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered\\rAn" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "action" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm\\rA" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "documentary;" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy;" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels\\rA" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy;" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered\\rAn" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm\\rA" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary;" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "A comedy; Not My Problem\\rA romantic comedy; Family Jewels\\rA horror film; Shuttered\\rAn action film; Beyond the Storm\\rA documentary; Backcountry", "apis": [], "segments": [ { "start_index": 2, "end_index": 9, "text": "comedy;", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 10, "end_index": 27, "text": "Not My Problem\\rA", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 44, "text": "romantic comedy;", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 45, "end_index": 61, "text": "Family Jewels\\rA", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 62, "end_index": 68, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 75, "end_index": 88, "text": "Shuttered\\rAn", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 89, "end_index": 95, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 102, "end_index": 121, "text": "Beyond the Storm\\rA", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 122, "end_index": 134, "text": "documentary;", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 135, "end_index": 146, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "What are \"Not My Problem\" and \"Family Jewels\" about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy;" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is about a troubled teen who tries to convince his neighbor that things are not as they seem" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem\\rA" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "has 72% on Rotten Tomatoes.\\r\"Family" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels\\rA" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels\\rA" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is about a famous diamond dealer who leaves his European life to pursue a less than genuine romance with an American con-artist" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "Rated R" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "and is at 69% on Rotten Tomatoes" } ] } ], "segments": [ { "start_index": 9, "end_index": 25, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 30, "end_index": 45, "text": "\"Family Jewels\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "\"Not My Problem\" is a comedy starring Matt Damon and Noah Schnapp. It is about a troubled teen who tries to convince his neighbor that things are not as they seem. It is PG-13 and has 72% on Rotten Tomatoes.\\r\"Family Jewels\" stars Melissa McCarthy and Ryan Reynolds. It is about a famous diamond dealer who leaves his European life to pursue a less than genuine romance with an American con-artist. It is Rated R and is at 69% on Rotten Tomatoes.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 22, "end_index": 28, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 38, "end_index": 48, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 53, "end_index": 65, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] }, { "start_index": 67, "end_index": 162, "text": "It is about a troubled teen who tries to convince his neighbor that things are not as they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 170, "end_index": 175, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 180, "end_index": 216, "text": "has 72% on Rotten Tomatoes.\\r\"Family", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 198, "end_index": 224, "text": "Tomatoes.\\r\"Family Jewels\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 231, "end_index": 247, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 252, "end_index": 265, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 267, "end_index": 397, "text": "It is about a famous diamond dealer who leaves his European life to pursue a less than genuine romance with an American con-artist", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 405, "end_index": 412, "text": "Rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 413, "end_index": 445, "text": "and is at 69% on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "Ok, \"Family Jewels\" sounds good. What times are available?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels\\rA" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 4, "end_index": 19, "text": "\"Family Jewels\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "It is playing at the AMC Holiday Theater at 2:00pm, 5:00pm, or 8:10pm.", "apis": [], "segments": [ { "start_index": 21, "end_index": 40, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 44, "end_index": 50, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 58, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 69, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "Ok. The 5:00pm showing sounds good.", "apis": [], "segments": [ { "start_index": 8, "end_index": 14, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Ok and how many tickets would you like?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "I would like four tickets please.", "apis": [], "segments": [ { "start_index": 13, "end_index": 17, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Ok. So I have four tickets to the 5:00pm showing of \"Family Jewels\" at the AMC Holiday Theater for tonight. Is that correct?", "apis": [], "segments": [ { "start_index": 14, "end_index": 18, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 34, "end_index": 40, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 52, "end_index": 67, "text": "\"Family Jewels\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 75, "end_index": 94, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 99, "end_index": 106, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes, that is correct.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Ok great. I will need an email address to send the tickets to.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "My email address is joe@email.com", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Ok to confirm that is joe@email.com", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yes. Correct", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "5:00pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "The tickets have been confirmed and have been sent to your email. Have a great night.", "apis": [], "segments": [] } ]
dlg-7e95cc83-64d1-4a42-bda2-75294323b13f
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I'd like to buy some movie tickets, please.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "I can help you with that. Where are you located?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm in Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 7, "end_index": 27, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "I see two movie theaters in your area, the AMC Holiday Theater and the Cinemark Downtown. Do you prefer one over the other?", "apis": [], "segments": [ { "start_index": 28, "end_index": 37, "text": "your area", "annotations": [ { "name": "location" } ] }, { "start_index": 43, "end_index": 62, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 71, "end_index": 88, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Yes, I prefer the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 18, "end_index": 35, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "All right. Which movie would you like to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I don't know what's playing. Can you tell me the movie summaries?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" } ], "response": [ { "response_name": "name.movie_1", "response_value": "'Beyond The Storm'" }, { "response_name": "name.movie_2", "response_value": "'Backcountry'" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "'Beyond The Storm'" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "'Beyond The Storm'" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "'Beyond The Storm'" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "'Beyond The Storm'" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "'Beyond The Storm'" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes score of 81%" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Sure, two movies are playing at the Cinemark Downtown. The first movie is 'Beyond The Storm', an action film directed by James Cameron. Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board. It's rated PG-13 with a Rotten Tomatoes score of 81%.", "apis": [], "segments": [ { "start_index": 36, "end_index": 53, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 74, "end_index": 92, "text": "'Beyond The Storm'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 97, "end_index": 103, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 121, "end_index": 134, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] }, { "start_index": 136, "end_index": 243, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 171, "end_index": 185, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 256, "end_index": 261, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 269, "end_index": 297, "text": "Rotten Tomatoes score of 81%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "That sounds pretty good. What's the other movie?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "outdoor documentary" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about one of the United State's most iconic national parks: Yosemite" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes score of 91%" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "The second movie, 'Backcountry', is an outdoor documentary about one of the United State's most iconic national parks: Yosemite. Explore it in all its glory in this award winning film that delves into the many wonders of the park. It's rated G with a Rotten Tomatoes score of 91%. Which would you like to see?", "apis": [], "segments": [ { "start_index": 18, "end_index": 31, "text": "'Backcountry'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 39, "end_index": 58, "text": "outdoor documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 59, "end_index": 127, "text": "about one of the United State's most iconic national parks: Yosemite", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 129, "end_index": 229, "text": "Explore it in all its glory in this award winning film that delves into the many wonders of the park", "annotations": [ { "name": "description.other" } ] }, { "start_index": 242, "end_index": 243, "text": "G", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 251, "end_index": 279, "text": "Rotten Tomatoes score of 91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 10, "speaker": "user", "text": "'Backcountry' has a high score of 91%, and I can take the whole family. That's my choice.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "'Backcountry'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 37, "text": "high score of 91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Excellent! How many tickets do you need?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Five tickets.", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "Five", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "And what day would you like to go?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Saturday.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 0, "end_index": 8, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "It's playing at 4:10pm, 7:30pm and 10:15pm. Which time would you like?", "apis": [], "segments": [ { "start_index": 16, "end_index": 22, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 24, "end_index": 30, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 42, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "4:10 pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 7, "text": "4:10 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay, so that's five tickets for 'Backcountry' on Saturday at 4:10pm at the Cinemark Downtown, correct?", "apis": [], "segments": [ { "start_index": 16, "end_index": 20, "text": "five", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 33, "end_index": 46, "text": "'Backcountry'", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 50, "end_index": 58, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 62, "end_index": 68, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 93, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, that's correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "'Backcountry'" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "Five" }, { "arg_name": "time.showing", "arg_value": "4:10 pm" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-d453ca1f-ed3a-45d6-90ef-f9343a7bae0c
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, can I buy some movie tickets please?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Of course, what would you like to see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm not sure right now. What's playing in Spring Hills, Kansas today?", "apis": [ { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_2", "response_value": "Spring Hills, Kansas" } ] }, { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 43, "end_index": 62, "text": "pring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 64, "end_index": 69, "text": "oday?", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Today, there are five movies playing in Spring Hills: Not My Problem, Family Jewels, Shuttered, Beyond the Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 40, "end_index": 53, "text": "Spring Hills:", "annotations": [ { "name": "location" } ] }, { "start_index": 54, "end_index": 68, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 83, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 85, "end_index": 94, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 96, "end_index": 112, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 117, "end_index": 128, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "What's Shuttered about?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "where a woman out of New York City and goes to work on a distant cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 7, "end_index": 16, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Shuttered is a horror movie where a woman out of New York City and goes to work on a distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 124, "text": "where a woman out of New York City and goes to work on a distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "Well that sounds weird. What is Family Jewels about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a diamond dealer that leaves Europe for America to begin a romance a con artist" } ] } ], "segments": [ { "start_index": 32, "end_index": 45, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Family Jewels is a romantic comedy about a diamond dealer that leaves Europe for America to begin a romance a con artist.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 34, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 120, "text": "about a diamond dealer that leaves Europe for America to begin a romance a con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "That sounds funny. Who's in that?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "It does sound funny. It stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 30, "end_index": 46, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 51, "end_index": 64, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "It sounds even funnier now. When is that playing?", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "I agree! It is playing at AMC Holiday Theater at 2:00pm, 5:00pm, and 8:10pm.", "apis": [], "segments": [ { "start_index": 26, "end_index": 45, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 49, "end_index": 55, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 63, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 75, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Great. Are there any other comedies playing?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] } ], "segments": [ { "start_index": 27, "end_index": 35, "text": "comedies", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Not My Problem is a comedy as well.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 14, "speaker": "user", "text": "Is that the one with Matt Damon?", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 21, "end_index": 31, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Yes, it stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 14, "end_index": 24, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 29, "end_index": 41, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 16, "speaker": "user", "text": "No, I think I'll stick with Family Jewels. I'll take two tickets for the 8:10 please.", "apis": [], "segments": [ { "start_index": 28, "end_index": 41, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 53, "end_index": 56, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 73, "end_index": 77, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay, to confirm, that is two tickets for tonight's showing of Family Jewels at 8:10 at the AMC Holiday Theater. Would you like to go ahead and order those tickets now?", "apis": [], "segments": [ { "start_index": 26, "end_index": 29, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 42, "end_index": 51, "text": "tonight's", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 63, "end_index": 76, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 84, "text": "8:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 92, "end_index": 111, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, I am looking forward to it!", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "8:10pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "I hope you enjoy the movie. Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-7a233843-fede-4f5e-8211-d289d9960716
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I want to go to a movie with my dad tonight, can you tell me what's playing in Spring Hills, Kansas?", "apis": [ { "name": "find_movies", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 36, "end_index": 43, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] }, { "start_index": 79, "end_index": 99, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure, you have a few choices: Not My Problem, Family Jewels, Shuttered, Beyond the Storm, and Backcountry.", "apis": [], "segments": [ { "start_index": 30, "end_index": 44, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 59, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 61, "end_index": 70, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 72, "end_index": 88, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 94, "end_index": 105, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "What is Beyond the Storm about?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 8, "end_index": 24, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Beyond The Storm - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 25, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 34, "end_index": 39, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 42, "end_index": 61, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 64, "end_index": 171, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 99, "end_index": 113, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 186, "end_index": 199, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 4, "speaker": "user", "text": "Interesting, my dad likes Horror, are there any in that category?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 61%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 26, "end_index": 32, "text": "Horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Shuttered is a horror film. Rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 34, "end_index": 35, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 38, "end_index": 57, "text": "Rotten Tomatoes 61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 60, "end_index": 174, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 60, "end_index": 72, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 6, "speaker": "user", "text": "Yes, that sounds perfect, what time is it playing?", "apis": [ { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "It's playing at the AMC Holiday Theater today at 3:00pm, 5:45 and 9:00pm.", "apis": [], "segments": [ { "start_index": 20, "end_index": 31, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 40, "end_index": 45, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 49, "end_index": 55, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 57, "end_index": 61, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 66, "end_index": 72, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "9:00 sounds great, lets do that.", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "9:00", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Are you ready to buy the tickets?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Before I do, can you confirm details for me?", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Sure. You are purchasing 2 tickets for Shuttered playing tonight at 9:00pm at the AMC Holiday Theater in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 25, "end_index": 26, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 48, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 57, "end_index": 64, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 68, "end_index": 74, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 82, "end_index": 93, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 105, "end_index": 125, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 12, "speaker": "user", "text": "That sounds correct, thanks for confirming.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "You're welcome. Are you ready to purchase?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Yes, go ahead and buy them. Thank you.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your order is complete. Do you have any questions?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "How do I get my tickets?", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "9:00pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you, I'll look for them.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're welcome. Enjoy the show.", "apis": [], "segments": [] } ]
dlg-b75d292a-5c2f-4b4e-b904-99452ea3a028
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, I am interested in going to the movies today.", "apis": [], "segments": [ { "start_index": 43, "end_index": 48, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Great I can help with that. Where are you located?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I live in Spring Hills ,Kansas.", "apis": [], "segments": [ { "start_index": 10, "end_index": 30, "text": "Spring Hills ,Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Ok great. You have two theater options in that area", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Cool. I prefer the Holiday Theater please.", "apis": [], "segments": [ { "start_index": 19, "end_index": 34, "text": "Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Ok got it. I have 3 movies showing at theater for today. Do you know which one you want to see?", "apis": [], "segments": [ { "start_index": 50, "end_index": 55, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "I am debating between \"Not My Problem\" and \"Shuttered\" Can you share with me what the Rotten Tomatoes rating is?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "has a 72% rating" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "has a rating of 61%" } ] } ], "segments": [ { "start_index": 22, "end_index": 38, "text": "\"Not My Problem\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 54, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Sure. Not My Problem has a 72% rating and Shuttered has a rating of 61%.", "apis": [], "segments": [ { "start_index": 6, "end_index": 20, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 37, "text": "has a 72% rating", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 42, "end_index": 51, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 52, "end_index": 71, "text": "has a rating of 61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "Interesting, can you tell me about each movie?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Yes, Not My Problem: A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 5, "end_index": 20, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 120, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 130, "end_index": 140, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 145, "end_index": 157, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "ok that sounds like a downer, what about the other one", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Shuttered - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 12, "end_index": 24, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 12, "end_index": 126, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "oh.. I like scary movies. Lets do that one", "apis": [], "segments": [ { "start_index": 12, "end_index": 17, "text": "scary", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Great. How many tickets? and what day", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I only need 2 for today please.", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45pm" }, { "response_name": "time.showing_3", "response_value": "9:00pm" }, { "response_name": "time.showing_4", "response_value": "3:40 P.M" } ] } ], "segments": [ { "start_index": 12, "end_index": 13, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 18, "end_index": 23, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Here are the showtimes for Shuttered. 3:00pm - 5:45pm - 9:00pm", "apis": [], "segments": [ { "start_index": 27, "end_index": 36, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 38, "end_index": 44, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 47, "end_index": 53, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Lets do 9:00 P.M", "apis": [], "segments": [ { "start_index": 8, "end_index": 16, "text": "9:00 P.M", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Ok to confirm I have 2 tickets for Shuttered showing at the AMC Holiday Theater for today at 3:40 P.M. Can I move forward with completing this purchase using the card I have on file?", "apis": [], "segments": [ { "start_index": 21, "end_index": 22, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 35, "end_index": 44, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 60, "end_index": 79, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 84, "end_index": 89, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 93, "end_index": 101, "text": "3:40 P.M", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes Please", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "3:40 P.M" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-2fd59219-b3a1-4e4c-94d1-985de73541ca
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi I would like to see a good movie", "apis": [], "segments": [ { "start_index": 25, "end_index": 35, "text": "good movie", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "what movie would you like to see?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I would like to see something funny", "apis": [], "segments": [ { "start_index": 20, "end_index": 35, "text": "something funny", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "what city are you in?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Spring Hills, Kansas", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "what kind of movie would you like to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I wanna watch something funny", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "description.other", "arg_value": "something funny" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "is about a troubled teen" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] } ], "segments": [ { "start_index": 14, "end_index": 29, "text": "something funny", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I have Not My Problem. That is with Matt Damon and is about a troubled teen. The other is Family Jewels. That is a romantic comedy with Melissa McCarthy. Family Jewels is rated R and the other is PG-13.", "apis": [], "segments": [ { "start_index": 7, "end_index": 21, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 46, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 51, "end_index": 75, "text": "is about a troubled teen", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 90, "end_index": 103, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 115, "end_index": 130, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 136, "end_index": 152, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 154, "end_index": 167, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 171, "end_index": 178, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 196, "end_index": 201, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "I like Melissa McCarthy so I will go with Family Jewels.", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 7, "end_index": 23, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 42, "end_index": 55, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "The theater it is playing at is called AMC Holiday Theater", "apis": [], "segments": [ { "start_index": 39, "end_index": 58, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "What are the showtimes?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2" }, { "response_name": "time.showing_2", "response_value": "5" }, { "response_name": "time.showing_3", "response_value": "8:10" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "2 and 5 and 8:10", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 6, "end_index": 7, "text": "5", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 12, "end_index": 16, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "I will go with the 2 PM", "apis": [], "segments": [ { "start_index": 19, "end_index": 23, "text": "2 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "How many people?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "2 please", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "would you like these emailed to you?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "yes", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "So Family Jewels at 2 PM for two people correct? Also, what is your email?", "apis": [], "segments": [ { "start_index": 3, "end_index": 16, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 24, "text": "2 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 39, "text": "two people", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes edjamesff@gmail.com", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "2 PM" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "I have sent the tickets to your email.", "apis": [], "segments": [] } ]
dlg-daf0b294-5f87-4e6a-8440-6469a783e42d
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi.i'd like to purchase movie tickets", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Yes sir,what movie you want to purchase?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Shuttered.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Which theater do you want to see?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "AMC Holiday Theater.", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Ok. What time do you want to see?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "4:00pm", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Sorry,they are sold out.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "What about other time?", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Let me check.We have seats available at 5:45", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Then,can i have tickets at 5;45.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Sure.Which date you want to book tickets?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "coming monday.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "How many tickets you want to purchase?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "4 tickets.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Can i confirm your tickets?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Yes,please.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Yeah,Ok.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Thank you.", "apis": [], "segments": [] } ]
dlg-2db9931d-cd86-4b54-802b-d9c112114959
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello, I need four tickets for Saturday please.", "apis": [], "segments": [ { "start_index": 31, "end_index": 39, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 14, "end_index": 18, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay, in what city will you be watching the movie?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [ { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas" } ] }, { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas" } ] } ], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Got it, any movie preferences?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Yes, I want something educational for my family to see.", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "description.other", "arg_value": "something educational for my family to see" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] } ], "segments": [ { "start_index": 12, "end_index": 54, "text": "something educational for my family to see", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Then I would recommend Backcountry, it's a documentary.", "apis": [], "segments": [ { "start_index": 23, "end_index": 34, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 54, "text": "documentary", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok, what's it about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is an exploration of Yosemite in all its glory. It is an award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "It is an exploration of Yosemite in all its glory. It is an award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 0, "end_index": 163, "text": "It is an exploration of Yosemite in all its glory. It is an award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Sounds lovely, and just to be sure, what's the rating?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "It is rated G.", "apis": [], "segments": [ { "start_index": 12, "end_index": 13, "text": "G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "Perfect, I'm taking my little nephews to see it.", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10" }, { "response_name": "time.showing_2", "response_value": "7:30" }, { "response_name": "time.showing_3", "response_value": "10:15 pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "I'm sure they'll really enjoy it. Now showtimes at Cinemark Downtown are 4:10, 7:30, and 10:15 pm.", "apis": [], "segments": [ { "start_index": 51, "end_index": 68, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 73, "end_index": 77, "text": "4:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 79, "end_index": 83, "text": "7:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 89, "end_index": 97, "text": "10:15 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Let's take the earliest please.", "apis": [], "segments": [ { "start_index": 15, "end_index": 23, "text": "earliest", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Great, is there anything else I can help you with?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Nope that's it, wait did I tell you Saturday or Sunday?", "apis": [], "segments": [ { "start_index": 36, "end_index": 44, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 48, "end_index": 54, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "You said Saturday.", "apis": [], "segments": [ { "start_index": 9, "end_index": 17, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Okay, yes thank you for reminding me.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "May I confirm that you are booking four tickets for Backcountry at Cinemark Downtown for the 4:10 showtime on Saturday?", "apis": [], "segments": [ { "start_index": 52, "end_index": 63, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 67, "end_index": 84, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 93, "end_index": 97, "text": "4:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 110, "end_index": 118, "text": "Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 35, "end_index": 39, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, thanks so much for your help.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "4:10" }, { "arg_name": "date.showing", "arg_value": "Saturday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Of course, anytime. Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]
dlg-5c014b8b-60d3-4e38-882e-53472fcdd921
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hey, I'd like to know if tickets are available for Family Jewels and Beyond the Storm.", "apis": [ { "name": "check_tickets", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] }, { "name": "check_tickets", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "available" } ] } ], "segments": [ { "start_index": 51, "end_index": 64, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 69, "end_index": 85, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Wait a sec, Sir. Tickets are available for both the movies. Which one would you like to prefer?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'd prefer Matinee shows.", "apis": [], "segments": [ { "start_index": 11, "end_index": 18, "text": "Matinee", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "There are three shows are running. For Family Jewels, one in the afternoon and Beyond the Storm runs one in the afternoon and one in the evening.", "apis": [], "segments": [ { "start_index": 39, "end_index": 52, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 65, "end_index": 74, "text": "afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 79, "end_index": 95, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 112, "end_index": 121, "text": "afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 137, "end_index": 144, "text": "evening", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 4, "speaker": "user", "text": "Since I have an appointed with my doctor in the evening, I would prefer Matinee show to evening shows.", "apis": [], "segments": [ { "start_index": 72, "end_index": 95, "text": "Matinee show to evening", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Sir, If that's the case, You can enjoy the movie Family Jewels.", "apis": [], "segments": [ { "start_index": 49, "end_index": 62, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Could you please check and let me know if there is any other movie runs in the afternoon ?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"starred" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"starred" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"starred" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 79, "end_index": 88, "text": "afternoon", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Sure. There is a movie available in comedy genre entitled, \"Not My Problem\"starred by Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 36, "end_index": 42, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 59, "end_index": 82, "text": "\"Not My Problem\"starred", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 86, "end_index": 96, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 101, "end_index": 113, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "What the movie is all about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"starred" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "The story depicts a young troubled teen guy who tries to convince his elderly neighbor who is in depression and very uncertain about what appears to be real" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Not My Problem\"starred" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "The story depicts a young troubled teen guy who tries to convince his elderly neighbor who is in depression and very uncertain about what appears to be real. This movie is rated PG-13.", "apis": [], "segments": [ { "start_index": 0, "end_index": 156, "text": "The story depicts a young troubled teen guy who tries to convince his elderly neighbor who is in depression and very uncertain about what appears to be real", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 172, "end_index": 183, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 10, "speaker": "user", "text": "I have already watched Family Jewels and would like to step into new one.", "apis": [], "segments": [ { "start_index": 23, "end_index": 36, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 65, "end_index": 72, "text": "new one", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Sir, then you must give it a try. This movie replete with humors.", "apis": [], "segments": [ { "start_index": 39, "end_index": 64, "text": "movie replete with humors", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 12, "speaker": "user", "text": "Where do both the movies run in?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Theatre Holiday" } ] }, { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Theatre Holiday" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Theatre Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "Matinee show to evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm - 3.555" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Theatre Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "Matinee show to evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2.00pm - 5.00" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Both the movies run in AMC Theatre Holiday. Not My Problem runs between 1pm - 3.555 pm. But, Family Jewels runs between 2.00pm - 5.00 pm.", "apis": [], "segments": [ { "start_index": 23, "end_index": 42, "text": "AMC Theatre Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 44, "end_index": 58, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 93, "end_index": 106, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 72, "end_index": 83, "text": "1pm - 3.555", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 120, "end_index": 133, "text": "2.00pm - 5.00", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Is there any horror movies available? I would b glad to know if any such movies run.", "apis": [ { "name": "find_movies", "index": 14, "args": [ { "arg_name": "name.genre", "arg_value": "horror" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "date.release" } ], "response": [ { "response_name": "date.release", "response_value": "mid of July" } ] } ], "segments": [ { "start_index": 13, "end_index": 19, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Sir, there is a movie entitled \"Shuttered\" which has been recently released in the mid of July.", "apis": [], "segments": [ { "start_index": 31, "end_index": 42, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 94, "text": "mid of July", "annotations": [ { "name": "date.release" } ] } ] }, { "index": 16, "speaker": "user", "text": "But I haven't gone through any movie banners in such name.", "apis": [ { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "61%" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "The whole story is revolved around a woman by the name of Sara Decker who moves upstate from New York to work on a Marijuana farm which is owned by her distant cousin" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Sir, It has been escalated to 61% and rated R. The whole story is revolved around a woman by the name of Sara Decker who moves upstate from New York to work on a Marijuana farm which is owned by her distant cousin. It runs in AMC Holiday Theater at 3.00pm.", "apis": [], "segments": [ { "start_index": 30, "end_index": 33, "text": "61%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 38, "end_index": 45, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 47, "end_index": 213, "text": "The whole story is revolved around a woman by the name of Sara Decker who moves upstate from New York to work on a Marijuana farm which is owned by her distant cousin", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 105, "end_index": 116, "text": "Sara Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 226, "end_index": 245, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 249, "end_index": 255, "text": "3.00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "The story is highly tempting and I would like to watch it. Sir, Kindly book two tickets for Shuttered.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "name.theater", "arg_value": "AMC Theatre Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "3.00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 92, "end_index": 101, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 19, "speaker": "assistant", "text": "Sure, Sir. Now two tickets have been booked for the Movie \"Shuttered\" for Matinee show. The tickets have been sent to the mentioned email address. Have a great day. Thank you, Sir.", "apis": [], "segments": [ { "start_index": 15, "end_index": 18, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 58, "end_index": 69, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 74, "end_index": 81, "text": "Matinee", "annotations": [ { "name": "time.showing" } ] } ] } ]
dlg-a90eeb40-ad4e-4c5f-9775-9ff9a3f0e6ce
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello. Can you tell me if the movies Family Jewels and Beyond The Storm are playing in Spring Hills, Kansas?", "apis": [ { "name": "resolve_movie", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" } ] }, { "name": "resolve_movie", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond The Storm" } ] }, { "name": "resolve_location", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills, Kansas" } ] }, { "name": "find_theaters", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_theaters", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 37, "end_index": 50, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 71, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 87, "end_index": 107, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Yes, of course. Family Jewels is playing at the AMC Holiday Theater while Beyond The Storm is at the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 16, "end_index": 29, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 48, "end_index": 67, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 74, "end_index": 90, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 101, "end_index": 118, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 2, "speaker": "user", "text": "I don't know much about these movies. What genre are they?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Family Jewels is a Romantic Comedy and Beyond The Storm is an Action movie.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 34, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 39, "end_index": 55, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 62, "end_index": 68, "text": "Action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 4, "speaker": "user", "text": "I see. What is each film rated?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Family Jewels is rated R while Beyond The Storm is rated PG-13.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 24, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 31, "end_index": 47, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 62, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Ok, well do you have any information on what the critics think of each flick? Do you have scores from Rotten Tomatoes?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69% on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "81% rating" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Yes, I do actually. Family Jewels received a 69% on Rotten Tomatoes while Beyond The Storm secured an 81% rating on the same website.", "apis": [], "segments": [ { "start_index": 20, "end_index": 33, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 67, "text": "69% on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 74, "end_index": 90, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 102, "end_index": 112, "text": "81% rating", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "Isn't Family Jewels the comedy with Melissa McCarthy and Ryan Reynolds?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 6, "end_index": 19, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 30, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 36, "end_index": 52, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 57, "end_index": 70, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Yes, Family Jewels stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 5, "end_index": 18, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 41, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 46, "end_index": 59, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "I thought so. Do you have information on showtimes for tomorrow Monday August 31, 2020 for each picture?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tomorrow Monday August 31, 2020" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tomorrow Monday August 31, 2020" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40pm" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 55, "end_index": 86, "text": "tomorrow Monday August 31, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "I sure do. Family Jewels is showing at 2:00pm, 5:00pm, and 8:10pm. Beyond The Storm has showings at 1:30pm, 3:40pm, 6:10pm, and 8:30pm.", "apis": [], "segments": [ { "start_index": 11, "end_index": 24, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 39, "end_index": 45, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 47, "end_index": 53, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 65, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 67, "end_index": 83, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 100, "end_index": 106, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 108, "end_index": 114, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 116, "end_index": 122, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 128, "end_index": 134, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Do you know who directed each picture?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "I have no information on who directed Family Jewels but Beyond The Storm was directed by James Cameron.", "apis": [], "segments": [ { "start_index": 38, "end_index": 51, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 56, "end_index": 72, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 89, "end_index": 102, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 14, "speaker": "user", "text": "Oh, ok. Well, my friend and I are going and he doesn't get off work until 8:00pm so I'm going to go with Beyond The Storm. So can you book two tickets for Beyond The Storm at the Cinemark Downtown in Spring Hills, Kansas? Let's go with the 8:30pm showtime on Monday, August 31, 2020.", "apis": [], "segments": [ { "start_index": 105, "end_index": 121, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 139, "end_index": 142, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 155, "end_index": 171, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 179, "end_index": 196, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 200, "end_index": 220, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 240, "end_index": 246, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 259, "end_index": 282, "text": "Monday, August 31, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "I can definitely book that for you. I will now purchase two tickets for Beyond The Storm playing at the Cinemark Dowtown in Spring Hills, Kansas for the 8:30pm showing on Monday, August, 31, 2020. Is the preceding information correct?", "apis": [], "segments": [ { "start_index": 56, "end_index": 59, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 72, "end_index": 88, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 104, "end_index": 120, "text": "Cinemark Dowtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 124, "end_index": 144, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 153, "end_index": 159, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 171, "end_index": 195, "text": "Monday, August, 31, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes! Book it!", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "Monday, August, 31, 2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address. Is there anything else I can for you?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No, that's it. I just checked my email and I got the tickets. Everything looks great. Have a nice afternoon. Bye for now.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "I'm glad to hear it. Thank you for your call and you have a great day too. Goodbye.", "apis": [], "segments": [] } ]
dlg-1ebbf2f7-9c22-4059-8a6b-661e4c78c685
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Yeah, I want to see a movie.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Okay. What movie theater would you like to go to?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Probably Cinemark Downtown, but AMC Holiday would be okay, too. Just so it's in Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 9, "end_index": 26, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 32, "end_index": 43, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 80, "end_index": 99, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Sure. And what movie would you like to see?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I'm thinking about Family Jewels, but is there like a action movie or scary movie playing?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "description.other", "arg_value": "scary" }, { "arg_name": "location", "arg_value": "nearby" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" } ] } ], "segments": [ { "start_index": 19, "end_index": 32, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 54, "end_index": 60, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 70, "end_index": 75, "text": "scary", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Shuttered is a horror movie and it's playing at AMC Holiday. Beyond the Storm is an action movie and it's playing at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 48, "end_index": 59, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 61, "end_index": 77, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 84, "end_index": 90, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 117, "end_index": 134, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "What is Shuttered about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is about a woman who moves from New York City to work on her distant cousins haunted marijuana farm" } ] } ], "segments": [ { "start_index": 8, "end_index": 17, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "It is about a woman who moves from New York City to work on her distant cousins haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 102, "text": "It is about a woman who moves from New York City to work on her distant cousins haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "That sounds strange. What about Beyond the Storm? What is it about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a fishing crew in the North Sea who is dealing with bad weather and a traitor on board the ship" } ] } ], "segments": [ { "start_index": 32, "end_index": 48, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Beyond the Storm is about a fishing crew in the North Sea who is dealing with bad weather and a traitor on board the ship.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 121, "text": "about a fishing crew in the North Sea who is dealing with bad weather and a traitor on board the ship", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "I'm not too sure about those. Is there a late afternoon time for Family Jewels or either of those two?", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "late afternoon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2 PM" }, { "response_name": "time.showing_2", "response_value": "5 PM" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "late afternoon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3 PM" }, { "response_name": "time.showing_2", "response_value": "5:45 PM" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "late afternoon" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30 PM" }, { "response_name": "time.showing_2", "response_value": "3:40 PM" } ] } ], "segments": [ { "start_index": 41, "end_index": 55, "text": "late afternoon", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 65, "end_index": 78, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "There are afternoon showings for Family Jewels at 2 PM and 5 PM. The afternoon showings for Shuttered are 3 PM and 5:45 PM. And the afternoon showings for Beyond the Storm are 1:30 PM and 3:40 PM.", "apis": [], "segments": [ { "start_index": 10, "end_index": 19, "text": "afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 33, "end_index": 46, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 50, "end_index": 54, "text": "2 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 63, "text": "5 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 78, "text": "afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 92, "end_index": 101, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 106, "end_index": 110, "text": "3 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 115, "end_index": 122, "text": "5:45 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 132, "end_index": 141, "text": "afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 155, "end_index": 171, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 176, "end_index": 183, "text": "1:30 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 188, "end_index": 195, "text": "3:40 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Is Beyond the Storm playing at AMC Holiday?", "apis": [], "segments": [ { "start_index": 3, "end_index": 19, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 42, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "No, Beyond the Storm is playing at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 4, "end_index": 20, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 35, "end_index": 52, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Where is Family Jewels playing?", "apis": [], "segments": [ { "start_index": 9, "end_index": 22, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Family Jewels is playing at AMC Holiday.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 28, "end_index": 39, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Okay. I think I want two tickets to see Beyond the Storm for the 3-whatever time for this afternoon.", "apis": [], "segments": [ { "start_index": 21, "end_index": 24, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 40, "end_index": 56, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 85, "end_index": 99, "text": "this afternoon", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 65, "end_index": 75, "text": "3-whatever", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Sure. Please confirm that you want two tickets to see Beyond the Storm at 3:40 PM this afternoon at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 35, "end_index": 38, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 54, "end_index": 70, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 74, "end_index": 81, "text": "3:40 PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 82, "end_index": 96, "text": "this afternoon", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 100, "end_index": 117, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "You said 3:40 PM? Yes, those are the ones I want.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "3:40 PM" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 9, "end_index": 16, "text": "3:40 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 19, "speaker": "assistant", "text": "Yes, 3:40 PM. Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [ { "start_index": 5, "end_index": 12, "text": "3:40 PM", "annotations": [ { "name": "time.showing" } ] } ] } ]
dlg-9a3457ac-37c6-4779-9781-b9683cf01c19
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi I am interested in maybe purchasing some movie tickets at a theater in Spring Hill, Kansas.", "apis": [ { "name": "resolve_location", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hill, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hill, Kansas" } ] }, { "name": "find_movies", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hill, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 74, "end_index": 93, "text": "Spring Hill, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay. One moment please...The movies playing currently in Spring Hill, Kansas are : Not My Problem, Family Jewels, Shuttered, Beyond the Storm, and Backcountry. Would you like more information about any of these movies?", "apis": [], "segments": [ { "start_index": 58, "end_index": 77, "text": "Spring Hill, Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 84, "end_index": 98, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 100, "end_index": 113, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 115, "end_index": 124, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 126, "end_index": 142, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 148, "end_index": 159, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "Yes can you tell me more information about Backcountry please?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is an award winning film about Yosemite National Park" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hill, Kansas" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [ { "start_index": 43, "end_index": 54, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Backcountry is a documentary rated G. It is an award winning film about Yosemite National Park. It is playing at Cinemark Downtown at 4:10pm - 7:30pm - and 10:15pm. Would you like to hear about another movie?", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 28, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 36, "text": "G", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 39, "end_index": 95, "text": "t is an award winning film about Yosemite National Park.", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 114, "end_index": 130, "text": "inemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 135, "end_index": 140, "text": ":10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 144, "end_index": 149, "text": ":30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 157, "end_index": 164, "text": "0:15pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 4, "speaker": "user", "text": "Yes please. I'd like more information about Beyond the Storm.", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "It is the story of a fishing crew caught in severe weather with a traitor on board" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hill, Kansas" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 45, "end_index": 61, "text": "eyond the Storm.", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Beyond the Storm is an action movie rated PG-13. It is the story of a fishing crew caught in severe weather with a traitor on board. It is playing at Cinemark Downtown at 1:30pm - 3:40 - 6:10pm and 8:30pm. Would you like to hear about another movie?", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 29, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 42, "end_index": 47, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 50, "end_index": 132, "text": "t is the story of a fishing crew caught in severe weather with a traitor on board.", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 152, "end_index": 169, "text": "nemark Downtown a", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 173, "end_index": 179, "text": "30pm -", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 182, "end_index": 186, "text": "40 -", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 189, "end_index": 195, "text": "10pm a", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 200, "end_index": 205, "text": "30pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "No thanks. I'd like to purchase two tickets for Beyond the Storm at 3:40 pm.", "apis": [], "segments": [ { "start_index": 32, "end_index": 35, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 48, "end_index": 64, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 68, "end_index": 75, "text": "3:40 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Great. Please confirm that you would like to purchase two tickets for Beyond the Storm at Cinemark Downtown in Spring Hills Kansas for 3:40 Pm on Saturday August 29, 2020. Is this correct?", "apis": [], "segments": [ { "start_index": 54, "end_index": 57, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 70, "end_index": 86, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 90, "end_index": 107, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 111, "end_index": 130, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 135, "end_index": 142, "text": "3:40 Pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 146, "end_index": 170, "text": "Saturday August 29, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Yes, that's correct.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "May I please have your email address to send your purchase confirmation to?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Yes my email address is hhhh@gmail.com", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Your email address is hhhh@gmail.com . Is this correct?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Thank you. You will now pay for your tickets using your method of payment.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Okay, here is my number.", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "3:40 pm" }, { "arg_name": "date.showing", "arg_value": "Saturday August 29, 2020" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Thank you.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Is there anything else you need help with today?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No that was it.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Thank you for your purchase. Goodbye!", "apis": [], "segments": [] } ]
dlg-8966186e-3fc8-49d4-ba55-e7b21bd93c69
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, I'd like to see a movie. Can you help me purchase tickets?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Yes, I can.", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "What movie theaters are there in Spring Hills Kansas.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" }, { "response_name": "name.theater_2", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 33, "end_index": 52, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Cinemark Downtown and AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 22, "end_index": 41, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Okay, what is playing at Cinemark Downtown?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the storm" }, { "response_name": "name.movie_2", "response_value": "backcountry" } ] } ], "segments": [ { "start_index": 25, "end_index": 42, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Beyond the storm and backcountry.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 32, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "What is backcountry about?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks" } ] } ], "segments": [ { "start_index": 8, "end_index": 19, "text": "backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.", "apis": [], "segments": [ { "start_index": 0, "end_index": 145, "text": "Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "What is beyond the storm about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 8, "end_index": 24, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 107, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 35, "end_index": 49, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 122, "end_index": 135, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "What is beyond the storms movie rating?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] } ], "segments": [ { "start_index": 8, "end_index": 25, "text": "beyond the storms", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Beyond the storm is rated PG-13", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 31, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Let's go with Beyond the Storm for tonight.", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 14, "end_index": 30, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 35, "end_index": 42, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Beyond the storm is playing at 1:30pm - 3:40 - 6:10pm - 8:30pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 37, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 40, "end_index": 44, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 47, "end_index": 53, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "6:10pm sounds good.", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "How many tickets would you like?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "two", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Are you ready for me to purchase two tickets to beyond the storm at 6:10pm tonight at Cinemark Downtown?", "apis": [], "segments": [ { "start_index": 33, "end_index": 36, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 48, "end_index": 64, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 68, "end_index": 74, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 75, "end_index": 82, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 86, "end_index": 103, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "6:10pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-5e6c9578-8283-4077-8c36-ceec1a03888b
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi, I need tickets to the movies", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Ok, what would you like to see", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm thinking of either Family Jewels or Not my problem. Are either of those playing in Spring Hills Kansas", "apis": [], "segments": [ { "start_index": 23, "end_index": 36, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 40, "end_index": 54, "text": "Not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 87, "end_index": 106, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "I'll check.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Thank you", "apis": [ { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "They are both playing at the AMC Holiday", "apis": [], "segments": [ { "start_index": 29, "end_index": 40, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay, what times do you have for tonight?", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not my problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7:00pm" }, { "response_name": "time.showing_2", "response_value": "10:05pm" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "5:00pm" }, { "response_name": "time.showing_2", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 33, "end_index": 40, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My problem plays at 7:00pm and 10:05pm. Family Jewels plays at 5:00pm and 8:10pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 30, "text": "7:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 35, "end_index": 42, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 57, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 67, "end_index": 73, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 78, "end_index": 84, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "8:10 would work well\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "8:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Alright would you like to go with that?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "yes please", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "ok, so Family Jewels tonight at the AMC Holiday in Spring Hills Kansas. Two tickets for the 8:10pm showing. Is that right?", "apis": [], "segments": [ { "start_index": 7, "end_index": 20, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 28, "text": "tonight", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 36, "end_index": 47, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 51, "end_index": 70, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 72, "end_index": 75, "text": "Two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 92, "end_index": 98, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes", "apis": [ { "name": "book_tickets", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "Two" }, { "arg_name": "time.showing", "arg_value": "8:10pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Okay, your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Thank you", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "you're welcome. Is there anything else", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "No, that should do it", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Ok, have a nice night", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "you too", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "goodbye", "apis": [], "segments": [] } ]
dlg-c553734f-0e8c-4e75-ab65-f4d600564ed3
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello hey", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "yes may i know who is this", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "hi i am calling regarding to book a movie ticket", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "okay", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "so i thought you could help me with that", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "sure mam i can", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "okay can you tell me what are the theaters are available", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "sure mam please wait a moment", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "okay", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater\\r" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "thank you for waiting here are some results\\r AMC Holiday Theater\\r Cinemark Downtown", "apis": [], "segments": [ { "start_index": 46, "end_index": 67, "text": "AMC Holiday Theater\\r", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 68, "end_index": 85, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 10, "speaker": "user", "text": "and the movies ?", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "please wait madam", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "okay", "apis": [ { "name": "find_movies", "index": 12, "args": [ { "arg_name": "location", "arg_value": "nearby" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater\\r" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem:" }, { "response_name": "name.movie_2", "response_value": "10:05pm\\rFamily Jewels:" }, { "response_name": "name.movie_3", "response_value": "8:10pm\\rShuttered:" } ] }, { "name": "find_movies", "index": 12, "args": [ { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "8:30pm\\rBackcountry:" }, { "response_name": "name.movie_2", "response_value": "9:00pm\\rBeyond the Storm:" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater\\r" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm\\rFamily" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "10:05pm\\rFamily Jewels:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater\\r" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm\\rShuttered:" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "8:10pm\\rShuttered:" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater\\r" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "9:00pm\\rBeyond" }, { "response_name": "time.showing_3", "response_value": "5:45" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "9:00pm\\rBeyond the Storm:" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm\\rBackcountry:" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "8:30pm\\rBackcountry:" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Not My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm\\rFamily Jewels: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm\\rShuttered: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm\\rBeyond the Storm: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm\\rBackcountry: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 35, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 41, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 56, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 74, "text": "10:05pm\\rFamily", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 82, "text": "10:05pm\\rFamily Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 102, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 105, "end_index": 111, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 114, "end_index": 120, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 123, "end_index": 141, "text": "8:10pm\\rShuttered:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 142, "end_index": 161, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 164, "end_index": 170, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 173, "end_index": 177, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 180, "end_index": 194, "text": "9:00pm\\rBeyond", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 180, "end_index": 205, "text": "9:00pm\\rBeyond the Storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 206, "end_index": 223, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 226, "end_index": 232, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 235, "end_index": 239, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 242, "end_index": 248, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 251, "end_index": 271, "text": "8:30pm\\rBackcountry:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 272, "end_index": 289, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 292, "end_index": 298, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 301, "end_index": 307, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 310, "end_index": 317, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "okay let me think", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "sure mam", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "details of the movie beyond the storm ?", "apis": [ { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "the story is Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 21, "end_index": 37, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "the movie Beyond The Storm is a Action movie which is rated the story is Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 11, "end_index": 26, "text": "eyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 38, "text": "ction", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 61, "end_index": 180, "text": "he story is Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 117, "end_index": 122, "text": "ohn’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 196, "end_index": 209, "text": "ames Cameron.", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 18, "speaker": "user", "text": "please book it", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] }, { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-bb664cc0-4693-4a0f-94fd-794971e7163c
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I need help finding a good movie and getting tickets ordered in Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 22, "end_index": 32, "text": "good movie", "annotations": [ { "name": "description.other" } ] }, { "start_index": 64, "end_index": 83, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can help! What were you thinking?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'd like some information on Backcountry and Shuttered.", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated G" } ] } ], "segments": [ { "start_index": 29, "end_index": 40, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 54, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Shuttered is a horror movie rated R and Backcountry is a documentary rated G.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 35, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 40, "end_index": 51, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 57, "end_index": 68, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 69, "end_index": 76, "text": "rated G", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Backcountry would probably be more suitable for my kids. What is it about?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "is about Yosemite National Park" } ] } ], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Backcountry is about Yosemite National Park.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 12, "end_index": 43, "text": "is about Yosemite National Park", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 6, "speaker": "user", "text": "I think they would really like that.", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Would you like me to get showtimes?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Yes.", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10" }, { "response_name": "time.showing_2", "response_value": "7:30" }, { "response_name": "time.showing_3", "response_value": "10:15" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "It is playing at Cinemark Downtown at 4:10, 7:30 and 10:15.", "apis": [], "segments": [ { "start_index": 17, "end_index": 34, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 42, "text": "4:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 48, "text": "7:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 58, "text": "10:15", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "4:10 would probably be best.", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "4:10", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Would you like me to place a ticket order?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Yes please.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "How many tickets and which day?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "6 tickets and for Wednesday. I'll treat them before going back to school.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "6", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 18, "end_index": 27, "text": "Wednesday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "To confirm: I'm ordering 6 tickets for Backcountry for Wednesday at 4:10 at Cinemark Downtown in Spring Hills, Kansas?", "apis": [], "segments": [ { "start_index": 25, "end_index": 26, "text": "6", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 50, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 64, "text": "Wednesday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 68, "end_index": 72, "text": "4:10", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 93, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 97, "end_index": 117, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes, that's right.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "6" }, { "arg_name": "time.showing", "arg_value": "4:10" }, { "arg_name": "date.showing", "arg_value": "Wednesday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your order has been submitted. You will get a confirmation e-mail with your tickets.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Great! Thanks so much!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're welcome! Have fun!", "apis": [], "segments": [] } ]
dlg-d755c759-403d-4d74-85df-88fb68650690
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hey can you help me book movie tickets for tonight?", "apis": [], "segments": [ { "start_index": 43, "end_index": 50, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Sure, what city are you in?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 7, "end_index": 27, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Ok, and do you have a theater preference?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I prefer going to AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 18, "end_index": 37, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Got it. What movie did you want to see times for?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I want to watch either Family Jewels or Backcountry, which one got higher reviews?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Backcountry got better reviews than Family Jewels" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 23, "end_index": 36, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 40, "end_index": 51, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Backcountry got better reviews than Family Jewels according to critics. However, only Family Jewels is playing at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 49, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 0, "end_index": 49, "text": "Backcountry got better reviews than Family Jewels", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 86, "end_index": 99, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 114, "end_index": 133, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "Ok, I'll just watch Family Jewels then. Can I see the times?", "apis": [ { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 20, "end_index": 33, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Sure, Family Jewels is playing today at 2:00pm, 5:00pm, and 8:10pm.", "apis": [], "segments": [ { "start_index": 6, "end_index": 19, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 36, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 40, "end_index": 46, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 48, "end_index": 54, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 60, "end_index": 66, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "The 5PM showing works for me.", "apis": [], "segments": [ { "start_index": 4, "end_index": 7, "text": "5PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "How many tickets will you be needing?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "I need 2 tickets.", "apis": [], "segments": [ { "start_index": 7, "end_index": 8, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Ok, so you want 2 tickets to the 5PM showing for Family Jewels at AMC Holiday Theater, is that correct?", "apis": [], "segments": [ { "start_index": 16, "end_index": 17, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 33, "end_index": 36, "text": "5PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 62, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 66, "end_index": 85, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes thats right.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Would you like me to book these?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Yes please.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "5PM" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Ok, you're all set! Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thanks so much!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "My pleasure!", "apis": [], "segments": [] } ]
dlg-afc25c24-a138-4370-81ed-eb340e708702
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I want help to buy some movie tickets.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "I can assist you right now.", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Great, what is playing that is an action film today?", "apis": [], "segments": [ { "start_index": 34, "end_index": 40, "text": "action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 46, "end_index": 51, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "First give me your location please.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Spring Hills, KS please.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Spring Hills, KS", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "How many are going?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "That is for 3 people.", "apis": [], "segments": [ { "start_index": 12, "end_index": 13, "text": "3", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Is that for today?", "apis": [], "segments": [ { "start_index": 12, "end_index": 17, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "Yes, that will be today.", "apis": [ { "name": "find_movies", "index": 8, "args": [ { "arg_name": "name.genre", "arg_value": "action" }, { "arg_name": "location", "arg_value": "Spring Hills, KS" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond The Storm" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "scored by Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "While Fishing, the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 18, "end_index": 23, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Beyond The Storm is an Action film rated PG-13 and scored by Rotten Tomatoes 81%. While Fishing, the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board. The movie is directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 29, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 46, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 51, "end_index": 80, "text": "scored by Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 125, "end_index": 138, "text": "aptain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 83, "end_index": 197, "text": "hile Fishing, the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 224, "end_index": 237, "text": "ames Cameron.", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Can you please tell me about any horror flicks for today as well", "apis": [ { "name": "find_movies", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, KS" }, { "arg_name": "name.genre", "arg_value": "horror" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "given a rating of 61% by Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [ { "start_index": 33, "end_index": 39, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 51, "end_index": 56, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Sure. Shuttered is a Horror rated R and given a rating of 61% by Rotten Tomatoes. Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 6, "end_index": 15, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 21, "end_index": 27, "text": "Horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 35, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 41, "end_index": 81, "text": "iven a rating of 61% by Rotten Tomatoes.", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 83, "end_index": 94, "text": "arah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 83, "end_index": 197, "text": "arah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 12, "speaker": "user", "text": "Wow those are two deep films. What time is Shuttered playing?", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3 pm" }, { "response_name": "time.showing_2", "response_value": "5:45 pm" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [ { "start_index": 43, "end_index": 52, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Shuttered is at 3 pm, 5:45 pm and 9:00pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 20, "text": "3 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 22, "end_index": 29, "text": "5:45 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 34, "end_index": 40, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "How about Beyond the Storm?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, KS" }, { "arg_name": "name.movie", "arg_value": "Beyond The Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": ",6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] }, { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, KS" }, { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 10, "end_index": 26, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Beyond the Storm is playing at 1:30pm, 3:40 ,6:10pm and 8:30pm. Beyond the Storm is at Cinemark Downtown and Shuttered is at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 37, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 39, "end_index": 43, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 51, "text": ",6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 56, "end_index": 62, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 64, "end_index": 80, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 87, "end_index": 104, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 109, "end_index": 118, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 125, "end_index": 144, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "I think I'll pick 2 tickets to Beyond the Storm at 1:30 PM.", "apis": [], "segments": [ { "start_index": 18, "end_index": 19, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 31, "end_index": 47, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 58, "text": "1:30 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Can you please confirm that you'd like me to place an order for 2 tickets to Spring Hills, KS Cinemark Downtown showing of Beyond the Storm at 1:30 pm tonight.", "apis": [], "segments": [ { "start_index": 64, "end_index": 65, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 77, "end_index": 93, "text": "Spring Hills, KS", "annotations": [ { "name": "location" } ] }, { "start_index": 95, "end_index": 111, "text": "inemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 124, "end_index": 139, "text": "eyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 144, "end_index": 150, "text": ":30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 152, "end_index": 159, "text": "onight.", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, that is right.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond The Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "1:30 PM" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-c276f68f-55e8-409c-bf2d-1f7ba9fc10bb
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Which is better?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Do you have any preferences in mind?\\r", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am thinking between Not My Problem and Shuttered.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Both of them are good choice. Different in genre as well.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Me and my partner will watch a movie together.", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem has a 72% rating and Shuttered is about 61%.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "A big defference in number. Woah.", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Different in number but you can consider watching Shuttered especially with your partner.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Indeed. It can create a different atmosphere.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "I recommend watching it on the last full show.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "You are a genius!", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "How about the number of tickets?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Give me 2 tickets for September 8.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Sure thing. Let me confirm the details for you.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Go ahead.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Booking of Shuttered on AMC Holiday Theater at 9:00pm on September 8 for 2.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "That's right.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Please check your email for verification.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Perfect. Verified.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-3a567cd2-b04d-4531-9e4f-2df19f7ec3b4
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi. My sister and I are wanting to see a movie this weekend. Can you help us pick out one?", "apis": [], "segments": [ { "start_index": 47, "end_index": 59, "text": "this weekend", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 4, "end_index": 19, "text": "My sister and I", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can. What city are you located in?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "We live in Spring Hills, Kansas.", "apis": [ { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills, Kansas" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 11, "end_index": 31, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Okay. It looks as if there are two theaters in your area: the AMC Holiday Theater and the Cinemark Downtown. Which do you prefer?", "apis": [], "segments": [ { "start_index": 62, "end_index": 81, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 90, "end_index": 107, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "The AMC will be fine.", "apis": [ { "name": "resolve_theater", "index": 4, "args": [ { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" } ] } ], "segments": [ { "start_index": 4, "end_index": 7, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Great. There are three movies showing there: Not My Problem, Family Jewels, and Shuttered. Do either on of them sound interesting to you?", "apis": [], "segments": [ { "start_index": 45, "end_index": 59, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 61, "end_index": 74, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 80, "end_index": 89, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "I don't know anything about them. I do know that we don't want to see anything scary. Are either of them scary.", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedies" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] } ], "segments": [ { "start_index": 34, "end_index": 110, "text": "I do know that we don't want to see anything scary. Are either of them scary", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Shuttered is. Not My Problem and Family Jewels are comedies, and Family Jewels is a romantic comedy.", "apis": [], "segments": [ { "start_index": 14, "end_index": 28, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 33, "end_index": 46, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 59, "text": "comedies", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 65, "end_index": 78, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 84, "end_index": 99, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 8, "speaker": "user", "text": "They both sound good. Can you tell me a bit about them?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72% approval rating on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp.\\rFamily" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "69% approval rating on Rotten Tomatoes" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about a famous diamond dealer who leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Yes. Not My Problem is rated PG-13, and has a 72% approval rating on Rotten Tomatoes. It's about a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem. The movie stars Matt Damon and Noah Schnapp.\\rFamily Jewels, the romantic comedy is rated R and has a 69% approval rating on Rotten Tomatoes. And it is about a famous diamond dealer who leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist. This movie stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 5, "end_index": 19, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 34, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 46, "end_index": 84, "text": "72% approval rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 97, "end_index": 200, "text": "a troubled teen who tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 218, "end_index": 228, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 233, "end_index": 254, "text": "Noah Schnapp.\\rFamily", "annotations": [ { "name": "name.person" } ] }, { "start_index": 238, "end_index": 261, "text": "Schnapp.\\rFamily Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 267, "end_index": 282, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 292, "end_index": 293, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 304, "end_index": 342, "text": "69% approval rating on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 354, "end_index": 489, "text": "about a famous diamond dealer who leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 508, "end_index": 524, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 529, "end_index": 542, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Oh they both sound so good. I'm not sure. What times are they showing tomorrow.", "apis": [ { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm.\\rFamily" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tomorrow" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 70, "end_index": 78, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem show times are: 1pm, 3:55pm, 7pm, 10:05pm.\\rFamily Jewels shows times are: 2:00pm, 5:00pm, 8:10pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 34, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 36, "end_index": 42, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 47, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 65, "text": "10:05pm.\\rFamily", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 49, "end_index": 72, "text": "10:05pm.\\rFamily Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 90, "end_index": 96, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 98, "end_index": 104, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 106, "end_index": 112, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Hum, and you said the only other movie there was a horror movie?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] } ], "segments": [ { "start_index": 51, "end_index": 57, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Yes, Shuttered is a horror film.", "apis": [], "segments": [ { "start_index": 5, "end_index": 14, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 14, "speaker": "user", "text": "Okay. I think we'll go with two tickets for the 8:10pm showing tomorrow night for Family Jewels at the AMC.", "apis": [ { "name": "resolve_theater", "index": 14, "args": [ { "arg_name": "name.theater", "arg_value": "AMC" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] } ], "segments": [ { "start_index": 28, "end_index": 31, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 48, "end_index": 54, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 71, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 82, "end_index": 95, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 103, "end_index": 106, "text": "AMC", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Great. Let me enter this in and read it back to you to make sure I have all the correct information. You want two tickets for the Sunday, 8:10pm showing of Family Jewels at the AMC Holiday Theater?", "apis": [], "segments": [ { "start_index": 110, "end_index": 113, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 130, "end_index": 136, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 138, "end_index": 144, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 156, "end_index": 169, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 177, "end_index": 196, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes. Thank you.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "seating", "arg_value": "any" }, { "arg_name": "time.showing", "arg_value": "8:10pm" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "All right. Your tickets are confirmed and they’ve been sent to your email address. Can I help you with anything else today?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "That will be all. Thank you.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Thank you and have a great night.", "apis": [], "segments": [] } ]
dlg-44c0aebe-ff6d-47b1-a683-ec62d707cbb7
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I'd like some tickets for a movie next weekend.", "apis": [], "segments": [ { "start_index": 34, "end_index": 46, "text": "next weekend", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay, where is your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'll be in Spring Hills Kansas next week. I need to know what theaters there are close by.", "apis": [ { "name": "resolve_location", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills Kansas" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 11, "end_index": 30, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] }, { "start_index": 31, "end_index": 40, "text": "next week", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 81, "end_index": 89, "text": "close by", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Not a problem. There are two theaters in that location: the AMC Holiday Theater and the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 60, "end_index": 79, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 88, "end_index": 105, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Can you tell me which movies playing currently have a critic rating above 70%? I'm not interested in anything below that.", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "review.critic", "arg_value": "Rotten Tomatoes score above 70%:" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_3", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 54, "end_index": 77, "text": "critic rating above 70%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Let me see... It seems that there are three movies currently in the theaters that have a Rotten Tomatoes score above 70%: Not My Problem, Beyond the Storm and Backcountry.", "apis": [], "segments": [ { "start_index": 89, "end_index": 121, "text": "Rotten Tomatoes score above 70%:", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 122, "end_index": 136, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 138, "end_index": 154, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 159, "end_index": 170, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay. What is Beyond the Storm about? What's its Rotten Tomatoes score?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm:" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "\"Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.\"" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the storm:" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "81% on Rotten Tomatoes" } ] } ], "segments": [ { "start_index": 14, "end_index": 30, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Beyond the storm: \"Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.\" It's currently at 81% on Rotten Tomatoes.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Beyond the storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 128, "text": "\"Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.\"", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 54, "end_index": 68, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 147, "end_index": 169, "text": "81% on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "What about Backcountry?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "\"Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.\"" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "91% on Rotten Tomatoes" } ] } ], "segments": [ { "start_index": 11, "end_index": 22, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "\"Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.\" Backcountry is at 91% on Rotten Tomatoes.", "apis": [], "segments": [ { "start_index": 0, "end_index": 148, "text": "\"Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.\"", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 149, "end_index": 160, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 167, "end_index": 189, "text": "91% on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 10, "speaker": "user", "text": "Okay. What about the last one?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "\"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\"" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "72% on Rotten Tomatoes" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "\"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\" Not My Problem is at 72% on Rotten Tomatoes.", "apis": [], "segments": [ { "start_index": 0, "end_index": 102, "text": "\"A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\"", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 103, "end_index": 117, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 124, "end_index": 146, "text": "72% on Rotten Tomatoes", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 12, "speaker": "user", "text": "Is that movie a thriller?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] } ], "segments": [ { "start_index": 16, "end_index": 24, "text": "thriller", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Not My Problem is a comedy.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 14, "speaker": "user", "text": "Never mind. I'll go with Beyond the Storm. What are the showtimes for next Saturday?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "next Saturday" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40pm" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 25, "end_index": 41, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 70, "end_index": 83, "text": "next Saturday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Beyond the Storm's showtimes at the Cinemark Downtown for next Saturday are 1:30pm, 3:40pm, 6:10pm and 8:30pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 18, "text": "Beyond the Storm's", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 53, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 58, "end_index": 71, "text": "next Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 76, "end_index": 82, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 84, "end_index": 90, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 92, "end_index": 98, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 103, "end_index": 109, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I'll take two tickets for 3:40pm.", "apis": [], "segments": [ { "start_index": 10, "end_index": 13, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 26, "end_index": 32, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "To confirm, that's two tickets for the next Saturday showing of Beyond the Storm at the Cinemark Downtown at 3:40pm?", "apis": [], "segments": [ { "start_index": 19, "end_index": 22, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 39, "end_index": 52, "text": "next Saturday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 64, "end_index": 80, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 88, "end_index": 105, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 109, "end_index": 115, "text": "3:40pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "That's right.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "3:40pm" }, { "arg_name": "date.showing", "arg_value": "next Saturday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address. I hope you enjoy your movie.", "apis": [], "segments": [] } ]
dlg-957c6625-7fed-4512-8b72-68775289075d
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello.How can i help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I wish to book a movie tickets.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Okay sir. May i know what movies you wish to book?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Family Jewels and Shuttered.", "apis": [ { "name": "resolve_movie", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" } ] }, { "name": "resolve_movie", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] } ], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 27, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Okay sir. Can you provide me the theater names of these movies?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Yes.I wish to book both the movies in AMC Holiday theater.", "apis": [ { "name": "resolve_theater", "index": 6, "args": [ { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] } ], "segments": [ { "start_index": 38, "end_index": 57, "text": "AMC Holiday theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Thank you for providing me this information.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "Okay.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "May i know for how many members you wish to book?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Me and my brother.", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Me and my brother", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Okay sir. Can you please provide me the timing of these movies?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "yes sure. Family Jewels at 2.00pm and shuttered at 3.00pm.", "apis": [], "segments": [ { "start_index": 10, "end_index": 23, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 27, "end_index": 33, "text": "2.00pm", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 38, "end_index": 47, "text": "shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 57, "text": "3.00pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Okay sir. Could you tell me which day you need to watch?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "On Sunday.", "apis": [], "segments": [ { "start_index": 3, "end_index": 9, "text": "Sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Okay sir Thank you. Wait for sometime.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Okay.", "apis": [ { "name": "find_theaters", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] }, { "name": "find_theaters", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday theater" } ] }, { "name": "find_showtimes", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "time.preference", "arg_value": "2.00pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1Pm" } ] }, { "name": "find_showtimes", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "time.preference", "arg_value": "3.00pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3.00Pm" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Family Jewels at 1Pm at AMC Holiday Theater and Shuttered at 3.00Pm at AMC Holiday Theater at sunday. You like to book two tickets. Is this correct sir?", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 20, "text": "1Pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 24, "end_index": 43, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 48, "end_index": 57, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 61, "end_index": 67, "text": "3.00Pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 71, "end_index": 90, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 94, "end_index": 100, "text": "sunday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 119, "end_index": 122, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 18, "speaker": "user", "text": "correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "1Pm" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] }, { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "3.00Pm" }, { "arg_name": "date.showing", "arg_value": "Sunday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-af7ae715-c414-445d-b065-27026e12516f
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am looking to get tickets for a movie tonight.", "apis": [], "segments": [ { "start_index": 40, "end_index": 47, "text": "tonight", "annotations": [ { "name": "time.preference" }, { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Where do you want to see a movie tonight?", "apis": [], "segments": [ { "start_index": 33, "end_index": 40, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 2, "speaker": "user", "text": "Close to me in Spring Hills.", "apis": [], "segments": [ { "start_index": 0, "end_index": 27, "text": "Close to me in Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Do you have a specific time?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Yes, please around 7 pm.", "apis": [], "segments": [ { "start_index": 12, "end_index": 23, "text": "around 7 pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Would you like to hear what's playing at 7pm?", "apis": [], "segments": [ { "start_index": 41, "end_index": 44, "text": "7pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 6, "speaker": "user", "text": "I would.", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Close to me in Spring Hills" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Backcountry" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Close to me in Spring Hills" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "around 7 pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7pm" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is playing at 7pm at AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 32, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 36, "end_index": 55, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "Anything else?", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Not at 7 pm.", "apis": [], "segments": [ { "start_index": 7, "end_index": 11, "text": "7 pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "What about a little earlier at 6 pm?", "apis": [], "segments": [ { "start_index": 20, "end_index": 35, "text": "earlier at 6 pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "No movies are playing at 6pm.", "apis": [], "segments": [ { "start_index": 25, "end_index": 28, "text": "6pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 12, "speaker": "user", "text": "Can you check for any movies between 7 pm and 8 pm?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "location", "arg_value": "Close to me in Spring Hills" }, { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "between 7 pm and 8 pm" } ], "response": [ { "response_name": "time.showing_1", "response_value": "7:30 pm" } ] } ], "segments": [ { "start_index": 29, "end_index": 50, "text": "between 7 pm and 8 pm", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Backcountry is showing at 7:30 pm at Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 33, "text": "7:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 37, "end_index": 54, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Tell me about Backcountry.", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "documentary" } ] }, { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "about Yosemite national park in the United States" } ] } ], "segments": [ { "start_index": 14, "end_index": 25, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "It is a documentary about Yosemite national park in the United States.", "apis": [], "segments": [ { "start_index": 8, "end_index": 19, "text": "documentary", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 20, "end_index": 69, "text": "about Yosemite national park in the United States", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 16, "speaker": "user", "text": "Book two tickets for the 7:30pm showing please.", "apis": [], "segments": [ { "start_index": 5, "end_index": 8, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 25, "end_index": 31, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "I am booking two tickets for 7:30pm for the movie Backcountry showing at the Cinemark Downtown, Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 13, "end_index": 16, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 29, "end_index": 35, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 50, "end_index": 61, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 77, "end_index": 94, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 96, "end_index": 116, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 18, "speaker": "user", "text": "Correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "7:30 pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-21bf8d14-53cf-407f-9f4f-4f3ce3d0e43f
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "please give some details about movie tickets", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "ok sure what you want", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "what movie running in theater", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "there are five movie running in theater what you want you do wish", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "ok Family jewels movie ticket is available", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "yes how many tickets are you want", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "there are 3 tickets i want", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "ok i give it", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "thanks which theater running this movie", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "AMC Holiday theater", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "what time this movie running", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "this movie time is 2:00 pm", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "ok the another movie Not my problem is available", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "yes sure", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "which theater and what time running in the movie", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "This also AMC Holiday theater the time is 1:00pm", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "ok thanks for the information", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "ok any other information you need", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "no thanks for your kindly responses", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "ok welcome", "apis": [], "segments": [] } ]
dlg-51e41505-34e9-42ed-aca1-5080ac6e8192
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi. I want to see a movie tomorrow. Can you tell me what is playing near me?", "apis": [], "segments": [ { "start_index": 26, "end_index": 34, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 68, "end_index": 75, "text": "near me", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Of course. What is your location?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I am in Spring Hills, Kansas.", "apis": [ { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 8, "end_index": 28, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "No problem. I see two theaters near you. The AMC Holiday and the Cinemark Downtown.", "apis": [], "segments": [ { "start_index": 31, "end_index": 39, "text": "near you", "annotations": [ { "name": "location" } ] }, { "start_index": 45, "end_index": 56, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 65, "end_index": 82, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 4, "speaker": "user", "text": "Excellent. Are there any drama movies playing at either theater?", "apis": [ { "name": "find_movies", "index": 4, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "drama" } ], "response": [ { "response_name": "name.movie_1", "response_value": "empty" } ] } ], "segments": [ { "start_index": 25, "end_index": 30, "text": "drama", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Unfortunely, I don't see any drama movies playing at this time? Would you like me to check another movie genre?", "apis": [], "segments": [ { "start_index": 29, "end_index": 34, "text": "drama", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "What about any horror movies?", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "horror" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Shuttered" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [ { "start_index": 15, "end_index": 21, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I see that there is horror movie called Shuttered playing at the AMC Holiday.", "apis": [], "segments": [ { "start_index": 20, "end_index": 26, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 40, "end_index": 49, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 65, "end_index": 76, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "What is it about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Shuttered is rated R and is about Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 13, "end_index": 20, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 34, "end_index": 152, "text": "Sarah Decker who moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 34, "end_index": 46, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 10, "speaker": "user", "text": "I don't know if that movie is for me. Is there an action movie playing at either theater?", "apis": [ { "name": "find_movies", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.genre", "arg_value": "action" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Beyond the Storm" } ] }, { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "action" } ] } ], "segments": [ { "start_index": 50, "end_index": 56, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Yes, I see that Beyond the Storm is playing at the Cinemark Downtown. It is an action movie.", "apis": [], "segments": [ { "start_index": 16, "end_index": 32, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 68, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 79, "end_index": 85, "text": "action", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 12, "speaker": "user", "text": "What is that one about?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron.The" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "fishing in the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "It is rated rated PG-13 and - directed by James Cameron.The movie is about when fishing in the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board.", "apis": [], "segments": [ { "start_index": 12, "end_index": 23, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 42, "end_index": 59, "text": "James Cameron.The", "annotations": [ { "name": "name.person" } ] }, { "start_index": 80, "end_index": 190, "text": "fishing in the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 118, "end_index": 137, "text": "Captain John’s crew", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 14, "speaker": "user", "text": "That sounds interesting. What time is it showing tomorrow night? And are there 2 tickets available?", "apis": [ { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "tomorrow night" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "6:10pm" }, { "response_name": "time.showing_2", "response_value": "8:30pm" } ] } ], "segments": [ { "start_index": 49, "end_index": 57, "text": "tomorrow", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 49, "end_index": 63, "text": "tomorrow night", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 79, "end_index": 80, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "I see a 6:10pm showing and a 8:30pm showing tomorrow night. Would either of those work?", "apis": [], "segments": [ { "start_index": 8, "end_index": 14, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 29, "end_index": 35, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 58, "text": "tomorrow night", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "The 8:30 showing would work.", "apis": [], "segments": [ { "start_index": 4, "end_index": 8, "text": "8:30", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Perfect. To confirm, you would like 2 tickets for Beyond the Storm for tomorrow night at 8:30 pm at the Cinemark DOwntown?", "apis": [], "segments": [ { "start_index": 36, "end_index": 37, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 50, "end_index": 66, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 71, "end_index": 85, "text": "tomorrow night", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 89, "end_index": 96, "text": "8:30 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 104, "end_index": 121, "text": "Cinemark DOwntown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "That's right.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "8:30pm" }, { "arg_name": "date.showing", "arg_value": "tomorrow night" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Perfect. Your order is complere. Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-254eb489-16f1-45ef-8173-173b1f0bd302
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "i want to book a movie tickets today show.", "apis": [], "segments": [ { "start_index": 31, "end_index": 36, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "sure sir, which movie you have to book sir.", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "what are the movies are showing now in theater", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not my Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewel" }, { "response_name": "name.movie_3", "response_value": "Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Strom" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Not my Problem, Family Jewel, Shuttered, Beyond the Strom and Backcountry.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not my Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 28, "text": "Family Jewel", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 30, "end_index": 39, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 57, "text": "Beyond the Strom", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 62, "end_index": 73, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "i like romantic and documentric movies only. so what are the genres for the movies", "apis": [], "segments": [ { "start_index": 7, "end_index": 31, "text": "romantic and documentric", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "there are three movies are that genre that you were asked.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "which is,\\r", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewel" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic and documentric" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic and documentric" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic and documentric" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Family jewels, Not my problem and Backcountry.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 29, "text": "Not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 34, "end_index": 45, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "what are the show timing for this three movie", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm\\rFamily" } ] }, { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm\\rBackcountry:" } ] }, { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" } ], "response": [ { "response_name": "name.theater_1", "response_value": "Cinemark Downtown" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "4:10pm" }, { "response_name": "time.showing_2", "response_value": "7:30pm" }, { "response_name": "time.showing_3", "response_value": "10:15pm" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Not My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm\\rFamily Jewels: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm\\rBackcountry: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 15, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 35, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 41, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 44, "end_index": 50, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 53, "end_index": 56, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 74, "text": "10:05pm\\rFamily", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 82, "text": "10:05pm\\rFamily Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 102, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 105, "end_index": 111, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 114, "end_index": 120, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 123, "end_index": 143, "text": "8:10pm\\rBackcountry:", "annotations": [ { "name": "time.showing" }, { "name": "name.movie" } ] }, { "start_index": 144, "end_index": 161, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 164, "end_index": 170, "text": "4:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 173, "end_index": 179, "text": "7:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 182, "end_index": 189, "text": "10:15pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "ok i'll take Family Jewels on evening 5:00pm today", "apis": [], "segments": [ { "start_index": 13, "end_index": 26, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 30, "end_index": 37, "text": "evening", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 38, "end_index": 44, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 50, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "how many tickets you want sir?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "i want four tickets. how much for it?", "apis": [], "segments": [ { "start_index": 7, "end_index": 11, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "that will be $36 sir. cash or card sir?", "apis": [], "segments": [ { "start_index": 13, "end_index": 16, "text": "$36", "annotations": [ { "name": "price.total" } ] } ] }, { "index": 14, "speaker": "user", "text": "okay that'll be fine for me. confirm my tickets. i'll pay money by card.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "sure sir. four tickets for Family Jewels: AMC Holiday Theater at today 5:00pm. can i confirm sir", "apis": [], "segments": [ { "start_index": 27, "end_index": 41, "text": "Family Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 42, "end_index": 61, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 65, "end_index": 70, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 71, "end_index": 77, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 10, "end_index": 14, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 16, "speaker": "user", "text": ".yeah, confirm", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "time.showing", "arg_value": "5:00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ok thanks.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "enjoy your show sir hope your family love the moive.", "apis": [], "segments": [] } ]
dlg-1e07e6cc-ecfa-40a6-a7e0-8b93ade72541
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello sir", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "hi .what can i help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "i want some movie tickets", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "okay.which movie", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Famliy jewels", "apis": [ { "name": "resolve_movie", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Famliy jewels" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Famliy jewels" } ] } ], "segments": [ { "start_index": 0, "end_index": 13, "text": "Famliy jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "which threatre", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "AMC holiday threatre", "apis": [ { "name": "resolve_theater", "index": 6, "args": [ { "arg_name": "name.theater", "arg_value": "AMC holiday" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC holiday" } ] } ], "segments": [ { "start_index": 0, "end_index": 11, "text": "AMC holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "which show time", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "9:30", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "9:30", "annotations": [ { "name": "time.preference" }, { "name": "time.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "which day", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "sunday", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "how many tickets you want", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "3 tickets sir", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "3", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "each ticket is $15", "apis": [], "segments": [ { "start_index": 15, "end_index": 18, "text": "$15", "annotations": [ { "name": "price.ticket" } ] } ] }, { "index": 14, "speaker": "user", "text": "ok sir", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "totally $45 you must pay on online", "apis": [], "segments": [ { "start_index": 8, "end_index": 11, "text": "$45", "annotations": [ { "name": "price.total" } ] } ] }, { "index": 16, "speaker": "user", "text": "okay sir sure", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "okay", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "thank you for your help", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Famliy jewels" }, { "arg_name": "name.theater", "arg_value": "AMC holiday" }, { "arg_name": "num.tickets", "arg_value": "3" }, { "arg_name": "time.showing", "arg_value": "9:30" }, { "arg_name": "date.showing", "arg_value": "sunday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "welcome", "apis": [], "segments": [] } ]
dlg-2eae1bce-6a9f-4844-a998-8836741fe20e
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello. How can I help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "i am looking for a booking agent", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "okay i am glad to help you", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "please do you know anything about movies", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "like what?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "like the stories", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "sorry i do not know that but i can outline the story for you", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "really", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "yes ofcourse", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "okay please go on", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "which movies you want to know about ?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "list the available", "apis": [ { "name": "find_movies", "index": 12, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "not my problem\\rfamily" }, { "response_name": "name.movie_2", "response_value": "problem\\rfamily jewels\\rshuttered\\rbeyond" }, { "response_name": "name.movie_3", "response_value": "jewels\\rshuttered\\rbeyond the storm\\rback" }, { "response_name": "name.movie_4", "response_value": "storm\\rback country" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "not my problem\\rfamily jewels\\rshuttered\\rbeyond the storm\\rback country", "apis": [], "segments": [ { "start_index": 0, "end_index": 22, "text": "not my problem\\rfamily", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 7, "end_index": 48, "text": "problem\\rfamily jewels\\rshuttered\\rbeyond", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 64, "text": "jewels\\rshuttered\\rbeyond the storm\\rback", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 53, "end_index": 72, "text": "storm\\rback country", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 14, "speaker": "user", "text": "not my problem please", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "not my problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "okay please wait", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "okay", "apis": [ { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "thank you for waiting\\r Not My Problem is a comedy movie which is rated PG-13 the story is A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 24, "end_index": 38, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 50, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 72, "end_index": 77, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 91, "end_index": 190, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 200, "end_index": 210, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 215, "end_index": 227, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 18, "speaker": "user", "text": "book it", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "not my problem" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-d7c88efb-7573-4bb2-813c-50ded4a06e84
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hi. What movies are currently playing in Spring Hills, Kansas?", "apis": [ { "name": "resolve_location", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "location_1", "response_value": "Spring Hills, Kansas" } ] }, { "name": "find_movies", "index": 0, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels,Shuttered" }, { "response_name": "name.movie_3", "response_value": "Jewels,Shuttered" }, { "response_name": "name.movie_4", "response_value": "Beyond the Storm" }, { "response_name": "name.movie_5", "response_value": "Backcountry" } ] } ], "segments": [ { "start_index": 41, "end_index": 61, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Not My Problem, Family Jewels,Shuttered, Beyond the Storm and Backcountry", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 39, "text": "Family Jewels,Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 39, "text": "Jewels,Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 41, "end_index": 57, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 62, "end_index": 73, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 2, "speaker": "user", "text": "Okay, are they all playing at AMC Holiday Theater?", "apis": [ { "name": "resolve_theater", "index": 2, "args": [ { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Problem,Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] }, { "name": "find_theaters", "index": 2, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.movie", "arg_value": "Shuttered" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" } ] } ], "segments": [ { "start_index": 30, "end_index": 41, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "No, the following films playing at the AMC Holiday Theater are: Not My Problem,Family Jewels and Shuttered.", "apis": [], "segments": [ { "start_index": 39, "end_index": 50, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 64, "end_index": 85, "text": "Not My Problem,Family", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 71, "end_index": 92, "text": "Problem,Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 97, "end_index": 106, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Can you tell me more about Family Jewels and Shuttered?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes rating of 69%.\\rShuttered" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "following Sarah Decker to a haunted marijuana farm in upstate New York" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes rating of 61%" } ] } ], "segments": [ { "start_index": 27, "end_index": 40, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 54, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Of Course! Family Jewels is a rated R romantic comedy starring Ryan Reynolds and Melissa McCarthy. It has a Rotten Tomatoes rating of 69%.\\rShuttered is also rated R, a horror movie following Sarah Decker to a haunted marijuana farm in upstate New York. It currently has a Rotten Tomatoes rating of 61%", "apis": [], "segments": [ { "start_index": 11, "end_index": 24, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 37, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 38, "end_index": 53, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 63, "end_index": 76, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] }, { "start_index": 81, "end_index": 97, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 108, "end_index": 149, "text": "Rotten Tomatoes rating of 69%.\\rShuttered", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 134, "end_index": 149, "text": "69%.\\rShuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 164, "end_index": 165, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 169, "end_index": 175, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 182, "end_index": 252, "text": "following Sarah Decker to a haunted marijuana farm in upstate New York", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 192, "end_index": 204, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 273, "end_index": 302, "text": "Rotten Tomatoes rating of 61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 6, "speaker": "user", "text": "Cool, What are Shuttered's showtimes?", "apis": [ { "name": "find_showtimes", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00 p.m" } ] } ], "segments": [ { "start_index": 15, "end_index": 26, "text": "Shuttered's", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Showtimes for Shuttered at AMC Holiday Theater today are: 3:00, 5:45 and 9:00 p.m.", "apis": [], "segments": [ { "start_index": 14, "end_index": 23, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 27, "end_index": 38, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 47, "end_index": 52, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 58, "end_index": 62, "text": "3:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 64, "end_index": 68, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 73, "end_index": 81, "text": "9:00 p.m", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 8, "speaker": "user", "text": "What are the showtimes for Family Jewels?", "apis": [ { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "time.preference", "arg_value": "any" }, { "arg_name": "date.showing", "arg_value": "today" } ], "response": [ { "response_name": "time.showing_1", "response_value": "are:2:00" }, { "response_name": "time.showing_2", "response_value": "5:00" }, { "response_name": "time.showing_3", "response_value": "8:00 p.m" } ] } ], "segments": [ { "start_index": 27, "end_index": 40, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "The showtimes for Family Jewels are:2:00, 5:00 and 8:00 p.m.", "apis": [], "segments": [ { "start_index": 18, "end_index": 31, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 32, "end_index": 40, "text": "are:2:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 42, "end_index": 46, "text": "5:00", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 51, "end_index": 59, "text": "8:00 p.m", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "Can I get two tickets for Shuttered?", "apis": [], "segments": [ { "start_index": 26, "end_index": 35, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 10, "end_index": 13, "text": "two", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Sure, What time?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "9:00 p.m.", "apis": [], "segments": [ { "start_index": 0, "end_index": 8, "text": "9:00 p.m", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Okay, so that's two tickets for Shuttered at 9:00 p.m. at the AMC Holiday Theater?", "apis": [], "segments": [ { "start_index": 16, "end_index": 19, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 32, "end_index": 41, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 53, "text": "9:00 p.m", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 62, "end_index": 73, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Great, let me get that set up for you.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Thanks!", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "9:00 p.m" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Okay, thanks.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're Welcome. Enjoy your movie!", "apis": [], "segments": [] } ]
dlg-e95eb116-0312-4bb8-a786-26c2fcfcbff1
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I would like to book movie tickets?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Ok for what area ?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 0, "end_index": 19, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "For which movie?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I would like to know more about Family Jewels", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 69%" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 32, "end_index": 45, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Family Jewels is a Romantic Comedy thats rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 34, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 47, "end_index": 48, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 51, "end_index": 70, "text": "Rotten Tomatoes 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 73, "end_index": 199, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 206, "end_index": 222, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 227, "end_index": 240, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 6, "speaker": "user", "text": "ok what about the movie beyond the storm", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [ { "start_index": 24, "end_index": 40, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Beyond The Storm is an Action movie rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 0, "end_index": 16, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 23, "end_index": 29, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 42, "end_index": 47, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 50, "end_index": 69, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 72, "end_index": 179, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 194, "end_index": 207, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "I would like to book the movie beyond the storm", "apis": [], "segments": [ { "start_index": 31, "end_index": 47, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "ok for what time", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "1:30pm tuesday", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "1:30pm", "annotations": [ { "name": "time.preference" } ] }, { "start_index": 7, "end_index": 14, "text": "tuesday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "ok what theatre would you like?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Cinemark Downtown", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "ok how many tickets ?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "I would like three tickets", "apis": [], "segments": [ { "start_index": 13, "end_index": 18, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "ok for what area ?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 1, "end_index": 20, "text": "pring Hills Kansas.", "annotations": [ { "name": "location" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "ok I have three tickets for beyond the storm Cinemark Downtown theatre at 1:30pm on Tuesday.", "apis": [], "segments": [ { "start_index": 10, "end_index": 15, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 28, "end_index": 44, "text": "beyond the storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 62, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 74, "end_index": 80, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 84, "end_index": 91, "text": "Tuesday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "that is correct", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "beyond the storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "1:30pm" }, { "arg_name": "date.showing", "arg_value": "tuesday" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-a52b0531-a017-4df1-baeb-b60ceadc4e40
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello!", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello! How can I help you today?", "apis": [], "segments": [ { "start_index": 26, "end_index": 31, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 2, "speaker": "user", "text": "I'm torn between horror and romantic comedy. Any suggestions?", "apis": [], "segments": [ { "start_index": 17, "end_index": 23, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 43, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Where would you like to see a film?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I would like to see a movie near Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 33, "end_index": 53, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Ok there are five movies showing near that location. Which would you like to hear more about? The romantic comedy or the horror?", "apis": [], "segments": [ { "start_index": 98, "end_index": 113, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 121, "end_index": 127, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Let's start with Horror.", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "name.genre", "arg_value": "horror" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\"Shuttered\"" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "\"Shuttered\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes score is 61%" } ] } ], "segments": [ { "start_index": 17, "end_index": 23, "text": "Horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "A horror movie currently showing near that location is \"Shuttered\". Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm. Rotten Tomatoes score is 61%.", "apis": [], "segments": [ { "start_index": 55, "end_index": 66, "text": "\"Shuttered\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 2, "end_index": 8, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 68, "end_index": 182, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 68, "end_index": 80, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 184, "end_index": 212, "text": "Rotten Tomatoes score is 61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 8, "speaker": "user", "text": "Well that sounds like a weak plot, even for a horror movie. Now for the romantic comedy.", "apis": [ { "name": "find_movies", "index": 8, "args": [ { "arg_name": "name.genre", "arg_value": "romantic comedy" } ], "response": [ { "response_name": "name.movie_1", "response_value": "\"Family Jewels\"" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes provides a score of 69%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds" } ] } ], "segments": [ { "start_index": 46, "end_index": 52, "text": "horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 72, "end_index": 87, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 24, "end_index": 33, "text": "weak plot", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Currently showing near that location is \"Family Jewels\". It is a Romantic Comedy that is rated R. Rotten Tomatoes provides a score of 69%. A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist. This movie stars Melissa McCarthy and Ryan Reynolds.", "apis": [], "segments": [ { "start_index": 40, "end_index": 55, "text": "\"Family Jewels\"", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 65, "end_index": 80, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 95, "end_index": 96, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 98, "end_index": 137, "text": "Rotten Tomatoes provides a score of 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 139, "end_index": 264, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 283, "end_index": 299, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 304, "end_index": 317, "text": "Ryan Reynolds", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "Hmm. Well they both seem pretty bad but at least the acting is likely better in the romantic comedy. What do you recommend?", "apis": [], "segments": [ { "start_index": 84, "end_index": 99, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "I cannot make a recommendation. I'm sorry.", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Can you give me the showtime information for Family Jewels?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm" } ] } ], "segments": [ { "start_index": 45, "end_index": 58, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Family Jewels is playing at the AMC Holiday Theater. Showtimes are 2:00pm - 5:00pm - 8:10pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 32, "end_index": 51, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 67, "end_index": 73, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 82, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 85, "end_index": 91, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Ok I will take two tickets to see Family Jewels on Friday at the AMC Holiday Theater at 2:00pm.", "apis": [], "segments": [ { "start_index": 15, "end_index": 18, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 34, "end_index": 47, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 57, "text": "Friday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 65, "end_index": 84, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 88, "end_index": 94, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "To confirm that is two tickets to see Family Jewels on Friday at the AMC Holiday Theater at 2:00pm?", "apis": [], "segments": [ { "start_index": 19, "end_index": 22, "text": "two", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 38, "end_index": 51, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 55, "end_index": 61, "text": "Friday", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 69, "end_index": 88, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 92, "end_index": 98, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yes that is correct.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "\"Family Jewels\"" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "two" }, { "arg_name": "time.showing", "arg_value": "2:00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "You're welcome have a nice day!", "apis": [], "segments": [] } ]
dlg-3eb41857-826d-4b31-a5d2-671d3a68a800
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I am thinking about seeing a movie. Can you help me with that?", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Sure. What day are you wanting to see one?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Today, if possible.", "apis": [], "segments": [ { "start_index": 0, "end_index": 5, "text": "Today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "A lot of good movies are playing today. What area are you in, can I get your location of where you are or where you plan on seeing a movie?", "apis": [], "segments": [ { "start_index": 9, "end_index": 20, "text": "good movies", "annotations": [ { "name": "description.other" } ] }, { "start_index": 33, "end_index": 38, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 4, "speaker": "user", "text": "I am in Spring Hills, Kansas.", "apis": [], "segments": [ { "start_index": 8, "end_index": 28, "text": "Spring Hills, Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Perfect! Do you have a preference for a theater?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Is the AMC Holiday near here?", "apis": [], "segments": [ { "start_index": 7, "end_index": 18, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 19, "end_index": 28, "text": "near here", "annotations": [ { "name": "location" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Yes, it is. Would you like to hear the movies playing there?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "No thanks. Is Shuttered playing?", "apis": [ { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "Today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [ { "start_index": 14, "end_index": 23, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Yes. It is playing at 3:00pm - 5:45 - 9:00pm.", "apis": [], "segments": [ { "start_index": 22, "end_index": 28, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 31, "end_index": 35, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 38, "end_index": 44, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "What is it rated?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "R.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Is Family Jewels playing?", "apis": [ { "name": "find_movies", "index": 12, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Family Jewels" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] } ], "segments": [ { "start_index": 3, "end_index": 16, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Yes, it is rated R as well.", "apis": [], "segments": [ { "start_index": 17, "end_index": 18, "text": "R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 14, "speaker": "user", "text": "What is Family Jewels about?", "apis": [ { "name": "get_movie_attribute", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] } ], "segments": [ { "start_index": 8, "end_index": 21, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist.", "apis": [], "segments": [ { "start_index": 0, "end_index": 125, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 16, "speaker": "user", "text": "Ok, I think I will stick with Shuttered at 5:45pm. I need 2 tickets.", "apis": [], "segments": [ { "start_index": 30, "end_index": 39, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 43, "end_index": 49, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 58, "end_index": 59, "text": "2", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Just to confirm, it is 2 tickets for Shuttered for today at 5:45pm at the AMC Holiday Theater in Spring Hills.", "apis": [], "segments": [ { "start_index": 23, "end_index": 24, "text": "2", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 37, "end_index": 46, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 51, "end_index": 56, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 60, "end_index": 66, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 74, "end_index": 85, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 18, "speaker": "user", "text": "Looks good.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "2" }, { "arg_name": "time.showing", "arg_value": "5:45pm" }, { "arg_name": "date.showing", "arg_value": "Today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] } ]
dlg-b5ab9b07-468e-4866-abce-7f1a3cc011de
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "What movies are out?", "apis": [ { "name": "find_movies", "index": 0, "args": [ { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Backcountry" }, { "response_name": "name.movie_2", "response_value": "Shuttered" }, { "response_name": "name.movie_3", "response_value": "Not My Problem" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Documentary (outdoor)" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "G" } ] }, { "name": "get_movie_attribute", "index": 0, "args": [ { "arg_name": "name.movie", "arg_value": "Backcountry" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 91%" } ] } ], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Backcountry is a Documentary (outdoor) - rated G - Rotten Tomatoes 91%", "apis": [], "segments": [ { "start_index": 0, "end_index": 11, "text": "Backcountry", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 38, "text": "Documentary (outdoor)", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 47, "end_index": 48, "text": "G", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 51, "end_index": 70, "text": "Rotten Tomatoes 91%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 2, "speaker": "user", "text": "Anything else?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 61%" } ] } ], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Shuttered ia a Horror - rated R - Rotten Tomatoes 61%", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 21, "text": "Horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 30, "end_index": 31, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 34, "end_index": 53, "text": "Rotten Tomatoes 61%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 4, "speaker": "user", "text": "How about a comedy?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] } ], "segments": [ { "start_index": 12, "end_index": 18, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is a Comedy - rated PG-13 - Rotten Tomatoes 72%", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 35, "end_index": 40, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 43, "end_index": 62, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] } ] }, { "index": 6, "speaker": "user", "text": "Tell me more", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.", "apis": [], "segments": [ { "start_index": 0, "end_index": 99, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 109, "end_index": 119, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 124, "end_index": 136, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "Sounds good, when is it playing today?", "apis": [ { "name": "find_theaters", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 32, "end_index": 37, "text": "today", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 19, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 22, "end_index": 25, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 28, "end_index": 34, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 37, "end_index": 40, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 43, "end_index": 50, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 10, "speaker": "user", "text": "Okay I'll take 4 tickets for the 7PM show", "apis": [], "segments": [ { "start_index": 15, "end_index": 16, "text": "4", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 33, "end_index": 36, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "4 tickets for 7PM today for Not My Problem at AMC Holiday Theater", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "4", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 14, "end_index": 17, "text": "7PM", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 28, "end_index": 42, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 65, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 12, "speaker": "user", "text": "Yes", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Can I help you with anything else?", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Nope", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "4" }, { "arg_name": "time.showing", "arg_value": "7pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Great", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Enjoy the show", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "We will!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Goodbye", "apis": [], "segments": [] } ]
dlg-8f9b8e22-5d69-4fa8-8e64-a68cad9e0111
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello, I would like to purchase four tickets to a movie playing in my area tonight.", "apis": [ { "name": "find_theaters", "index": 0, "args": [ { "arg_name": "location", "arg_value": "my area" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday" }, { "response_name": "name.theater_2", "response_value": "Cinemark Downtown" } ] } ], "segments": [ { "start_index": 75, "end_index": 82, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] }, { "start_index": 67, "end_index": 74, "text": "my area", "annotations": [ { "name": "location" } ] }, { "start_index": 32, "end_index": 36, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "We have movies playing at AMC Holiday Theater and Cinemark Downtown. Do you have a preference?", "apis": [], "segments": [ { "start_index": 26, "end_index": 37, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 50, "end_index": 67, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 2, "speaker": "user", "text": "Yes, I would like to see a movie at the AMC Holiday Theater. What movies are playing this evening?", "apis": [ { "name": "find_movies", "index": 2, "args": [ { "arg_name": "location", "arg_value": "my area" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family Jewels" }, { "response_name": "name.movie_3", "response_value": "Shuttered" } ] }, { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "this evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:55pm" }, { "response_name": "time.showing_2", "response_value": "7pm" }, { "response_name": "time.showing_3", "response_value": "10:05pm" } ] }, { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "this evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "5pm" }, { "response_name": "time.showing_2", "response_value": "8:10pm" } ] }, { "name": "find_showtimes", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "this evening" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3pm" }, { "response_name": "time.showing_2", "response_value": "5:45pm" }, { "response_name": "time.showing_3", "response_value": "9:00pm" } ] } ], "segments": [ { "start_index": 40, "end_index": 51, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 85, "end_index": 97, "text": "this evening", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Not My Problem is playing at 3:55pm, 7pm and 10:05pm. Family Jewels is playing at 5pm and 8:10pm. Lastly, Shuttered is playing at 3pm, 5:45pm, and 9:00pm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 35, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 37, "end_index": 40, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 45, "end_index": 52, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 54, "end_index": 67, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 82, "end_index": 85, "text": "5pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 90, "end_index": 96, "text": "8:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 106, "end_index": 115, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 130, "end_index": 133, "text": "3pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 135, "end_index": 141, "text": "5:45pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 147, "end_index": 153, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 4, "speaker": "user", "text": "What type of movie is Shuttered?", "apis": [ { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "horror" } ] } ], "segments": [ { "start_index": 22, "end_index": 31, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Shuttered is rated R. It is a horror movie.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 20, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 30, "end_index": 36, "text": "horror", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 6, "speaker": "user", "text": "Okay. What type of movie is Not My Problem?", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] } ], "segments": [ { "start_index": 28, "end_index": 42, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is rated PG-13. It is a comedy.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 24, "end_index": 29, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 39, "end_index": 45, "text": "comedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 8, "speaker": "user", "text": "Could you tell me what Shuttered is about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin's haunted marijuana farm" } ] } ], "segments": [ { "start_index": 23, "end_index": 32, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin's haunted marijuana farm.", "apis": [], "segments": [ { "start_index": 0, "end_index": 114, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin's haunted marijuana farm", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 0, "end_index": 12, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] } ] }, { "index": 10, "speaker": "user", "text": "What is the latest showing of Shuttered?", "apis": [], "segments": [ { "start_index": 30, "end_index": 39, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 12, "end_index": 26, "text": "latest showing", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "The latest showing of Shuttered is 9:00pm tonight.", "apis": [], "segments": [ { "start_index": 4, "end_index": 18, "text": "latest showing", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 22, "end_index": 31, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 35, "end_index": 41, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 42, "end_index": 49, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "Great. I would like to purchase four tickets for Shuttered at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 49, "end_index": 58, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 66, "end_index": 77, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 32, "end_index": 36, "text": "four", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Okay, that is four tickets for Shuttered at 9:00pm at the AMC Holiday Theater for September 2, 2020.", "apis": [], "segments": [ { "start_index": 14, "end_index": 18, "text": "four", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 31, "end_index": 40, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 50, "text": "9:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 58, "end_index": 69, "text": "AMC Holiday", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 82, "end_index": 99, "text": "September 2, 2020", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Yes, that is correct.", "apis": [ { "name": "book_tickets", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday" }, { "arg_name": "num.tickets", "arg_value": "four" }, { "arg_name": "date.showing", "arg_value": "September 2, 2020" }, { "arg_name": "seating", "arg_value": "any" }, { "arg_name": "time.showing", "arg_value": "9:00pm" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Your tickets are confirmed and they've been sent to your email address.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Great. Thanks for your help.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Thank you. Have a great time.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "I will. Bye.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Bye.", "apis": [], "segments": [] } ]
dlg-e8d851ae-e3ba-4415-9dd9-52d33f216183
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hi,booking agent", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "\\rhi sir,how can i help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "shall i know the movie list?", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Not My Problem,Family Jewels,Shuttered,Beyond the Storm,Back Country.", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "is there any comedy film?", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Not My Problem is available.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "in which theater?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "At AMC Holiday Theater.", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "ok,please show the timing of the movie.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "at 1pm - 3:55pm - 7pm - 10:05pm.", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "please book 1pm - 3:55pm.", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "how many tickets you want?", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "three tickets.", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "ok,i will book three tickets for you,are you sure.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "please proceed.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "tickets will be send by email.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "is anything you want from me.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "no thanks.enjoy your movie.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "ok, thanks good bye.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "\\ryou're welcome.", "apis": [], "segments": [] } ]
dlg-9511e431-cd21-46ca-9af8-666102655972
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "hello", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "hai.what can i help you?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "i want some movie tickets", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "which movie", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "family jewels", "apis": [ { "name": "resolve_movie", "index": 4, "args": [ { "arg_name": "name.movie", "arg_value": "family jewels" } ], "response": [ { "response_name": "name.movie_1", "response_value": "family jewels" } ] } ], "segments": [ { "start_index": 0, "end_index": 13, "text": "family jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "okay.which threatre", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "AMC holiday threatre", "apis": [], "segments": [ { "start_index": 0, "end_index": 20, "text": "AMC holiday threatre", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "which day", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "sunday", "apis": [], "segments": [ { "start_index": 0, "end_index": 6, "text": "sunday", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "which time", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "8:10", "apis": [], "segments": [ { "start_index": 0, "end_index": 4, "text": "8:10", "annotations": [ { "name": "time.preference" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "which class", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "middle", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "how many tickets you want", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "3 tickets", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "3", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "each ticket is $15", "apis": [], "segments": [ { "start_index": 15, "end_index": 18, "text": "$15", "annotations": [ { "name": "price.ticket" } ] } ] }, { "index": 16, "speaker": "user", "text": "okay sir", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "totally $45 you pay must on online", "apis": [], "segments": [ { "start_index": 8, "end_index": 11, "text": "$45", "annotations": [ { "name": "price.total" } ] } ] }, { "index": 18, "speaker": "user", "text": "sure ...", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "thank you", "apis": [], "segments": [] } ]
dlg-097bce92-1eaf-4c0f-af21-8133f4a7b354
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I need some help with movie titles, located near Spring Hills Kansas do you mind?\\r", "apis": [], "segments": [ { "start_index": 44, "end_index": 68, "text": "near Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "I can help you find that info.", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Great !", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Lets start with the movie titles can I get those please?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Okay no problem. Not My Problem is one and the other is Family Jewels.\\r", "apis": [], "segments": [ { "start_index": 56, "end_index": 72, "text": "Family Jewels.\\r", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 17, "end_index": 31, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Okay gathering the info now !", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Thank you !", "apis": [ { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp.\\r" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Okay first we have Not My Problem - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.\\r", "apis": [], "segments": [ { "start_index": 19, "end_index": 33, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 42, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 51, "end_index": 56, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 59, "end_index": 78, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 81, "end_index": 180, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 190, "end_index": 200, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 205, "end_index": 220, "text": "Noah Schnapp.\\r", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 8, "speaker": "user", "text": "Oh that sounds interesting, what abut the other?\\r", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels.\\r" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Romantic Comedy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "R" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 69%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Melissa McCarthy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Ryan Reynolds.\\r" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Family Jewels - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds.\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 16, "end_index": 31, "text": "Romantic Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 40, "end_index": 41, "text": "R", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 44, "end_index": 63, "text": "Rotten Tomatoes 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 66, "end_index": 192, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist-", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 199, "end_index": 215, "text": "Melissa McCarthy", "annotations": [ { "name": "name.person" } ] }, { "start_index": 220, "end_index": 236, "text": "Ryan Reynolds.\\r", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "I think Family Jewels is what I want to see after reading that info.\\r", "apis": [], "segments": [ { "start_index": 8, "end_index": 21, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "I can book that for you all I would need is party size and the theater time. \\r", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "Party size is three and what are my choices for times?\\r", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "location", "arg_value": "near Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Family Jewels" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "2:00pm" }, { "response_name": "time.showing_2", "response_value": "5:00pm" }, { "response_name": "time.showing_3", "response_value": "8:10pm.\\r" } ] } ], "segments": [ { "start_index": 14, "end_index": 19, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Family Jewels: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm.\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Family Jewels:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 15, "end_index": 34, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 37, "end_index": 43, "text": "2:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 46, "end_index": 52, "text": "5:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 55, "end_index": 64, "text": "8:10pm.\\r", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Lets do 5 pm for three people and that theater is fine.\\r", "apis": [], "segments": [ { "start_index": 8, "end_index": 12, "text": "5 pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 17, "end_index": 22, "text": "three", "annotations": [ { "name": "num.tickets" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Okay booking for three at 5pm. Is that correct ?\\r", "apis": [], "segments": [ { "start_index": 17, "end_index": 22, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 26, "end_index": 29, "text": "5pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "That is correct !", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Family Jewels" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "5:00pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.\\r", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you so much.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "No problem enjoy the show !", "apis": [], "segments": [] } ]
dlg-d64ea062-56bb-4e52-aa4a-7729ea1b8ad7
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello. I'm looking to watch a movie in tonight.", "apis": [], "segments": [ { "start_index": 39, "end_index": 46, "text": "tonight", "annotations": [ { "name": "date.showing" }, { "name": "time.preference" } ] } ] }, { "index": 1, "speaker": "assistant", "text": "Okay, I'd be happy to help you. What location are you looking to see the movie in?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I'm looking to watch it near Spring Hills Kansas.", "apis": [], "segments": [ { "start_index": 29, "end_index": 48, "text": "Spring Hills Kansas", "annotations": [ { "name": "location" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Sounds great. May I ask what your favorite movie genre is?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Sure, I really enjoy watching comedies.", "apis": [], "segments": [ { "start_index": 30, "end_index": 38, "text": "comedies", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Great, I see two movies that fit this category. Would you like to hear the first one or choose a different genre?", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Sure, let me hear them!", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.genre", "arg_value": "comedies" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" }, { "response_name": "name.movie_2", "response_value": "Family jewels" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] } ], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is a comedy. A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 28, "end_index": 127, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Sounds interesting. What's the other comedy about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "romantic comedy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist" } ] } ], "segments": [ { "start_index": 38, "end_index": 43, "text": "omedy", "annotations": [ { "name": "name.genre" } ] } ] }, { "index": 9, "speaker": "assistant", "text": "Family jewels is a romantic comedy. A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "apis": [], "segments": [ { "start_index": 0, "end_index": 13, "text": "Family jewels", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 19, "end_index": 34, "text": "romantic comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 36, "end_index": 161, "text": "A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "These movies both sound interesting. What are the reviews on each of them?", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Not My Problem has a 72%" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Family jewels" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Family Jewels has a 69%" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem has a 72%, while Family Jewels has a 69%.", "apis": [], "segments": [ { "start_index": 0, "end_index": 24, "text": "Not My Problem has a 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 32, "end_index": 55, "text": "Family Jewels has a 69%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 32, "end_index": 45, "text": "Family Jewels", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 12, "speaker": "user", "text": "Great, I'd like to watch Not My Problem, please. What are the show times?", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "location", "arg_value": "Spring Hills Kansas" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "time.preference", "arg_value": "tonight" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [ { "start_index": 25, "end_index": 39, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 13, "speaker": "assistant", "text": "Here are the show times for Not My Problem: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm.", "apis": [], "segments": [ { "start_index": 28, "end_index": 43, "text": "Not My Problem:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 45, "end_index": 63, "text": "MC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 67, "end_index": 69, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 73, "end_index": 78, "text": ":55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 82, "end_index": 84, "text": "pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 88, "end_index": 95, "text": "0:05pm.", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Great, I'd like to buy a ticket for the 7PM feature.", "apis": [], "segments": [ { "start_index": 40, "end_index": 43, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Sure, I'd be glad to help. Just to verify, you want to watch Not My Problem at the AMC theatre at 7PM.", "apis": [], "segments": [ { "start_index": 61, "end_index": 75, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 83, "end_index": 94, "text": "AMC theatre", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 98, "end_index": 101, "text": "7PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "Yup, that sounds perfect.", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "one" }, { "arg_name": "time.showing", "arg_value": "7pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Your ticket have been purchased and sent to your email address. I hope you enjoy your movie.", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Thank you very much. Have a nice day!", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Enjoy your movie! Have a great day.", "apis": [], "segments": [] } ]
dlg-a4a49a85-79be-4323-b6c4-0ce2c8d77451
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I would like to purchase movie tickets today.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Alright. Which theater in Spring Hills Kansas would you like to watch the movie at ?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "AMC Holiday Theater sounds good.", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Okay. And what movie would you like to watch?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Well I like comedies. Is there any recommendations?", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "There are two comedies playing today at AMC Holiday Theater.", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "Could you tell me more about both of these movies?", "apis": [], "segments": [] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is rated PG-13. Other movie is called Family Jewels and it is rated R. Which one are you interested in?", "apis": [], "segments": [] }, { "index": 8, "speaker": "user", "text": "I'm more interested in Family Jewels.", "apis": [], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Do you want to know the showtimes?", "apis": [], "segments": [] }, { "index": 10, "speaker": "user", "text": "Yes, please!", "apis": [], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "It is playing at 2:00pm, 5:00pm and 8:10pm today.", "apis": [], "segments": [] }, { "index": 12, "speaker": "user", "text": "I would like two tickets at 5:00pm today, please!", "apis": [], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Alright, just give a second.", "apis": [], "segments": [] }, { "index": 14, "speaker": "user", "text": "Sure.", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Two tickets for Family Jewels at 5:00pm at AMC Holiday Theater. Is that right?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Yes.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "Alright. Your tickets are confirmed and have been sent to your email address. Anything else I can do for you?", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "No, thanks. That should do it.", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Alright. You have a great day!", "apis": [], "segments": [] } ]
dlg-85d9d058-2755-4b12-8844-e45e63ed5a72
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello.. I want to book tickets for movies available in theater", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Okay there is five movies available in different theater.. I sent it to you...", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "Okay I can see it", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Which one is your opinion?", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "I wish to see two movies", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "Okay mention it", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "The first one is shuttered .. And next one is Not My Problem.. Tell me about the movies", "apis": [ { "name": "resolve_movie", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" } ], "response": [ { "response_name": "name.movie_1", "response_value": "shuttered" } ] }, { "name": "resolve_movie", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem." } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Horror" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.\\r" } ] } ], "segments": [ { "start_index": 17, "end_index": 26, "text": "shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 46, "end_index": 61, "text": "Not My Problem.", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "the first movie Shuttered is a Horror, Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.\\r", "apis": [], "segments": [ { "start_index": 16, "end_index": 25, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 37, "text": "Horror", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 39, "end_index": 51, "text": "Sarah Decker", "annotations": [ { "name": "name.character" } ] }, { "start_index": 39, "end_index": 156, "text": "Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm.\\r", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 8, "speaker": "user", "text": "Then tell about next movie", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\\r" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "And the next movie is Not My Problem is a Comedy movie, A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\\r", "apis": [], "segments": [ { "start_index": 22, "end_index": 36, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 42, "end_index": 48, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 56, "end_index": 158, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.\\r", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "Okay done tell about the movie timings and theater", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "shuttered" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "3:00pm" }, { "response_name": "time.showing_2", "response_value": "5:45" }, { "response_name": "time.showing_3", "response_value": "9:00pm\\r" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Shuttered movie is available AMC Holiday Theater and the timing is 3:00pm - 5:45 - 9:00pm\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 29, "end_index": 48, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 67, "end_index": 73, "text": "3:00pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 80, "text": "5:45", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 83, "end_index": 91, "text": "9:00pm\\r", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "ok next", "apis": [ { "name": "find_theaters", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." }, { "arg_name": "location", "arg_value": "nearby" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm\\r" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Not My Problem moie is available in AMC Holiday Theater and timing is 1pm - 3:55pm - 7pm - 10:05pm\\r", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 36, "end_index": 55, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 70, "end_index": 73, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 76, "end_index": 82, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 85, "end_index": 88, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 91, "end_index": 100, "text": "10:05pm\\r", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "Okay all are done", "apis": [], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Okay which is your opinion?", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "I am okay with movie Not my problem. I want three tickets and timing is 1pm", "apis": [ { "name": "book_tickets", "index": 16, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem." }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "three" }, { "arg_name": "time.showing", "arg_value": "1pm" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [ { "start_index": 21, "end_index": 35, "text": "Not my problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 44, "end_index": 49, "text": "three", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 72, "end_index": 75, "text": "1pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Okay you tickets have been booked, check your email \\r", "apis": [], "segments": [] }, { "index": 18, "speaker": "user", "text": "Okay I got it thankyou", "apis": [], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "welcome", "apis": [], "segments": [] } ]
dlg-ed5a1f7e-0e6e-40c5-939d-bd3a4019beee
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "I would like some information on movies.", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "What can I help you with?", "apis": [], "segments": [] }, { "index": 2, "speaker": "user", "text": "I want to see a movie with my 2 kids. So I will need 3 tickets. Can you tell me what Shuttered is rated?", "apis": [ { "name": "get_movie_attribute", "index": 2, "args": [ { "arg_name": "name.movie", "arg_value": "Shuttered" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated R" } ] } ], "segments": [ { "start_index": 53, "end_index": 54, "text": "3", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 85, "end_index": 94, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 3, "speaker": "assistant", "text": "Shuttered is rated R.", "apis": [], "segments": [ { "start_index": 0, "end_index": 9, "text": "Shuttered", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 13, "end_index": 20, "text": "rated R", "annotations": [ { "name": "rating.movie" } ] } ] }, { "index": 4, "speaker": "user", "text": "Ok, well that's out of the question! Is there any movies playing that are suitable for children?", "apis": [], "segments": [ { "start_index": 74, "end_index": 95, "text": "suitable for children", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 5, "speaker": "assistant", "text": "Are you in Spring Hills?", "apis": [], "segments": [ { "start_index": 11, "end_index": 23, "text": "Spring Hills", "annotations": [ { "name": "location" } ] } ] }, { "index": 6, "speaker": "user", "text": "Yes, I'm open to any theater in the area.", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills" }, { "arg_name": "description.other", "arg_value": "suitable for children" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not My Problem" } ] }, { "name": "find_theaters", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills" }, { "arg_name": "name.movie", "arg_value": "Not My Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "comedy" } ] }, { "name": "get_movie_attribute", "index": 6, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "rated PG-13" } ] } ], "segments": [ { "start_index": 29, "end_index": 40, "text": "in the area", "annotations": [ { "name": "location" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "Not My Problem is a comedy and rated PG-13 and playing at the AMC Holiday Theater.", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 20, "end_index": 26, "text": "comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 31, "end_index": 42, "text": "rated PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 62, "end_index": 81, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] } ] }, { "index": 8, "speaker": "user", "text": "What is that about?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem.", "apis": [], "segments": [ { "start_index": 0, "end_index": 99, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] } ] }, { "index": 10, "speaker": "user", "text": "Is that the one with the guy from Stranger Things? My daughter has a huge crush on him.", "apis": [ { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] }, { "name": "get_movie_attribute", "index": 10, "args": [ { "arg_name": "name.movie", "arg_value": "Stranger Things" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp" } ] } ], "segments": [ { "start_index": 34, "end_index": 49, "text": "Stranger Things", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 11, "speaker": "assistant", "text": "Noah Schnapp? He is in the movie.", "apis": [], "segments": [ { "start_index": 0, "end_index": 12, "text": "Noah Schnapp", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 12, "speaker": "user", "text": "Ok, we will go with that one. What are the show times?", "apis": [ { "name": "find_showtimes", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 3, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 6, "end_index": 12, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 15, "end_index": 18, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 21, "end_index": 28, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 14, "speaker": "user", "text": "10:05 is way too late for my kids to be up. Let me get the 3:55 time.", "apis": [], "segments": [ { "start_index": 0, "end_index": 5, "text": "10:05", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 59, "end_index": 63, "text": "3:55", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 15, "speaker": "assistant", "text": "Ok, let me confirm the details and I will get the tickets purchased.", "apis": [], "segments": [] }, { "index": 16, "speaker": "user", "text": "Ok.", "apis": [], "segments": [] }, { "index": 17, "speaker": "assistant", "text": "3 tickets for Not My Problem at 3:55pm at the AMC Holiday Theater in Spring Hills for tonight.", "apis": [], "segments": [ { "start_index": 0, "end_index": 1, "text": "3", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 14, "end_index": 28, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 32, "end_index": 38, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 46, "end_index": 65, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 69, "end_index": 81, "text": "Spring Hills", "annotations": [ { "name": "location" } ] }, { "start_index": 86, "end_index": 93, "text": "tonight", "annotations": [ { "name": "date.showing" } ] } ] }, { "index": 18, "speaker": "user", "text": "Looks good.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Not My Problem" }, { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "num.tickets", "arg_value": "3" }, { "arg_name": "time.showing", "arg_value": "3:55pm" }, { "arg_name": "date.showing", "arg_value": "tonight" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address.\\r", "apis": [], "segments": [] } ]
dlg-b4970755-2040-4800-9ecb-4ff904049da6
Movie Tickets
*UPDATES* {{LIST This task calls for *native or very near-native English speakers*. If your work shows you are not a fluent native or near-native English speaker your work will be *rejected* and you will *not be paid*., Please fill in the required text boxes carefully and thoughtfully.}} *SCENARIO*: Pretend you’re *speaking to a movie booking agent* on the phone. {{LIST You would like to *purchase tickets for a movie* currently showing in theaters., *You will compare attributes of TWO different movies currently playing* in order to make your selection., The conversation ends with you making *a successful ticket purchase*., *The booking agent will use the details provided in the MOVIE GUIDE given below* to fill out the dialog. Each listing contains title - genre - rating - critic review score - synopsis and sometimes actors - directors}} *MOVIE GUIDE* Movies and attributes: Please *NEVER copy and paste* these attributes in bulk. You must pick and choose the relevant ones to make the conversation sound natural. Remember, you are creating a novel conversation, not copying and pasting pre-written phrases. {{LIST *Location*: Spring Hills Kansas., *Movie1: Not My Problem* - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp., *Movie2: Family Jewels* - Romantic Comedy - rated R - Rotten Tomatoes 69% - A famous diamond dealer leaves his European life in Antwerp to pursue a less than genuine romance with an American con artist- Stars Melissa McCarthy and Ryan Reynolds., *Movie3: Shuttered* - Horror - rated R - Rotten Tomatoes 61% - Sarah Decker moves upstate from her New York City lifestyle to work on her distant cousin’s haunted marijuana farm., *Movie4: Beyond The Storm* - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron., *Movie5: Backcountry* - Documentary (outdoor) - rated G - Rotten Tomatoes 91% - Explore Yosemite in all its glory in this award winning film that delves into the wonders of one of the United State’s most iconic national parks.}} Theaters and showtimes: {{LIST *Not My Problem*: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm, *Family Jewels*: AMC Holiday Theater - 2:00pm - 5:00pm - 8:10pm, *Shuttered*: AMC Holiday Theater - 3:00pm - 5:45 - 9:00pm, *Beyond the Storm*: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm, *Backcountry*: Cinemark Downtown - 4:10pm - 7:30pm - 10:15pm}} *TASK*: *Write the transcript* of your spoken conversation. {{LIST It must include *at least 10 exchanges* (an exchange is one user turn and one assistant turn), It must include a comparison of the details of at least two of the movies given, It must include a turn where the assistant *repeats all the ticketing details* (movie - theater - time - date - number of tickets) and user *confirms they are correct before booking*, The assistant must confirm the purchase by saying: *“Your tickets are confirmed and they’ve been sent to your email address.”*, Stick to the details in the MOVIE GUIDE. Do NOT talk about 1) seating choices 2) gift or credit cards 3) movie club memberships 4) technology choices like 3D - IMAX - Dolby - etc.}} SPEAKING STYLES: {{LIST The assistant is polite and efficient, The assistant’s speaking style should match yours but they are not overly formal or too casual, Don’t call your assistant by name (e.g. “Johnny” or “Alexa” or “Assistant” or “Computer”).}} *Assume the BOOKING AGENT just answered the phone with: “Hello. How can I help you?”* {{CONVERSATION}} {{CHECK confirm_native_speaker This conversation task was written by a native English speaker.}} {{CHECK confirm_logical The conversation between the user and the assistant is cooperative and logical.}} {{CHECK confirm_guide The conversation uses the correct details provided in the MOVIE GUIDE.}} {{CHECK confirm_slots The user discusses *each of these details*: 1) movie, 2) theater, 3) showtime, 4) number of tickets, 5) day.}} {{CHECK confirm_details The assistant *confirms all the ticket details* together just before booking.}} {{CHECK confirm_purchase The assistant *completes purchasing the tickets*.}} {{CHECK confirm_confirmation The assistant confirms the purchase with *”Your tickets are confirmed and they’ve been sent to your email address.”*}}
Successful Purchase with fake KB table - 1
[ { "index": 0, "speaker": "user", "text": "Hello!\\r", "apis": [], "segments": [] }, { "index": 1, "speaker": "assistant", "text": "Hello there! Welcome to Spring Hills, Kansas! How's your day?", "apis": [], "segments": [ { "start_index": 24, "end_index": 45, "text": "Spring Hills, Kansas!", "annotations": [ { "name": "location" } ] } ] }, { "index": 2, "speaker": "user", "text": "Good, good. How was yours?\\r", "apis": [], "segments": [] }, { "index": 3, "speaker": "assistant", "text": "Not bad, for a typical weekend!", "apis": [], "segments": [] }, { "index": 4, "speaker": "user", "text": "Same for me!", "apis": [], "segments": [] }, { "index": 5, "speaker": "assistant", "text": "What would you like to watch from our choices?\\r", "apis": [], "segments": [] }, { "index": 6, "speaker": "user", "text": "I would say something family-friendly!\\r", "apis": [ { "name": "find_movies", "index": 6, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" }, { "arg_name": "description.other", "arg_value": "something family-friendly!\\r" } ], "response": [ { "response_name": "name.movie_1", "response_value": "Not my Problem" }, { "response_name": "name.movie_2", "response_value": "Beyond the Storm" } ] } ], "segments": [ { "start_index": 12, "end_index": 40, "text": "something family-friendly!\\r", "annotations": [ { "name": "description.other" } ] } ] }, { "index": 7, "speaker": "assistant", "text": "I would say Not my Problem and Beyond the Storm just might be your choice!", "apis": [], "segments": [ { "start_index": 12, "end_index": 26, "text": "Not my Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 31, "end_index": 47, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 8, "speaker": "user", "text": "Can you show me the movies and the showtimes?", "apis": [ { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Comedy" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 72%" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Matt Damon" } ] }, { "name": "get_movie_attribute", "index": 8, "args": [ { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "attribute", "arg_value": "name.person" } ], "response": [ { "response_name": "name.person", "response_value": "Noah Schnapp.\\r" } ] } ], "segments": [] }, { "index": 9, "speaker": "assistant", "text": "Movie1: Not My Problem - Comedy - rated PG-13 - Rotten Tomatoes 72% - A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem. - Stars Matt Damon and Noah Schnapp.\\r", "apis": [], "segments": [ { "start_index": 8, "end_index": 22, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 25, "end_index": 31, "text": "Comedy", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 40, "end_index": 45, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 48, "end_index": 67, "text": "Rotten Tomatoes 72%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 70, "end_index": 169, "text": "A troubled teen tries to convince his depressed elderly neighbor that things are not what they seem", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 179, "end_index": 189, "text": "Matt Damon", "annotations": [ { "name": "name.person" } ] }, { "start_index": 194, "end_index": 209, "text": "Noah Schnapp.\\r", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 10, "speaker": "user", "text": "And the showtimes?", "apis": [ { "name": "find_theaters", "index": 10, "args": [ { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" }, { "arg_name": "name.movie", "arg_value": "Not my Problem" } ], "response": [ { "response_name": "name.theater_1", "response_value": "AMC Holiday Theater" } ] }, { "name": "find_showtimes", "index": 10, "args": [ { "arg_name": "name.theater", "arg_value": "AMC Holiday Theater" }, { "arg_name": "name.movie", "arg_value": "Not my Problem" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1pm" }, { "response_name": "time.showing_2", "response_value": "3:55pm" }, { "response_name": "time.showing_3", "response_value": "7pm" }, { "response_name": "time.showing_4", "response_value": "10:05pm" } ] } ], "segments": [] }, { "index": 11, "speaker": "assistant", "text": "Not My Problem showtimes: AMC Holiday Theater - 1pm - 3:55pm - 7pm - 10:05pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 14, "text": "Not My Problem", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 26, "end_index": 45, "text": "AMC Holiday Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 48, "end_index": 51, "text": "1pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 54, "end_index": 60, "text": "3:55pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 66, "text": "7pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 69, "end_index": 76, "text": "10:05pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 12, "speaker": "user", "text": "What about the other movie?", "apis": [ { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "name.genre" } ], "response": [ { "response_name": "name.genre", "response_value": "Action" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "rating.movie" } ], "response": [ { "response_name": "rating.movie", "response_value": "PG-13" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "review.critic" } ], "response": [ { "response_name": "review.critic", "response_value": "Rotten Tomatoes 81%" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "attribute", "arg_value": "description.plot" } ], "response": [ { "response_name": "description.plot", "response_value": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board" } ] }, { "name": "get_movie_attribute", "index": 12, "args": [ { "arg_name": "attribute", "arg_value": "name.person" }, { "arg_name": "name.movie", "arg_value": "Beyond the Storm" } ], "response": [ { "response_name": "name.person", "response_value": "James Cameron" } ] } ], "segments": [] }, { "index": 13, "speaker": "assistant", "text": "Movie4: Beyond The Storm - Action - rated PG-13 - Rotten Tomatoes 81% - Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board - directed by James Cameron.", "apis": [], "segments": [ { "start_index": 8, "end_index": 24, "text": "Beyond The Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 27, "end_index": 33, "text": "Action", "annotations": [ { "name": "name.genre" } ] }, { "start_index": 42, "end_index": 47, "text": "PG-13", "annotations": [ { "name": "rating.movie" } ] }, { "start_index": 50, "end_index": 69, "text": "Rotten Tomatoes 81%", "annotations": [ { "name": "review.critic" } ] }, { "start_index": 72, "end_index": 179, "text": "Fishing the North Sea gets ugly as Captain John’s crew faces not only severe weather but a traitor on board", "annotations": [ { "name": "description.plot" } ] }, { "start_index": 107, "end_index": 121, "text": "Captain John’s", "annotations": [ { "name": "name.character" } ] }, { "start_index": 194, "end_index": 207, "text": "James Cameron", "annotations": [ { "name": "name.person" } ] } ] }, { "index": 14, "speaker": "user", "text": "And the showtimes?", "apis": [ { "name": "find_theaters", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "location", "arg_value": "Spring Hills, Kansas!" } ], "response": [ { "response_name": "name.theater_2", "response_value": "Cinemark Downtown Theater" } ] }, { "name": "find_showtimes", "index": 14, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "time.preference", "arg_value": "any" } ], "response": [ { "response_name": "time.showing_1", "response_value": "1:30pm" }, { "response_name": "time.showing_2", "response_value": "3:40" }, { "response_name": "time.showing_3", "response_value": "6:10pm" }, { "response_name": "time.showing_4", "response_value": "8:30pm" } ] } ], "segments": [] }, { "index": 15, "speaker": "assistant", "text": "Beyond the Storm: Cinemark Downtown - 1:30pm - 3:40 - 6:10pm - 8:30pm", "apis": [], "segments": [ { "start_index": 0, "end_index": 17, "text": "Beyond the Storm:", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 18, "end_index": 35, "text": "Cinemark Downtown", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 38, "end_index": 44, "text": "1:30pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 47, "end_index": 51, "text": "3:40", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 54, "end_index": 60, "text": "6:10pm", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 63, "end_index": 69, "text": "8:30pm", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 16, "speaker": "user", "text": "I want the Beyond the Storm movie, 13 tickets at 1:30 PM, in 30 minutes from now.", "apis": [], "segments": [ { "start_index": 11, "end_index": 27, "text": "Beyond the Storm", "annotations": [ { "name": "name.movie" } ] }, { "start_index": 35, "end_index": 37, "text": "13", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 49, "end_index": 56, "text": "1:30 PM", "annotations": [ { "name": "time.showing" } ] } ] }, { "index": 17, "speaker": "assistant", "text": "Anything else? Is this all good? So, it's BTS, 13 tickets, in 30 mins at 1:30 PM/13:30 PM, today at the Cinemark Downtown Theater?", "apis": [], "segments": [ { "start_index": 47, "end_index": 49, "text": "13", "annotations": [ { "name": "num.tickets" } ] }, { "start_index": 73, "end_index": 86, "text": "1:30 PM/13:30", "annotations": [ { "name": "time.showing" } ] }, { "start_index": 91, "end_index": 96, "text": "today", "annotations": [ { "name": "date.showing" } ] }, { "start_index": 104, "end_index": 129, "text": "Cinemark Downtown Theater", "annotations": [ { "name": "name.theater" } ] }, { "start_index": 42, "end_index": 45, "text": "BTS", "annotations": [ { "name": "name.movie" } ] } ] }, { "index": 18, "speaker": "user", "text": "Yes, it's all correct.", "apis": [ { "name": "book_tickets", "index": 18, "args": [ { "arg_name": "name.movie", "arg_value": "Beyond the Storm:" }, { "arg_name": "name.theater", "arg_value": "Cinemark Downtown Theater" }, { "arg_name": "num.tickets", "arg_value": "13" }, { "arg_name": "time.showing", "arg_value": "1:30 PM/13:30" }, { "arg_name": "date.showing", "arg_value": "today" }, { "arg_name": "seating", "arg_value": "any" } ], "response": [ { "response_name": "status", "response_value": "success" } ] } ], "segments": [] }, { "index": 19, "speaker": "assistant", "text": "Your tickets are confirmed and they’ve been sent to your email address", "apis": [], "segments": [] } ]