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

How to "selecting the best subset of sentences using a greedy approach" #15

Open
perthrocky opened this issue Dec 12, 2018 · 1 comment

Comments

@perthrocky
Copy link

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 these 2 or 3 sentences?
In your paper, you just mention the greedy approach with ROUGE score, would you
kindly give me more hints or details for this greedy approach?

Thanks

@shashiongithub
Copy link
Collaborator

Check section 4.2: We approximate Yˆ by the k(=5) extracts which receive highest ROUGE scores.
More concretely, we assemble candidate summaries efficiently by first selecting p(=10) sentences
from the document which on their own have high ROUGE scores. We then generate all possible
combinations of p sentences subject to maximum length m and evaluate them against the gold summary. Summaries are ranked according to F1 by taking the mean of ROUGE-1, ROUGE-2, and
ROUGE-L.

Let me know if it not clear.

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