guided_summarization
guided_summarization copied to clipboard
How to Generate Other Guidance Signals?
Hello,
I see that you have provided a way for generating sentence guidance signals through the BERText Model, Could you give some pointers for generating other guidance keywords, for eg topic?
Hi, here are some examples of extracting keywords: https://github.com/neulab/guided_summarization/tree/master/scripts.
@zdou0830, I see that the keywords extracted in the script are for oracle sentences, would you have any tips for someone trying to test it? How would one generate keywords for test time?
Hi, you can use the script to extract keywords from the training data, and then train another seq2seq model (e.g. BertAbs, BART) with source documents as inputs and the extracted keywords as outputs.