paper-with-me

홈 › Papers

Simple Entity-Centric Questions Challenge Dense Retrievers

2021-09-17 · EMNLP 2021 11 · Christopher Sciavolino, Zexuan Zhong, Jinhyuk Lee, Danqi Chen

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.

📄 PDF Abstract BibTeX arXiv:2109.08535

Code (1)

princeton-nlp/entityquestions 공식 구현 pytorch

Tasks

Data AugmentationOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Entity Retrieval for Answering Entity-Centric Questions

2024-08-05 · Hassan S. Shavarani, Anoop Sarkar

The similarity between the question and indexed documents is a crucial factor in document retrieval for retrieval-augmented question answering. Although this is typically the only method for obtaining the relevant docume…

Entity RetrievalQuestion AnsweringRetrieval

Can a Frozen Pretrained Language Model be used for Zero-shot Neural Retrieval on Entity-centric Questions?

2023-03-09 · Yasuto Hoshi, Daisuke Miyashita, Yasuhiro Morioka, Youyang Ng 외

Neural document retrievers, including dense passage retrieval (DPR), have outperformed classical lexical-matching retrievers, such as BM25, when fine-tuned and tested on specific question-answering datasets. However, it …

Domain GeneralizationLanguage ModelingLanguage ModellingPassage Retrieval+2

ECIS-VQG: Generation of Entity-centric Information-seeking Questions from Videos

2024-10-13 · Arpan Phukan, Manish Gupta, Asif Ekbal

Previous studies on question generation from videos have mostly focused on generating questions about common objects and attributes and hence are not entity-centric. In this work, we focus on the generation of entity-cen…

Fact CheckingQuestion GenerationQuestion-Generation

MEBench: Benchmarking Large Language Models for Cross-Document Multi-Entity Question Answering

2025-02-26 · Teng Lin

Multi-entity question answering (MEQA) represents significant challenges for large language models (LLM) and retrieval-augmented generation (RAG) systems, which frequently struggle to consolidate scattered information ac…

BenchmarkingQuestion AnsweringRAGRetrieval-augmented Generation

Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval

2020-09-27 · ICLR 2021 1 · Wenhan Xiong, Xiang Lorraine Li, Srini Iyer, Jingfei Du 외

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. …

Question AnsweringRetrieval