Bridging the Gap Between Information Seeking and Product Search Systems: Q&A Recommendation for E-commerce

Saar Kuzi,Shervin Malmasi
2024-07-17
Abstract:Consumers on a shopping mission often leverage both product search and information seeking systems, such as web search engines and Question Answering (QA) systems, in an iterative process to improve their understanding of available products and reach a purchase decision. While product search is useful for shoppers to find the actual products meeting their requirements in the catalog, information seeking systems can be utilized to answer any questions they may have to refine those requirements. The recent success of Large Language Models (LLMs) has opened up an opportunity to bridge the gap between the two tasks to help customers achieve their goals quickly and effectively by integrating conversational QA within product search. In this paper, we propose to recommend users Question-Answer (Q&A) pairs that are relevant to their product search and can help them make a purchase decision. We discuss the different aspects of the problem including the requirements and characteristics of the Q&A pairs, their generation, and the optimization of the Q&A recommendation task. We highlight the challenges, open problems, and suggested solutions to encourage future research in this emerging area.
Computation and Language,Information Retrieval
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in e - commerce, consumers need to frequently switch between product search systems and information - seeking systems during the shopping process in order to obtain sufficient information to make purchasing decisions. This process is not only inefficient but also requires consumers to invest a great deal of time and energy. Specifically, the paper focuses on the following aspects of the problem: 1. **Mismatch between information acquisition and requirements**: When using information - seeking systems, consumers may not be able to ask appropriate questions to obtain the information they really need. This is because consumers often lack knowledge of the required products when they start shopping, resulting in their not knowing what to ask. 2. **Independent information - seeking systems lack context**: Existing information - seeking systems (such as web search engines or question - answering systems) are usually independent of product search systems, and they cannot directly take into account the specific context of consumers in product search (for example, the product detail page or search result list that the consumer is viewing). This makes the answers provided by the information - seeking systems may not be relevant or specific enough. 3. **The need to optimize user experience**: In order to improve the shopping experience of consumers, a new method is required to integrate the functions of product search and information - seeking, enabling consumers to obtain the required information more quickly and effectively, and ultimately make purchasing decisions. To solve the above problems, the paper proposes a new paradigm, that is, recommending relevant question - and - answer pairs (Q&A pairs) in the product search system to help consumers obtain important purchase - related information at different shopping stages. These question - and - answer pairs can be provided at multiple entry points such as auto - complete suggestions, search result pages, and product detail pages, so as to better meet the specific needs of consumers.