DyREx: Dynamic Query Representation for Extractive Question Answering

10/26/2022
by   Urchade Zaratiana, et al.
0

Extractive question answering (ExQA) is an essential task for Natural Language Processing. The dominant approach to ExQA is one that represents the input sequence tokens (question and passage) with a pre-trained transformer, then uses two learned query vectors to compute distributions over the start and end answer span positions. These query vectors lack the context of the inputs, which can be a bottleneck for the model performance. To address this problem, we propose DyREx, a generalization of the vanilla approach where we dynamically compute query vectors given the input, using an attention mechanism through transformer layers. Empirical observations demonstrate that our approach consistently improves the performance over the standard one. The code and accompanying files for running the experiments are available at <https://github.com/urchade/DyReX>.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset