Skip to content

Instantly share code, notes, and snippets.

@maxbrenner-ai
Created November 22, 2018 03:09
Show Gist options
  • Save maxbrenner-ai/dcf1185a0f2dffc9f88b4054b908cf13 to your computer and use it in GitHub Desktop.
Save maxbrenner-ai/dcf1185a0f2dffc9f88b4054b908cf13 to your computer and use it in GitHub Desktop.
examples of actions as semantic frames
{'intent': 'request', 'inform_slots': {'city': 'seattle'}, 'request_slots': {'theater': 'UNK', 'starttime': 'UNK'}}
{'intent': 'inform', 'inform_slots': {'moviename': 'the witch'}, 'request_slots': {}}
{'intent': 'done', 'inform_slots': {}, 'request_slots': {}}
{'intent': 'request', 'inform_slots': {}, 'request_slots': {'moviename': 'UNK'}}
{'intent': 'thanks', 'inform_slots': {}, 'request_slots': {'theater': 'UNK'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment