paper-with-me

Papers

Leverage Implicit Feedback for Context-aware Product Search

2019-09-04 · Keping Bi, Choon Hui Teo, Yesh Dattatreya, Vijai Mohan, W. Bruce Croft

Product search serves as an important entry point for online shopping. In contrast to web search, the retrieved results in product search not only need to be relevant but also should satisfy customers' preferences in order to elicit purchases. Previous work has shown the efficacy of purchase history in personalized product search. However, customers with little or no purchase history do not benefit from personalized product search. Furthermore, preferences extracted from a customer's purchase history are usually long-term and may not always align with her short-term interests. Hence, in this paper, we leverage clicks within a query session, as implicit feedback, to represent users' hidden intents, which further act as the basis for re-ranking subsequent result pages for the query. It has been studied extensively to model user preference with implicit feedback in recommendation tasks. However, there has been little research on modeling users' short-term interest in product search. We study whether short-term context could help promote users' ideal item in the following result pages for a query. Furthermore, we propose an end-to-end context-aware embedding model which can capture long-term and short-term context dependencies. Our experimental results on the datasets collected from the search log of a commercial product search engine show that short-term context leads to much better performance compared with long-term and no context. Our results also show that our proposed model is more effective than word-based context-aware models.

📄 PDF Abstract BibTeX arXiv:1909.02065

Code (0)

등록된 구현이 없습니다.

Tasks

Re-Ranking

Similar Papers 제목 키워드 기반

Context-aware recommendations from implicit data via scalable tensor factorization

2013-09-29 · Balázs Hidasi, Domonkos Tikk

Albeit the implicit feedback based recommendation problem - when only the user history is available but there are no ratings - is the most typical setting in real-world applications, it is much less researched than the e…

Computational Efficiency

Fast ALS-based tensor factorization for context-aware recommendation from implicit feedback

2012-04-05 · Balázs Hidasi, Domonkos Tikk

Albeit, the implicit feedback based recommendation problem - when only the user history is available but there are no ratings - is the most typical setting in real-world applications, it is much less researched than the …

Computational Efficiency

G-UBS: Towards Robust Understanding of Implicit Feedback via Group-Aware User Behavior Simulation

2025-08-07 · Boyu Chen, Siran Chen, Zhengrong Yue, Kainan Yan 외 arxiv

User feedback is critical for refining recommendation systems, yet explicit feedback (e.g., likes or dislikes) remains scarce in practice. As a more feasible alternative, inferring user preferences from massive implicit …

Reinforcement LearningRecommendation Systems

Sayer: Using Implicit Feedback to Optimize System Policies

2021-10-28 · Mathias Lécuyer, Sang Hoon Kim, Mihir Nanavati, Junchen Jiang 외

We observe that many system policies that make threshold decisions involving a resource (e.g., time, memory, cores) naturally reveal additional, or implicit feedback. For example, if a system waits X min for an event to …

counterfactualData Augmentation

A Study of Context Dependencies in Multi-page Product Search

2019-09-09 · Keping Bi, Choon Hui Teo, Yesh Dattatreya, Vijai Mohan 외

In product search, users tend to browse results on multiple search result pages (SERPs) (e.g., for queries on clothing and shoes) before deciding which item to purchase. Users' clicks can be considered as implicit feedba…

Retrieval