Interpreting Conversational Dense Retrieval by Rewriting-Enhanced Inversion of Session Embedding
Yiruo Cheng, Kelong Mao, Zhicheng Dou

TL;DR
This paper introduces CONVINV, a method that transforms opaque conversational session embeddings into interpretable text while maintaining retrieval performance, enhancing transparency in conversational dense retrieval models.
Contribution
CONVINV is a novel approach that converts session embeddings into interpretable text using Vec2Text and external query rewrites, improving interpretability without sacrificing accuracy.
Findings
CONVINV produces more interpretable text than baselines.
CONVINV maintains retrieval performance comparable to original models.
Extensive evaluations on three benchmarks validate effectiveness.
Abstract
Conversational dense retrieval has shown to be effective in conversational search. However, a major limitation of conversational dense retrieval is their lack of interpretability, hindering intuitive understanding of model behaviors for targeted improvements. This paper presents CONVINV, a simple yet effective approach to shed light on interpretable conversational dense retrieval models. CONVINV transforms opaque conversational session embeddings into explicitly interpretable text while faithfully maintaining their original retrieval performance as much as possible. Such transformation is achieved by training a recently proposed Vec2Text model based on the ad-hoc query encoder, leveraging the fact that the session and query embeddings share the same space in existing conversational dense retrieval. To further enhance interpretability, we propose to incorporate external interpretable…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
