paper-with-me

홈 › Papers

An Adversarial Imitation Click Model for Information Retrieval

2021-04-13 · Xinyi Dai, Jianghao Lin, Weinan Zhang, Shuai Li, Weiwen Liu, Ruiming Tang, Xiuqiang He, Jianye Hao, Jun Wang, Yong Yu

Modern information retrieval systems, including web search, ads placement, and recommender systems, typically rely on learning from user feedback. Click models, which study how users interact with a ranked list of items, provide a useful understanding of user feedback for learning ranking models. Constructing "right" dependencies is the key of any successful click model. However, probabilistic graphical models (PGMs) have to rely on manually assigned dependencies, and oversimplify user behaviors. Existing neural network based methods promote PGMs by enhancing the expressive ability and allowing flexible dependencies, but still suffer from exposure bias and inferior estimation. In this paper, we propose a novel framework, Adversarial Imitation Click Model (AICM), based on imitation learning. Firstly, we explicitly learn the reward function that recovers users' intrinsic utility and underlying intentions. Secondly, we model user interactions with a ranked list as a dynamic system instead of one-step click prediction, alleviating the exposure bias problem. Finally, we minimize the JS divergence through adversarial training and learn a stable distribution of click sequences, which makes AICM generalize well across different distributions of ranked lists. A theoretical analysis has indicated that AICM reduces the exposure bias from $O(T^2)$ to $O(T)$. Our studies on a public web search dataset show that AICM not only outperforms state-of-the-art models in traditional click metrics but also achieves superior performance in addressing the exposure bias and recovering the underlying patterns of click sequences.

📄 PDF Abstract BibTeX arXiv:2104.06077

Code (1)

xydaisjtu/AICM 공식 구현 pytorch

Tasks

Imitation LearningInformation RetrievalmodelRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Adversarial Sampling and Training for Semi-Supervised Information Retrieval

2018-11-09 · Dae Hoon Park, Yi Chang

Ad-hoc retrieval models with implicit feedback often have problems, e.g., the imbalanced classes in the data set. Too few clicked documents may hurt generalization ability of the models, whereas too many non-clicked docu…

Information RetrievalQuestion AnsweringRetrieval

TripJudge: A Relevance Judgement Test Collection for TripClick Health Retrieval

2022-08-14 · Sophia Althammer, Sebastian Hofstätter, Suzan Verberne, Allan Hanbury

Robust test collections are crucial for Information Retrieval research. Recently there is a growing interest in evaluating retrieval systems for domain-specific retrieval tasks, however these tasks often lack a reliable …

Information RetrievalRetrieval

Click-Feedback Retrieval

2023-04-28 · Zeyu Wang, Yu Wu

Retrieving target information based on input query is of fundamental importance in many real-world applications. In practice, it is not uncommon for the initial search to fail, where additional feedback information is ne…

Retrieval

CPS-MEBR: Click Feedback-Aware Web Page Summarization for Multi-Embedding-Based Retrieval

2022-10-18 · Wenbiao Li, Pan Tang, Zhengfan Wu, Weixue Lu 외

Embedding-based retrieval (EBR) is a technique to use embeddings to represent query and document, and then convert the retrieval problem into a nearest neighbor search problem in the embedding space. Some previous works …

RetrievalSentence

Validating Synthetic Usage Data in Living Lab Environments

2023-10-11 · Timo Breuer, Norbert Fuhr, Philipp Schaer

Evaluating retrieval performance without editorial relevance judgments is challenging, but instead, user interactions can be used as relevance signals. Living labs offer a way for small-scale platforms to validate inform…

Information RetrievalRetrieval