Hierarchical-Seq2Seq icon indicating copy to clipboard operation
Hierarchical-Seq2Seq copied to clipboard

A PyTorch implementation of the hierarchical encoder-decoder architecture (HRED) introduced in Sordoni et al (2015). It is a hierarchical encoder-decoder architecture for modeling conversation triples...

Results 3 Hierarchical-Seq2Seq issues
Sort by recently updated
recently updated
newest added

I am trying out this code and could successfully train the code but when testing it I get this error of KeyError: tensor(8) in utils.py for the line sent.append(inv_dict[i]). Could...

Excuse me, Thanks for your work on implement this code, and after reading your code, i'm confused about the two commands meansing as follows: ``` For Bi-HRED + Language model...

Can you please specify what does word_summary file contains? Also, can you please provide the dataset. I have already mailed the concerned author but has got no reply from them.