paper-with-me

Papers

Exploring Dual Encoder Architectures for Question Answering

2022-04-14 · Zhe Dong, Jianmo Ni, Daniel M. Bikel, Enrique Alfonseca, YuAn Wang, Chen Qu, Imed Zitouni

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 shared across two encoders, and Asymmetric Dual Encoder (ADE), with two distinctly parameterized encoders. In this work, we explore different ways in which the dual encoder can be structured, and evaluate how these differences can affect their efficacy in terms of QA retrieval tasks. By evaluating on MS MARCO, open domain NQ and the MultiReQA benchmarks, we show that SDE performs significantly better than ADE. We further propose three different improved versions of ADEs by sharing or freezing parts of the architectures between two encoder towers. We find that sharing parameters in projection layers would enable ADEs to perform competitively with or outperform SDEs. We further explore and explain why parameter sharing in projection layer significantly improves the efficacy of the dual encoders, by directly probing the embedding spaces of the two encoder towers with t-SNE algorithm.

📄 PDF Abstract BibTeX arXiv:2204.07120

Code (1)

google-research/t5x_retrieval jax

Tasks

Information RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Exploring Neural Net Augmentation to BERT for Question Answering on SQUAD 2.0

2019-08-04 · Suhas Gupta

Enhancing machine capabilities to answer questions has been a topic of considerable focus in recent years of NLP research. Language models like Embeddings from Language Models (ELMo)[1] and Bidirectional Encoder Represen…

Language ModelingLanguage ModellingQuestion Answering

A Unified Framework for Efficient Remote Sensing Visual Question Answering: Adapting Dual, Hybrid, and Encoder-Decoder Architectures

2026-06-17 · Timothy Agboada, Shikha Chandel, Yadav Raj Ghimire, Leila Hashemi-Beni arxiv

Visual Question Answering (VQA) in the Remote Sensing (RS) domain presents unique challenges due to the high resolution, multi scale object distribution, and semantic complexity of aerial imagery. While general domain Fo…

Visual Question AnsweringMultimodal Reasoning

xMoCo: Cross Momentum Contrastive Learning for Open-Domain Question Answering

2021-08-01 · ACL 2021 5 · Nan Yang, Furu Wei, Binxing Jiao, Daxing Jiang 외

Dense passage retrieval has been shown to be an effective approach for information retrieval tasks such as open domain question answering. Under this paradigm, a dual-encoder model is learned to encode questions and pass…

Contrastive LearningInformation RetrievalOpen-Domain Question AnsweringPassage Retrieval+2

Exploring Diverse Methods in Visual Question Answering

2024-04-21 · Panfeng Li, Qikai Yang, Xieming Geng, Wenjing Zhou 외

This study explores innovative methods for improving Visual Question Answering (VQA) using Generative Adversarial Networks (GANs), autoencoders, and attention mechanisms. Leveraging a balanced VQA dataset, we investigate…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Pre-training, Fine-tuning and Re-ranking: A Three-Stage Framework for Legal Question Answering

2024-12-27 · Shiwen Ni, Hao Cheng, Min Yang

Legal question answering (QA) has attracted increasing attention from people seeking legal advice, which aims to retrieve the most applicable answers from a large-scale database of question-answer pairs. Previous methods…

Question AnsweringRepresentation LearningRe-Ranking