MatchSum icon indicating copy to clipboard operation
MatchSum copied to clipboard

Question about candidate summary

Open JaniceXiong opened this issue 3 years ago • 2 comments

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?

JaniceXiong avatar Aug 05 '21 13:08 JaniceXiong

Have you figured something out on this issue?

pkappus avatar Sep 09 '21 09:09 pkappus

Have you figured something out on this issue?

ARDUJS avatar Mar 16 '22 03:03 ARDUJS