akanimax / natural-language-summary-generation-from-structured-data

Implementation of the paper -> https://arxiv.org/abs/1709.00155. For converting information present in the form of structured data into natural language text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about OOV words.

ybshen007 opened this issue · comments

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 the words out of the vocabulary to UNK. So, it means the OOV words are regarded as the SAME token, and can not map back to the real DIFFERENT OOV words precisely. Then how can we generate an OOV word when decoding?

Thanks again
Sam