2020

SPARTA: Efficient Open-Domain Question Answering via Sparse Transformer Matching Retrieval

Zhao, Tiancheng, Lu, Xiaopeng, Lee, Kyusong

Understand

We introduce SPARTA, a novel neural retrieval method that shows great promise in performance, generalization, and interpretability for open-domain question answering.

  • Unlike many neural ranking methods that use dense vector nearest neighbor search, SPARTA learns a sparse representation that can be efficiently implemented as an Inverted Index.
  • The resulting representation enables scalable neural retrieval that does not require expensive approximate vector search and leads to better performance than its dense counterpart.
  • We validated our approaches on 4 open-domain question answering (OpenQA) tasks and 11 retrieval question answering (ReQA) tasks.

Reading the bibliography…