paper-with-me

홈 › Papers

Neural Retrieval for Question Answering with Cross-Attention Supervised Data Augmentation

2020-09-29 · ACL 2021 5 · Yinfei Yang, Ning Jin, Kuo Lin, Mandy Guo, Daniel Cer

Neural models that independently project questions and answers into a shared embedding space allow for efficient continuous space retrieval from large corpora. Independently computing embeddings for questions and answers results in late fusion of information related to matching questions to their answers. While critical for efficient retrieval, late fusion underperforms models that make use of early fusion (e.g., a BERT based classifier with cross-attention between question-answer pairs). We present a supervised data mining method using an accurate early fusion model to improve the training of an efficient late fusion retrieval model. We first train an accurate classification model with cross-attention between questions and answers. The accurate cross-attention model is then used to annotate additional passages in order to generate weighted training examples for a neural retrieval model. The resulting retrieval model with additional data significantly outperforms retrieval models directly trained with gold annotations on Precision at $N$ (P@N) and Mean Reciprocal Rank (MRR).

📄 PDF Abstract BibTeX arXiv:2009.13815

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Improving Passage Retrieval with Zero-Shot Question Generation

2022-04-15 · Devendra Singh Sachan, Mike Lewis, Mandar Joshi, Armen Aghajanyan 외

We propose a simple and effective re-ranking method for improving passage retrieval in open question answering. The re-ranker re-scores retrieved passages with a zero-shot question generation model, which uses a pre-trai…

Language ModelingLanguage ModellingOpen-Domain Question AnsweringOpen-Ended Question Answering+6

ReasonChainQA: Text-based Complex Question Answering with Explainable Evidence Chains

2022-10-17 · Minjun Zhu, Yixuan Weng, Shizhu He, Kang Liu 외

The ability of reasoning over evidence has received increasing attention in question answering (QA). Recently, natural language database (NLDB) conducts complex QA in knowledge base with textual evidences rather than str…

Answer GenerationDiversityQuestion AnsweringRetrieval

Fine-Tuning vs. RAG for Multi-Hop Question Answering with Novel Knowledge

2026-01-11 · Zhuoyi Yang, Yurun Song, Iftekhar Ahmed, Ian Harris arxiv

Multi-hop question answering is widely used to evaluate the reasoning capabilities of large language models (LLMs), as it requires integrating multiple pieces of supporting knowledge to arrive at a correct answer. While …

Multi-hop Question AnsweringScience Question AnsweringContinual Pretraining

Progressive Evidence Refinement for Open-domain Multimodal Retrieval Question Answering

2023-10-15 · Shuwen Yang, Anran Wu, Xingjiao Wu, Luwei Xiao 외

Pre-trained multimodal models have achieved significant success in retrieval-based question answering. However, current multimodal retrieval question-answering models face two main challenges. Firstly, utilizing compress…

Contrastive LearningLogical SequenceQuestion AnsweringRetrieval

An Unsupervised Model with Attention Autoencoders for Question Retrieval

2018-03-09 · Minghua Zhang, Yunfang Wu

Question retrieval is a crucial subtask for community question answering. Previous research focus on supervised models which depend heavily on training data and manual feature engineering. In this paper, we propose a nov…

Community Question AnsweringFeature EngineeringQuestion AnsweringRetrieval