Search papers, labs, and topics across Lattice.
The paper introduces LiCQA, an unsupervised question answering system designed to address complex questions requiring information synthesis from multiple documents. LiCQA leverages corpus evidence to answer questions, avoiding the need for knowledge graphs or computationally expensive neural models. Empirical evaluation demonstrates that LiCQA outperforms two state-of-the-art QA systems on benchmark datasets while achieving significant latency reduction.
Forget the GPU cluster: LiCQA tackles complex question answering with a lightweight, unsupervised approach that beats state-of-the-art systems while slashing latency.
Over the last twenty years, significant progress has been made in designing and implementing Question Answering (QA) systems. However, addressing complex questions, the answers to which are spread across multiple documents, remains a challenging problem. Recent QA systems that are designed to handle complex questions work either on the basis of knowledge graphs, or utilise contem- porary neural models that are expensive to train, in terms of both computational resources and the volume of training data required. In this paper, we present LiCQA, an unsupervised question answer- ing model that works primarily on the basis of corpus evidence. We empirically compare the effectiveness and efficiency of LiCQA with two recently presented QA systems, which are based on different underlying principles. The results of our experiments show that LiCQA significantly outperforms these two state-of-the-art systems on benchmark data with noteworthy reduction in latency.