paper-with-me

홈 › Papers

MultiReQA: A Cross-Domain Evaluation for Retrieval Question Answering Models

2020-05-05 · Mandy Guo, Yinfei Yang, Daniel Cer, Qinlan Shen, Noah Constant

Retrieval question answering (ReQA) is the task of retrieving a sentence-level answer to a question from an open corpus (Ahmad et al.,2019).This paper presents MultiReQA, anew multi-domain ReQA evaluation suite com-posed of eight retrieval QA tasks drawn from publicly available QA datasets. We provide the first systematic retrieval based evaluation over these datasets using two supervised neural models, based on fine-tuning BERT andUSE-QA models respectively, as well as a surprisingly strong information retrieval baseline,BM25. Five of these tasks contain both train-ing and test data, while three contain test data only. Performance on the five tasks with train-ing data shows that while a general model covering all domains is achievable, the best performance is often obtained by training exclusively on in-domain data.

📄 PDF Abstract BibTeX arXiv:2005.02507

Code (1)

google-research-datasets/MultiReQA 공식 구현

Tasks

Information RetrievalQuestion AnsweringRetrievalSentence

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 설명 없음
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

MultiReQA: A Cross-Domain Evaluation forRetrieval Question Answering Models

2021-04-01 · EACL (AdaptNLP) 2021 4 · Mandy Guo, Yinfei Yang, Daniel Cer, Qinlan Shen 외

Retrieval question answering (ReQA) is the task of retrieving a sentence-level answer to a question from an open corpus (Ahmad et al.,2019).This dataset paper presents MultiReQA, a new multi-domain ReQA evaluation suite …

Information RetrievalQuestion AnsweringRetrievalSentence+1

Exploring Dual Encoder Architectures for Question Answering

2022-04-14 · Zhe Dong, Jianmo Ni, Daniel M. Bikel, Enrique Alfonseca 외

Dual encoders have been used for question-answering (QA) and information retrieval (IR) tasks with good results. Previous research focuses on two major types of dual encoders, Siamese Dual Encoder (SDE), with parameters …

Information RetrievalQuestion AnsweringRetrieval

SamToNe: Improving Contrastive Loss for Dual Encoder Retrieval Models with Same Tower Negatives

2023-06-05 · Fedor Moiseev, Gustavo Hernandez Abrego, Peter Dornbach, Imed Zitouni 외

Dual encoders have been used for retrieval tasks and representation learning with good results. A standard way to train dual encoders is using a contrastive loss with in-batch negatives. In this work, we propose an impro…

Contrastive LearningInformation RetrievalQuestion AnsweringRepresentation Learning+1

Retrieval-Augmented Generation for Reliable Interpretation of Radio Regulations

2025-09-11 · Zakaria El Kassimi, Fares Fourati, Mohamed-Slim Alouini arxiv

We study question answering in the domain of radio regulations, a legally sensitive and high-stakes area. We propose a telecom-specific Retrieval-Augmented Generation (RAG) pipeline and introduce, to our knowledge, the f…

Question Answering

AGENT-CQ: Automatic Generation and Evaluation of Clarifying Questions for Conversational Search with LLMs

2024-10-25 · Clemencia Siro, Yifei Yuan, Mohammad Aliannejadi, Maarten de Rijke

Generating diverse and effective clarifying questions is crucial for improving query understanding and retrieval performance in open-domain conversational search (CS) systems. We propose AGENT-CQ (Automatic GENeration, a…

Conversational SearchRetrieval