PreSumm icon indicating copy to clipboard operation
PreSumm copied to clipboard

Training on custom data - where to put summary ?

Open GraphGrailAi opened this issue 5 years ago • 2 comments

I want to implement abstractive training with train_from=model_step_148000.pt but where to put article and it's summary?

Should i process 1-5 steps noted in readme.md (from Option 2: process the data yourself) or not?

In issue #79 it is noted that i can simply put summary after @highlight in raw_data/temp.raw_src but there is no @highlight there. https://github.com/nlpyang/PreSumm/issues/79

GraphGrailAi avatar Feb 17 '20 12:02 GraphGrailAi

I want to implement abstractive training with train_from=model_step_148000.pt but where to put article and it's summary?

Should i process 1-5 steps noted in readme.md (from Option 2: process the data yourself) or not?

In issue #79 it is noted that i can simply put summary after @highlight in raw_data/temp.raw_src but there is no @highlight there. #79

Yes, you need to follow the steps in README. And yes, one line of @highlight followed by one line of summary. Here is an example: image

binhna avatar Feb 19 '20 03:02 binhna

Every @highlight means a separate summary?

For our custom data, should we put @highlight for every line in our summary?

I am a little confused. Please if you could help me a little.

AyeshaSarwar avatar May 18 '20 16:05 AyeshaSarwar