Relevance-guided Supervision For Openqa With Colbert | Awesome LLM Papers Add your paper to Awesome LLM Papers

Relevance-guided Supervision For Openqa With Colbert

Omar Khattab, Christopher Potts, Matei Zaharia . Transactions of the Association for Computational Linguistics 2021 – 54 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
ACL Datasets Interdisciplinary Approaches Question Answering Retrieval Systems TACL Training Techniques

Systems for Open-Domain Question Answering (OpenQA) generally depend on a retriever for finding candidate passages in a large corpus and a reader for extracting answers from those passages. In much recent work, the retriever is a learned component that uses coarse-grained vector representations of questions and passages. We argue that this modeling choice is insufficiently expressive for dealing with the complexity of natural language questions. To address this, we define ColBERT-QA, which adapts the scalable neural retrieval model ColBERT to OpenQA. ColBERT creates fine-grained interactions between questions and passages. We propose an efficient weak supervision strategy that iteratively uses ColBERT to create its own training data. This greatly improves OpenQA retrieval on Natural Questions, SQuAD, and TriviaQA, and the resulting system attains state-of-the-art extractive OpenQA performance on all three datasets.

Similar Work