parseq icon indicating copy to clipboard operation
parseq copied to clipboard

Hello, I have a question in the paper. In the Input Context in the decoder of Fig 3, if a character line is entered during training, is this part removed during testing?

Open Zoeun opened this issue 1 year ago • 1 comments

Zoeun avatar Nov 05 '23 12:11 Zoeun

During training, all input tokens are used in the input context in order to take advantage of the parallel processing of Transformers.

For testing, only [B] (the beginning-of-sequence token) is used as input context initially.

baudm avatar Nov 09 '23 03:11 baudm