@article{Xu_Li_2020, title={Hashing Based Answer Selection}, volume={34}, url={https://ojs.aaai.org/index.php/AAAI/article/view/6473}, DOI={10.1609/aaai.v34i05.6473}, abstractNote={<p>Answer selection is an important subtask of question answering (QA), in which deep models usually achieve better performance than non-deep models. Most deep models adopt question-answer interaction mechanisms, such as attention, to get vector representations for answers. When these interaction based deep models are deployed for online prediction, the representations of all answers need to be recalculated for each question. This procedure is time-consuming for deep models with complex encoders like BERT which usually have better accuracy than simple encoders. One possible solution is to store the matrix representation (encoder output) of each answer in memory to avoid recalculation. But this will bring large memory cost. In this paper, we propose a novel method, called <span style="text-decoration: underline;">h</span>ashing based <span style="text-decoration: underline;">a</span>nswer <span style="text-decoration: underline;">s</span>election (HAS), to tackle this problem. HAS adopts a hashing strategy to learn a binary matrix representation for each answer, which can dramatically reduce the memory cost for storing the matrix representations of answers. Hence, HAS can adopt complex encoders like BERT in the model, but the online prediction of HAS is still fast with a low memory cost. Experimental results on three popular answer selection datasets show that HAS can outperform existing models to achieve state-of-the-art performance.</p>}, number={05}, journal={Proceedings of the AAAI Conference on Artificial Intelligence}, author={Xu, Dong and Li, Wu-Jun}, year={2020}, month={Apr.}, pages={9330-9337} }