natural-language-summary-generation-from-structured-data icon indicating copy to clipboard operation
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

Results 4 natural-language-summary-generation-from-structured-data issues
Sort by recently updated
recently updated
newest added

It would be really helpful if you could release the pretrained models. Would help us a lot. Thanks

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...