paper-with-me

Papers

GNN-encoder: Learning a Dual-encoder Architecture via Graph Neural Networks for Dense Passage Retrieval

2022-04-18 · Jiduan Liu, Jiahao Liu, Yang Yang, Jingang Wang, Wei Wu, Dongyan Zhao, Rui Yan

Recently, retrieval models based on dense representations are dominant in passage retrieval tasks, due to their outstanding ability in terms of capturing semantics of input text compared to the traditional sparse vector space models. A common practice of dense retrieval models is to exploit a dual-encoder architecture to represent a query and a passage independently. Though efficient, such a structure loses interaction between the query-passage pair, resulting in inferior accuracy. To enhance the performance of dense retrieval models without loss of efficiency, we propose a GNN-encoder model in which query (passage) information is fused into passage (query) representations via graph neural networks that are constructed by queries and their top retrieved passages. By this means, we maintain a dual-encoder structure, and retain some interaction information between query-passage pairs in their representations, which enables us to achieve both efficiency and efficacy in passage retrieval. Evaluation results indicate that our method significantly outperforms the existing models on MSMARCO, Natural Questions and TriviaQA datasets, and achieves the new state-of-the-art on these datasets.

📄 PDF Abstract BibTeX arXiv:2204.08241

Code (0)

등록된 구현이 없습니다.

Tasks

Natural QuestionsPassage RetrievalRetrievalTriviaQA

Similar Papers 제목 키워드 기반

Dense Information Flow for Neural Machine Translation

2018-06-03 · NAACL 2018 6 · Yanyao Shen, Xu Tan, Di He, Tao Qin 외

Recently, neural machine translation has achieved remarkable progress by introducing well-designed deep neural networks into its encoder-decoder framework. From the optimization perspective, residual connections are adop…

DecoderMachine TranslationNMTTranslation

LoopITR: Combining Dual and Cross Encoder Architectures for Image-Text Retrieval

2022-03-10 · Jie Lei, Xinlei Chen, Ning Zhang, Mengjiao Wang 외

Dual encoders and cross encoders have been widely used for image-text retrieval. Between the two, the dual encoder encodes the image and text independently followed by a dot product, while the cross encoder jointly feeds…

Image-text RetrievalRetrievalText Retrieval

ResVGAE: Going Deeper with Residual Modules for Link Prediction

2021-05-03 · Indrit Nallbani, Reyhan Kevser Keser, Aydin Ayanzadeh, Nurullah Çalık 외

Graph autoencoders are efficient at embedding graph-based data sets. Most graph autoencoder architectures have shallow depths which limits their ability to capture meaningful relations between nodes separated by multi-ho…

Link PredictionPredictionRepresentation Learning

ERNIE-Search: Bridging Cross-Encoder with Dual-Encoder via Self On-the-fly Distillation for Dense Passage Retrieval

2022-05-18 · Yuxiang Lu, Yiding Liu, Jiaxiang Liu, Yunsheng Shi 외

Neural retrievers based on pre-trained language models (PLMs), such as dual-encoders, have achieved promising performance on the task of open-domain question answering (QA). Their effectiveness can further reach new stat…

Knowledge DistillationOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+1

Analysing the Robustness of Dual Encoders for Dense Retrieval Against Misspellings

2022-05-04 · Georgios Sidiropoulos, Evangelos Kanoulas

Dense retrieval is becoming one of the standard approaches for document and passage ranking. The dual-encoder architecture is widely adopted for scoring question-passage pairs due to its efficiency and high performance. …

Contrastive LearningData AugmentationOpen-Domain Question AnsweringPassage Ranking+2