EMNLP 2022industry40 citations

SimANS: Simple Ambiguous Negatives Sampling for Dense Text Retrieval

Kun Zhou, Yeyun Gong, Xiao Liu, Wayne Xin Zhao, Yelong Shen, Anlei Dong, Jingwen Lu, Rangan Majumder

Abstract

Sampling proper negatives from a large document pool is vital to effectively train a dense retrieval model. However, existing negative sampling strategies suffer from the uninformative or false negative problem. In this work, we empirically show that according to the measured relevance scores, the negatives ranked around the positives are generally more informative and less likely to be false negatives. Intuitively, these negatives are not too hard (may be false negatives) or too easy (uninformative). They are the ambiguous negatives and need more attention during training.Thus, we propose a simple ambiguous negatives sampling method, SimANS, which incorporates a new sampling probability distribution to sample more ambiguous negatives.Extensive experiments on four public and one industry datasets show the effectiveness of our approach.We made the code and models publicly available in https://github.com/microsoft/SimXNS.

BibTeX
@inproceedings{zhou-etal-2022-simans,
    title = "{S}im{ANS}: Simple Ambiguous Negatives Sampling for Dense Text Retrieval",
    author = "Zhou, Kun  and
      Gong, Yeyun  and
      Liu, Xiao  and
      Zhao, Wayne Xin  and
      Shen, Yelong  and
      Dong, Anlei  and
      Lu, Jingwen  and
      Majumder, Rangan  and
      Wen, Ji-rong  and
      Duan, Nan",
    editor = "Li, Yunyao  and
      Lazaridou, Angeliki",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: Industry Track",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, UAE",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-industry.56/",
    doi = "10.18653/v1/2022.emnlp-industry.56",
    pages = "548--559"
}
SimANS: Simple Ambiguous Negatives Sampling for Dense Text Retrieval · EMNLP 2022