paper-with-me

홈 › Papers

FE-TCM: Filter-Enhanced Transformer Click Model for Web Search

2023-01-19 · Yingfei Wang, Jianping Liu, Jian Wang, XiaoFeng Wang, Meng Wang, Xintao Chu

Constructing click models and extracting implicit relevance feedback information from the interaction between users and search engines are very important to improve the ranking of search results. Using neural network to model users' click behaviors has become one of the effective methods to construct click models. In this paper, We use Transformer as the backbone network of feature extraction, add filter layer innovatively, and propose a new Filter-Enhanced Transformer Click Model (FE-TCM) for web search. Firstly, in order to reduce the influence of noise on user behavior data, we use the learnable filters to filter log noise. Secondly, following the examination hypothesis, we model the attraction estimator and examination predictor respectively to output the attractiveness scores and examination probabilities. A novel transformer model is used to learn the deeper representation among different features. Finally, we apply the combination functions to integrate attractiveness scores and examination probabilities into the click prediction. From our experiments on two real-world session datasets, it is proved that FE-TCM outperforms the existing click models for the click prediction.

📄 PDF Abstract BibTeX arXiv:2301.07854

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Knowledge-enhanced Session-based Recommendation with Temporal Transformer

2021-12-16 · Rongzhi Zhang, Yulong Gu, Xiaoyu Shen, Hui Su

Recent research has achieved impressive progress in the session-based recommendation. However, information such as item knowledge and click time interval, which could be potentially utilized to improve the performance, r…

Graph Representation LearningRepresentation LearningSession-Based Recommendations

Unbiased Filtering Of Accidental Clicks in Verizon Media Native Advertising

2023-12-08 · Yohay Kaplan, Naama Krasne, Alex Shtoff, Oren Somekh

Verizon Media (VZM) native advertising is one of VZM largest and fastest growing businesses, reaching a run-rate of several hundred million USDs in the past year. Driving the VZM native models that are used to predict ev…

Collaborative Filtering

v-TCM: Vertical-aware Transformer Click Model for Web Search

2022-05-06 · 37th ACM/SIGAPP Symposium on Applied Computing 2022 5 · Kritarth Bisht, Seba Susan

Understanding and predicting user click behavior on a web search engine results page is critical for online advertising and recommendation engines. The click prediction results can be further used to estimate the relevan…

Click-Through Rate PredictionPrediction

Counterfactual Learning-Driven Representation Disentanglement for Search-Enhanced Recommendation

2024-11-14 · Jiajun Cui, Xu Chen, Shuai Xiao, Chen Ju 외

For recommender systems in internet platforms, search activities provide additional insights into user interest through query-click interactions with items, and are thus widely used for enhancing personalized recommendat…

Collaborative FilteringcounterfactualData AugmentationDisentanglement+2

Mitigating Clickbait: An Approach to Spoiler Generation Using Multitask Learning

2024-05-07 · Sayantan Pal, Souvik Das, Rohini K. Srihari

This study introduces 'clickbait spoiling', a novel technique designed to detect, categorize, and generate spoilers as succinct text responses, countering the curiosity induced by clickbait content. By leveraging a multi…

Multi-Task LearningQuestion Answering