EMNLP 2022industry1 citations

Unsupervised Dense Retrieval for Scientific Articles

Dan Li, Vikrant Yadav, Zubair Afzal, George Tsatsaronis

Abstract

In this work, we build a dense retrieval based semantic search engine on scientific articles from Elsevier. The major challenge is that there is no labeled data for training and testing. We apply a state-of-the-art unsupervised dense retrieval model called Generative Pseudo Labeling that generates high-quality pseudo training labels. Furthermore, since the articles are unbalanced across different domains, we select passages from multiple domains to form balanced training data. For the evaluation, we create two test sets: one manually annotated and one automatically created from the meta-information of our data. We compare the semantic search engine with the currently deployed lexical search engine on the two test sets. The results of the experiment show that the semantic search engine trained with pseudo training labels can significantly improve search performance.

BibTeX
@inproceedings{li-etal-2022-unsupervised-dense,
    title = "Unsupervised Dense Retrieval for Scientific Articles",
    author = "Li, Dan  and
      Yadav, Vikrant  and
      Afzal, Zubair  and
      Tsatsaronis, George",
    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.32/",
    doi = "10.18653/v1/2022.emnlp-industry.32",
    pages = "313--321"
}