EMNLP 2021main3 citations

Voice Query Auto Completion

Raphael Tang, Karun Kumar, Kendra Chalkley, Ji Xin, Liming Zhang, Wenyan Li, Gefei Yang, Yajie Mao

Abstract

Query auto completion (QAC) is the task of predicting a search engine user’s final query from their intermediate, incomplete query. In this paper, we extend QAC to the streaming voice search setting, where automatic speech recognition systems produce intermediate transcriptions as users speak. Naively applying existing methods fails because the intermediate transcriptions often don’t form prefixes or even substrings of the final transcription. To address this issue, we propose to condition QAC approaches on intermediate transcriptions to complete voice queries. We evaluate our models on a speech-enabled smart television with real-life voice search traffic, finding that this ASR-aware conditioning improves the completion quality. Our best method obtains an 18% relative improvement in mean reciprocal rank over previous methods.

BibTeX
@inproceedings{tang-etal-2021-voice,
    title = "Voice Query Auto Completion",
    author = "Tang, Raphael  and
      Kumar, Karun  and
      Chalkley, Kendra  and
      Xin, Ji  and
      Zhang, Liming  and
      Li, Wenyan  and
      Yang, Gefei  and
      Mao, Yajie  and
      Shin, Junho  and
      Murray, Geoffrey Craig  and
      Lin, Jimmy",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.68/",
    doi = "10.18653/v1/2021.emnlp-main.68",
    pages = "900--906"
}
Voice Query Auto Completion · EMNLP 2021