neulab / guided_summarization

GSum: A General Framework for Guided Neural Abstractive Summarization
MIT License
113 stars 27 forks source link

How to choose number of sentences we selected by oracle? #23

Closed JaniceXiong closed 3 years ago

JaniceXiong commented 3 years ago

Hi! Thanks for your wonderful work! I saw 'sents.py' and found that 'summary_size' in 'greedy_selection' function is the number of sentences we selected by oracle. I wonder why you set this number to 3?

zdou0830 commented 3 years ago

We set this number following previous work (last column in Table 2).