/neural_chatbot_papers

Description of state-of-the-art approaches for neural dialogs generation

neural_chatbot_papers

Description of state-of-the-art approaches for neural dialogs generation

Tokens encodings

Sentence level

  • BERT
  • ELMO

Tokens level

  • FastText
  • Word2Vec
  • Glove

Sentence encodings

Transformers

  • BERT
  • OpenAI GPT

RNN

  • Bidirectional LSTM

CNN

  • ?

DAN

Generative models

Encoder

See "Sentence encodings"

Mapper

Decoder

  • Softmax
  • Von Mises-fisher Loss

Retrieval models

  • see "Sentence encodings"
  • cross-attention

Reranking models

Memory networks

Attention over external database.


Sources of inspiration: