Alexa

Posted: 2016-10-13 , Modified: 2016-02-20

Tags: nlp, dialogue

References

Brainstorm 2/20/17

Questions:

  1. What are the kinds of utterances that people give when talking about a topic? How can we represent their meaning? What is a rough classification or grammar?
  2. Simulate conversations about a popular topic.
  3. What makes a conversation interesting?

Resources:

  1. Semantic parsing. Data gathering pipeline.
  2. What are other groups doing?
  3. List of conversation topics. See pixie-other/

Blogs, writeups, code

OLD

Questions

How does the beam search actually work? Do we just have \(\Pj(w_1)\Pj(w_2|w_1)\Pj(w_3|w_2,w_1)\) or is there some more complicated energy-based model? (Don’t normalize?)

How to promote consistency in answers? Hidden state.