natural-language-summary-generation-from-structured-data
natural-language-summary-generation-from-structured-data copied to clipboard
Implementation of the paper -> https://arxiv.org/abs/1709.00155. For converting information present in the form of structured data into natural language text
It would be really helpful if you could release the pretrained models. Would help us a lot. Thanks
i have memory
Thanks for your great job, firstly. I have some questions about how the Copy Mechanism solved OOV problem. In your code, you built a _**content_label_vocab_dict**_ size of 2w, and mapped...