paper-with-me

홈 › Papers

A Simple Yet Strong Pipeline for HotpotQA

2020-04-14 · EMNLP 2020 11 · Dirk Groeneveld, Tushar Khot, Mausam, Ashish Sabharwal

State-of-the-art models for multi-hop question answering typically augment large-scale language models like BERT with additional, intuitively useful capabilities such as named entity recognition, graph-based reasoning, and question decomposition. However, does their strong performance on popular multi-hop datasets really justify this added design complexity? Our results suggest that the answer may be no, because even our simple pipeline based on BERT, named Quark, performs surprisingly well. Specifically, on HotpotQA, Quark outperforms these models on both question answering and support identification (and achieves performance very close to a RoBERTa model). Our pipeline has three steps: 1) use BERT to identify potentially relevant sentences independently of each other; 2) feed the set of selected sentences as context into a standard BERT span prediction model to choose an answer; and 3) use the sentence selection model, now with the chosen answer, to produce supporting sentences. The strong performance of Quark resurfaces the importance of carefully exploring simple model designs before using popular benchmarks to justify the value of complex techniques.

📄 PDF Abstract BibTeX arXiv:2004.06753

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answeringnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question AnsweringSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
RoBERTa 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Metadata Predictability Is Not Evidence Dependence: An Intervention-Based Audit for Weak-Label Benchmarks

2026-05-22 · Kan Shao arxiv

We study a protocol-level test for weak-label benchmarks: whether benchmark outputs change when the provided evidence is intervened on. Metadata-only shortcut checks answer a different question, namely whether outputs ar…

Frugal Knowledge Graph Construction with Local LLMs: A Zero-Shot Pipeline, Self-Consistency and Wisdom of Artificial Crowds

2026-04-13 · Pierre Jourlin arxiv

This paper presents an empirical study of a multi-model zero-shot pipeline for knowledge graph construction and exploitation, executed entirely through local inference on consumer-grade hardware. We propose a reproducibl…

Prompt Engineering

Better Together: Complementary Query Rewriting Under a Strong RAG Baseline

2026-09-04 · Sara Shanian, Xiaoqin Yi, Pavlo Ruban, Kurt MacDonald arxiv

A popular way to improve Retrieval-Augmented Generation (RAG) is to rewrite the user's question into several variants and search with all of them. We test whether this actually helps once the underlying search is already…

HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering

2018-09-25 · EMNLP 2018 10 · Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio 외

Existing question answering (QA) datasets fail to train QA systems to perform complex reasoning and provide explanations for answers. We introduce HotpotQA, a new dataset with 113k Wikipedia-based question-answer pairs w…

Multi-hop Question AnsweringQuestion AnsweringSentence

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