vix.ing · top · new · best · stats · spec

AutoAttention: Automatic Field Pair Selection for Attention in User Behavior Modeling

2022/10/27 by Zuowu Zheng, Zheng, Zuowu, Xiaofeng Gao +11 · 1 citation
Computer Science · Social Sciences · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Human Mobility and Location-Based Analysis #Information Retrieval (cs.IR) #Online Learning and Analytics #Recommender Systems and Techniques

paper · pdf · doi:10.48550/arxiv.2210.15154

openalex publication_date 2022/10/27 · openalex created_date 2022/11/03 · openalex updated_date 2026/07/28

Abstract

In Click-through rate (CTR) prediction models, a user's interest is usually represented as a fixed-length vector based on her history behaviors. Recently, several methods are proposed to learn an attentive weight for each user behavior and conduct weighted sum pooling. However, these methods only manually select several fields from the target item side as the query to interact with the behaviors, neglecting the other target item fields, as well as user and context fields. Directly including all these fields in the attention may introduce noise and deteriorate the performance. In this paper, we propose a novel model named AutoAttention, which includes all item/user/context side fields as the query, and assigns a learnable weight for each field pair between behavior fields and query fields. Pruning on these field pairs via these learnable weights lead to automatic field pair selection, so as to identify and remove noisy field pairs. Though including more fields, the computation cost of AutoAttention is still low due to using a simple attention function and field pair selection. Extensive experiments on the public dataset and Tencent's production dataset demonstrate the effectiveness of the proposed approach.

Cited by

Related