CLOct 23, 2023

Strong and Efficient Baselines for Open Domain Conversational Question Answering

arXiv:2310.14708v1131 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses efficiency and effectiveness challenges in conversational QA for researchers, though it is incremental as it builds on existing methods.

The paper tackled the underperformance of existing dense retrieval and reader pipelines in open-domain conversational question answering by introducing a fast reranking component and targeted fine-tuning, resulting in improved state-of-the-art results and a 60% reduction in reader latency.

Unlike the Open Domain Question Answering (ODQA) setting, the conversational (ODConvQA) domain has received limited attention when it comes to reevaluating baselines for both efficiency and effectiveness. In this paper, we study the State-of-the-Art (SotA) Dense Passage Retrieval (DPR) retriever and Fusion-in-Decoder (FiD) reader pipeline, and show that it significantly underperforms when applied to ODConvQA tasks due to various limitations. We then propose and evaluate strong yet simple and efficient baselines, by introducing a fast reranking component between the retriever and the reader, and by performing targeted finetuning steps. Experiments on two ODConvQA tasks, namely TopiOCQA and OR-QuAC, show that our method improves the SotA results, while reducing reader's latency by 60%. Finally, we provide new and valuable insights into the development of challenging baselines that serve as a reference for future, more intricate approaches, including those that leverage Large Language Models (LLMs).

Foundations

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

Your Notes