Hierarchical Recurrent Encoder-Decoder (HRED) Neural Network

From GM-RKB
Jump to navigation Jump to search

A Hierarchical Recurrent Encoder-Decoder (HRED) Neural Network is an Encoder-Decoder Neural Network that can generate query suggestions by computing session-level and query-level recurrent states.



References

2015

2015 AHierarchicalRecurrentEncoderDe Fig3.png
Figure 3: The hierarchical recurrent encoder-decoder (HRED) for query suggestion. Each arrow is a non-linear transformation. The user types cleveland gallerylake erie art. During training, the model encodes cleveland gallery, updates the session-level recurrent state and maximize the probability of seeing the following query lake erie art. The process is repeated for all queries in the session. During testing, a contextual suggestion is generated by encoding the previous queries, by updating the session-level recurrent states accordingly and by sampling a new query from the last obtained session-level recurrent state. In the example, the generated contextual suggestion is cleveland indian art.