HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Simple Entity-Centric Questions Challenge Dense Retrievers

Christopher Sciavolino Zexuan Zhong Jinhyuk Lee Danqi Chen

Simple Entity-Centric Questions Challenge Dense Retrievers

Abstract

Open-domain question answering has exploded in popularity recently due to the success of dense retrieval models, which have surpassed sparse models using only a few supervised training examples. However, in this paper, we demonstrate current dense models are not yet the holy grail of retrieval. We first construct EntityQuestions, a set of simple, entity-rich questions based on facts from Wikidata (e.g., "Where was Arve Furset born?"), and observe that dense retrievers drastically underperform sparse methods. We investigate this issue and uncover that dense retrievers can only generalize to common entities unless the question pattern is explicitly observed during training. We discuss two simple solutions towards addressing this critical problem. First, we demonstrate that data augmentation is unable to fix the generalization problem. Second, we argue a more robust passage encoder helps facilitate better question adaptation using specialized question encoders. We hope our work can shed light on the challenges in creating a robust, universal dense retriever that works well across different input distributions.

Code Repositories

princeton-nlp/entityquestions
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
passage-retrieval-on-entityquestionsBM25
Recall@20: 0.720
passage-retrieval-on-entityquestionsDPR-multi
Recall@20: 0.567
passage-retrieval-on-entityquestionsDPR-NQ
Recall@20: 0.497

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Simple Entity-Centric Questions Challenge Dense Retrievers | Papers | HyperAI