SimCLS icon indicating copy to clipboard operation
SimCLS copied to clipboard

Where are candidate summaries created

Open crichardson332 opened this issue 2 years ago • 1 comments

Hello, I'm trying to train and evaluate this model on a new dataset (SAMSum). To do that I need to first generate and score candidate summaries using the generative model. Where is the code that was used to do this? The README for this repo seems like it starts with a dataset that already includes candidate summaries and their rogue scores. I just want to make sure I do that step correctly. Thanks!

crichardson332 avatar Apr 04 '22 19:04 crichardson332

Hi! Please check out this file for a reference: https://github.com/yixinL7/BRIO/blob/main/gen_candidate.py

yixinL7 avatar May 16 '22 05:05 yixinL7