CLAIJul 5, 2021

Training Adaptive Computation for Open-Domain Question Answering with Computational Constraints

arXiv:2107.02102v1712 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses computational constraints for researchers in open-domain question answering, offering an incremental improvement in efficiency and accuracy.

The paper tackles the problem of high computational costs in training adaptive computation for open-domain question answering by proposing Adaptive Passage Encoder, which improves efficiency and accuracy on two datasets compared to a state-of-the-art model and previous methods.

Adaptive Computation (AC) has been shown to be effective in improving the efficiency of Open-Domain Question Answering (ODQA) systems. However, current AC approaches require tuning of all model parameters, and training state-of-the-art ODQA models requires significant computational resources that may not be available for most researchers. We propose Adaptive Passage Encoder, an AC method that can be applied to an existing ODQA model and can be trained efficiently on a single GPU. It keeps the parameters of the base ODQA model fixed, but it overrides the default layer-by-layer computation of the encoder with an AC policy that is trained to optimise the computational efficiency of the model. Our experimental results show that our method improves upon a state-of-the-art model on two datasets, and is also more accurate than previous AC methods due to the stronger base ODQA model. All source code and datasets are available at https://github.com/uclnlp/APE.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes