GXimingLu / neurologic_decoding

Apache License 2.0
80 stars 12 forks source link

Training process #4

Closed LHRYANG closed 1 year ago

LHRYANG commented 2 years ago

Dear Ximing,

It seems that the training process only uses the likelihood loss. After training the model, during testing, you modify the traditional beam search decoding by introducing additional constraints. Is it right?

GloriaXimingLu commented 1 year ago

Hi, thanks for your question! Yes you're right, in training time we only use likelihood loss, and enforcing constraints in decoding time only.