CLAIHCIRJul 30, 2020

NeuralQA: A Usable Library for Question Answering (Contextual Query Expansion + BERT) on Large Datasets

arXiv:2007.15211v2997 citationsHas Code
AI Analysis

This work addresses usability issues for researchers and practitioners in QA, but it is incremental as it builds on existing methods like BERT and ElasticSearch.

The authors tackled the problem of limited usability in existing Question Answering (QA) tools by introducing NeuralQA, a library that integrates with existing infrastructure and offers configurable interfaces, resulting in a usable solution for QA on large datasets with features like contextual query expansion and document condensation.

Existing tools for Question Answering (QA) have challenges that limit their use in practice. They can be complex to set up or integrate with existing infrastructure, do not offer configurable interactive interfaces, and do not cover the full set of subtasks that frequently comprise the QA pipeline (query expansion, retrieval, reading, and explanation/sensemaking). To help address these issues, we introduce NeuralQA - a usable library for QA on large datasets. NeuralQA integrates well with existing infrastructure (e.g., ElasticSearch instances and reader models trained with the HuggingFace Transformers API) and offers helpful defaults for QA subtasks. It introduces and implements contextual query expansion (CQE) using a masked language model (MLM) as well as relevant snippets (RelSnip) - a method for condensing large documents into smaller passages that can be speedily processed by a document reader model. Finally, it offers a flexible user interface to support workflows for research explorations (e.g., visualization of gradient-based explanations to support qualitative inspection of model behaviour) and large scale search deployment. Code and documentation for NeuralQA is available as open source on Github (https://github.com/victordibia/neuralqa}{Github).

Code Implementations1 repo
Foundations

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

Your Notes