BertSum icon indicating copy to clipboard operation
BertSum copied to clipboard

About the highlights in CNN/DM datasets

Open TTWen opened this issue 5 years ago • 2 comments

If I understand correctly, according to the paper, you use a greedy selection to choose the oracle summaries (according to the rouge score), and use the oracle summaries in the following training, I want to know if the rouge score in the selection of oracle summary is calculated between highlights and every sentence?and if the process of choosing oracle summary according to rouge score is the only place that uses the highlights data, I mean, the highlights from the CNN/DM datasets will not join the following training?

TTWen avatar Dec 11 '19 06:12 TTWen

I can only say that I understood it the same way. So yes :+1: in my opinion.

RafaelWO avatar Jan 21 '20 07:01 RafaelWO

But when looking at the code, I saw him use the Bertdecoder with these highlights when it comes to the abstractive method

binhna avatar Feb 17 '20 09:02 binhna