Incremental Transformer: Efficient Encoder for Incremented Text Over MRC and Conversation Tasks
Some encoder inputs such as conversation histories are frequently extended with short additional inputs like new responses. However, to obtain the real-time encoding of the extended input, existing Transformer-based encoders like BERT have to encode the whole extended input again without utilizing t…