MatchSum
MatchSum copied to clipboard
Question about candidate summary
I see the implementation in 'get_candidate.py': First, we should select 5 most important sentences from BertExt; Then select any 2 or 3 sentences to form a candidate summary. There are 20 candidate summary for every data point.
But I wonder if there are only 4 sentences in src, so the most important setences from BertExt is up to 4. So C42 + C43 = 12 + 4 = 16. Whether we need to do anything to deal with the data to solve this exception?
Have you figured something out on this issue?
Have you figured something out on this issue?