pointer-generator icon indicating copy to clipboard operation
pointer-generator copied to clipboard

Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"

Results 100 pointer-generator issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "run_summarization.py", line 11, in from batcher import Batcher File "/content/drive/MyDrive/pointer-generator-master/batcher.py", line 4, in import Queue ModuleNotFoundError: No module named 'Queue' I am getting this...

不知道train 和eval到什么程度可以去解码,训练多长时间

I trained the model with the default parameters, and evaluated at the step 27847. (I didn't do the coverage training, just launched the training with default parameters) These are the...

question

The model had a loss of 5 and there have always the same generated summary (for all articles ) : [UNK] [UNK] , 28 , has been charged with two...

How to implement tri-gram or ngram blocking in this project? Could you please help.

I am using this command to run: python run_summarization.py --mode=decode --data_path=./finished_files/chunked/test_* --vocab_path=./finished_files/vocab --log_root=./pretrained_model --max_enc_steps=400 --max_dec_steps=120 --coverage=1 But I am getting this warning and nothing happens: WARNING:tensorflow:Bucket input queue is empty...

@abisee I have set up this repo. now all my output are the selection of sentences from the original text. how this can be Abstractive? even test data has the...

Anyone got NAN ? ![selection_059](https://cloud.githubusercontent.com/assets/5893788/25731194/c8b4a858-3176-11e7-92d0-b507dbdb95b7.png)

bug

I am getting same generated summary for every article in the example queue in decode mode. Any help to fix this issue would be appreciated ![image](https://user-images.githubusercontent.com/31435438/99503380-2a8a1580-29a4-11eb-9fc1-222cb2e8f9f5.png)

when i run "python run_summarization.py --mode=decode --data_path=******/chunked/val_* --vocab_path=******/vocab --log_root=******/a/log/directory --exp_name=myexperiment" ,the generated summary is consist of UNK,could you please do me a favor?