EMNLP 2022main20 citations

Exploring Dual Encoder Architectures for Question Answering

Zhe Dong, Jianmo Ni, Dan Bikel, Enrique Alfonseca, Yuan Wang, Chen Qu, Imed Zitouni

Abstract

Dual encoders have been used for question-answering (QA) and information retrieval (IR) tasks with good results. There are two major types of dual encoders, Siamese Dual Encoders (SDE), with parameters shared across two encoders, and Asymmetric Dual Encoder (ADE), with two distinctly parameterized encoders. In this work, we explore the dual encoder architectures for 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. Based on the evaluation of QA retrieval tasks and direct analysis of the embeddings, we demonstrate that sharing parameters in projection layers would enable ADEs to perform competitively with SDEs.

BibTeX
@inproceedings{dong-etal-2022-exploring,
    title = "Exploring Dual Encoder Architectures for Question Answering",
    author = "Dong, Zhe  and
      Ni, Jianmo  and
      Bikel, Dan  and
      Alfonseca, Enrique  and
      Wang, Yuan  and
      Qu, Chen  and
      Zitouni, Imed",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.640/",
    doi = "10.18653/v1/2022.emnlp-main.640",
    pages = "9414--9419"
}
Exploring Dual Encoder Architectures for Question Answering · EMNLP 2022