chen0040 / keras-text-summarization

Text summarization using seq2seq in Keras
MIT License
290 stars 128 forks source link

How the seq2seq_predict.py fetching the test set?? #15

Open JumarAlam opened 5 years ago

JumarAlam commented 5 years ago

You split the whole dataset in 8:2 ratio. Did you split the dataset randomly?? Whenever the seq2seq_predict.py is being called, the output texts are always the same. There is no randomness found in the output text. How can we get generated outputs random articles??

Is there any way to generate a title of an article which is not in the dataset?? I've added a new dataset of 5 test articles to predict the title. But it's not working. It is showing the generated the output of the dataset which was splitted in the seq2seq_train.py.