Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval 2021
DOI: 10.1145/3404835.3462856
|View full text |Cite
|
Sign up to set email alerts
|

Few-Shot Conversational Dense Retrieval

Abstract: Dense retrieval (DR) has the potential to resolve the query understanding challenge in conversational search by matching in the learned embedding space. However, this adaptation is challenging due to DR models' extra needs for supervision signals and the longtail nature of conversational search. In this paper, we present a Conversational Dense Retrieval system, ConvDR, that learns contextualized embeddings for multi-turn conversational queries and retrieves documents solely using embedding dot products. In add… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
38
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
3
1

Relationship

1
8

Authors

Journals

citations
Cited by 65 publications
(53 citation statements)
references
References 38 publications
(93 reference statements)
0
38
0
Order By: Relevance
“…We follow the evaluation setup from other retrieval-based dialog systems (e.g. Yu et al, 2021;Kumar and Callan, 2020) and use normalized Discounted Cumulative Gain (nDCG), which measures whether more appropriate gif responses are ranked higher. A gif's appropriateness score is the sum of annotators' ratings.…”
Section: Discussionmentioning
confidence: 99%
“…We follow the evaluation setup from other retrieval-based dialog systems (e.g. Yu et al, 2021;Kumar and Callan, 2020) and use normalized Discounted Cumulative Gain (nDCG), which measures whether more appropriate gif responses are ranked higher. A gif's appropriateness score is the sum of annotators' ratings.…”
Section: Discussionmentioning
confidence: 99%
“…In these representations the query and history is combined into one or more vectors issued as queries to a dense retrieval system. Yu et al (2021) encoded the history representation with a dense vector that is learned with a teacher-student model to mimic a dense representation of the manually rewritten query. The model for multiple turns uses composition with dense retrieval approaches similar to those in multi-hop QA (Khattab et al, 2021), but applied to a conversational context.…”
Section: Draft Version 10mentioning
confidence: 99%
“…Instead of the multi-stage cascade architecture, an alternative is end-to-end approaches based upon dense retrieval, sometimes referred to as Conversational Dense Retrieval (ConvDR) (Yu et al, 2021). The distinguishing feature is that retrieval and conversation are encoded with a dense vector rather than an explicit word-based query.…”
Section: Conversational Long Answer Rankingmentioning
confidence: 99%
“…Next, we will describe a method of training ConvDR models in a few-shot learning setting. Yu et al [2021a] propose a few-shot learning method to train a ConvDR model using the teacherstudent knowledge distillation framework [Hinton et al, 2015], where the query encoder of ConvDR (student) learns to produce the output of the query encoder of a well-trained ad hoc dense retrieval model (teacher). Specifically, the method assumes that we have 1.…”
Section: Conversational Dense Document Retrievalmentioning
confidence: 99%