TransferRL
TransferRL copied to clipboard
Deep Transfer Reinforcement Learning for Text Summarization
Hi! The link to download the best performing model is not working. It says the file is in owner's trash. Could you kindly update the link? Thank you!
I use chinese text summarization datasets to train this model. but when I test the trained model, the result will be ", , , ....,"
Hello! I was wondering if there was a reason why the final decoded sentence would be just the same word repeated min_dec_steps times? I am training this model on the...
Python 3
Nobody really wants to use Python 2.7 anymore. It's very close to becoming obsolete. Please update the code to use Python 3.7, and confirm the same in the readme. The...
Hi, is there any option to summarize which steps and parameters are necessary to finetune the model on own dataset? I can see only a bunch of commands, but do...
Examples
Please add some examples of the summarization at work in the readme. I couldn't find them in the paper either.