English

Saving Dense Retriever from Shortcut Dependency in Conversational Search

Computation and Language 2022-10-20 v2

Abstract

Conversational search (CS) needs a holistic understanding of conversational inputs to retrieve relevant passages. In this paper, we demonstrate the existence of a retrieval shortcut in CS, which causes models to retrieve passages solely relying on partial history while disregarding the latest question. With in-depth analysis, we first show that naively trained dense retrievers heavily exploit the shortcut and hence perform poorly when asked to answer history-independent questions. To build more robust models against shortcut dependency, we explore various hard negative mining strategies. Experimental results show that training with the model-based hard negatives effectively mitigates the dependency on the shortcut, significantly improving dense retrievers on recent CS benchmarks. In particular, our retriever outperforms the previous state-of-the-art model by 11.0 in Recall@10 on QReCC.

Keywords

Cite

@article{arxiv.2202.07280,
  title  = {Saving Dense Retriever from Shortcut Dependency in Conversational Search},
  author = {Sungdong Kim and Gangwoo Kim},
  journal= {arXiv preprint arXiv:2202.07280},
  year   = {2022}
}

Comments

Accepted to EMNLP 2022 main conference

R2 v1 2026-06-24T09:37:29.117Z