Refresh icon indicating copy to clipboard operation
Refresh copied to clipboard

Ranking Sentences for Extractive Summarization with Reinforcement Learning

Results 19 Refresh issues
Sort by recently updated
recently updated
newest added

We are trying to run the example as given in the README file but have not been able to for the following reason. 1. We have not been able to...

Hi Shashi, I am planning to run the code on your own data. How can I preprocess the dataset such that it can be used by the code (Refresh)? Thanks,...

Hi i am using TF 1.10 and i upgraded your code so because of that i can not restore your pretrained model to use it to get the test accuracy...

Hi Shashi, I use your Preprocessed CNN and DailyMail data(11487 test samples), And use the function in your code to evaluate the lead3's rouge_1. But i get rouge_1 40.487 higher...

Hi , i don’t know what you mean by multiple oracle estimation? And also please can you explain to me how you calculate the actual-reward-multisample- in the code . I...

I am facing issues in the word embedding vector file. Please check if it has some errors after line number 500000, and I am unable to download the new file...

I tried to run the model for evaluation and got some error. The log is posted here: **Command**: python document_summarizer_training_testing.py --use_gpu /gpu:2 --data_mode cnn --exp_mode test --model_to_load 2 --train_dir training/directory/cnn-reinforcementlearn-singlesample-from-moracle-noatt-sample5...

Hi Shashi: I would like to train your model on another dataset. In preprocessing CNN datasets, every article has 2 or 3 sentences with ROUGE score. How do you select...