ChenxinAn-fdu / CoLo

[COLING'22] Code for our paper: "COLO: A Contrastive Learning based Re-ranking Framework for One-Stage Summarization"
22 stars 1 forks source link

How to get multiple candidates in abstract method #4

Open ubhedc opened 1 year ago

ubhedc commented 1 year ago

Great work! And I have a question, the transformer model seems to use teacher-forcing in the training process, only one candidate sentence is generated, how do you obtain multiple candidate sentences, by changing teacher-forcing to autoregressive?