Skip to content

Instantly share code, notes, and snippets.

@maxbrenner-ai
Last active November 22, 2018 03:19
Show Gist options
  • Save maxbrenner-ai/79c1ace99eafcc376f37090c7e5287aa to your computer and use it in GitHub Desktop.
Save maxbrenner-ai/79c1ace99eafcc376f37090c7e5287aa to your computer and use it in GitHub Desktop.
user goals for movie ticket db
{'request_slots': {'date': 'UNK', 'theater': 'UNK'}, 'inform_slots': {'numberofpeople': '4', 'moviename': 'zootopia', 'starttime': 'matinee'}}
{'request_slots': {'theater': 'UNK'}, 'inform_slots': {'city': 'la', 'numberofpeople': '2', 'distanceconstraints': 'downtown', 'video_format': '3d', 'starttime': '7pm', 'date': 'tomorrow', 'moviename': 'creed'}}
{'request_slots': {'date': 'UNK', 'theater': 'UNK', 'starttime': 'UNK'}, 'inform_slots': {'city': 'birmingham', 'state': 'al', 'numberofpeople': '2', 'moviename': 'zootopia'}}
{'request_slots': {}, 'inform_slots': {'city': 'seattle', 'numberofpeople': '2', 'theater': 'regal meridian 16', 'starttime': '9:00 pm', 'date': 'tomorrow', 'moviename': 'spotlight'}}
{'request_slots': {'date': 'UNK', 'theater': 'UNK', 'starttime': 'UNK'}, 'inform_slots': {'numberofpeople': '5', 'moviename': 'avengers'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment