Junwei Pan, Wei Xue, Ximei Wang, Haibin Yu, Xun Liu, Shijie Quan, Xueming Qiu, Dapeng Liu, Lei Xiao, Jie Jiang
tencent ads @kdd '24
yuan meng
november 22, 2024
ml journal club @doordash
meta mrs @icml '24
improve a DLRM: better feature interactions, better ways to transform features, longer user sequences...
sequence features (read more)
temporal interest module (tim)
temporally encoded embedding
temporal encoding: time delta since action
target-aware attention
target-aware representation (feature interaction)
not all actions are equal
multiple numeral systems encoding (mnse)
binary: 6_1, 5_1, 4_0, 3_0, 2_1, 1_1
numeric features (ordinal)
concat before passing to ranking
phenomenon & root cause (read more)
diagnose: svd 👉 watch out for vanishing singular values
solution: multi-embedding paradigm
different emb tables collapse differently, preserving more information than a single table...
biggest gmv gain for tencent: 3.9% rel lift
beyond mmoe and ple