yixinL7 / BRIO

ACL 2022: BRIO: Bringing Order to Abstractive Summarization
330 stars 43 forks source link

Create raw_data structure in example folder from input #20

Open tungphamMTA opened 2 years ago

tungphamMTA commented 2 years ago

Hello, I want to use your SimCLS repo for a summarization task, thanks for its performance. And I know that I should create a structure like your example, include test.source, test.source.tokenized, test.out, .... Follow the instruction to gen candidate, I can gen test.out file from input, but I wonder how can I gen test.target from my input Thank you (I'm newbie)

thaokimctu commented 2 years ago

Maybe this will help you you with test.source and test.target https://github.com/facebookresearch/fairseq/issues/1391