Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single word is repeated in entire summary while coverage is enable #37

Open
shubham3195 opened this issue Jul 22, 2019 · 1 comment
Open

Comments

@shubham3195
Copy link

hi,
first of all thanks for your pytorch implementation. i m getting a pretty good results when i put is_coverage=False in config. But while putting it true all the summaries just contain the single word which is repeated (atleast minimum number of decoder times). i am using the same dataset and i trained it for 250000 iteration for is_coverage=True and 200000 for is_coverage=False.

  1. Most of the summaries are abstractive in nature they are just copying complete lines from the story . why as per model there needs to be some kind of abstraction.???

  2. while use coverage as true all decoder outputs the same word means there is only single word repeated in entire summary.
    Any kind of help is very helpful......thanks in advance.

@Sixy1204
Copy link

Sixy1204 commented May 27, 2021

hi
I think you should train without coverage first and retrain with coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants