IRCLLGApr 13, 2021

BERT Embeddings Can Track Context in Conversational Search

arXiv:2104.06529v1
Originality Incremental advance
AI Analysis

This work addresses the need for more natural conversational search systems for general users, but it is incremental as it builds on existing neural methods.

The authors tackled the problem of tracking conversational context in search systems by using neural query-rewriting models and a Transformer-based re-ranking method, resulting in improved performance as shown by the advantages of leveraging context from utterances and embeddings.

The use of conversational assistants to search for information is becoming increasingly more popular among the general public, pushing the research towards more advanced and sophisticated techniques. In the last few years, in particular, the interest in conversational search is increasing, not only because of the generalization of conversational assistants but also because conversational search is a step forward in allowing a more natural interaction with the system. In this work, the focus is on exploring the context present of the conversation via the historical utterances and respective embeddings with the aim of developing a conversational search system that helps people search for information in a natural way. In particular, this system must be able to understand the context where the question is posed, tracking the current state of the conversation and detecting mentions to previous questions and answers. We achieve this by using a context-tracking component based on neural query-rewriting models. Another crucial aspect of the system is to provide the most relevant answers given the question and the conversational history. To achieve this objective, we used a Transformer-based re-ranking method and expanded this architecture to use the conversational context. The results obtained with the system developed showed the advantages of using the context present in the natural language utterances and in the neural embeddings generated throughout the conversation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes