paper-with-me

홈 › Papers

Structured Semantic Model supported Deep Neural Network for Click-Through Rate Prediction

2018-12-04 · Chenglei Niu, Guojing Zhong, Ying Liu, Yandong Zhang, Yongsheng Sun, Ailong He, Zhaoji Chen

With the rapid development of online advertising and recommendation systems, click-through rate prediction is expected to play an increasingly important role.Recently many DNN-based models which follow a similar Embedding&MLP paradigm have been proposed, and have achieved good result in image/voice and nlp fields. In these methods the Wide&Deep model announced by Google plays a key role.Most models first map large scale sparse input features into low-dimensional vectors which are transformed to fixed-length vectors, then concatenated together before being fed into a multilayer perceptron (MLP) to learn non-linear relations among input features. The number of trainable variables normally grow dramatically the number of feature fields and the embedding dimension grow. It is a big challenge to get state-of-the-art result through training deep neural network and embedding together, which falls into local optimal or overfitting easily. In this paper, we propose an Structured Semantic Model (SSM) to tackles this challenge by designing a orthogonal base convolution and pooling model which adaptively learn the multi-scale base semantic representation between features supervised by the click label.The output of SSM are then used in the Wide&Deep for CTR prediction.Experiments on two public datasets as well as real Weibo production dataset with over 1 billion samples have demonstrated the effectiveness of our proposed approach with superior performance comparing to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1812.01353

Code (2)

niuchenglei/ssm-dnn 공식 구현 tf
niuchenglei/usm-dnn 공식 구현 tf

Tasks

Click-Through Rate PredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

Wide&Deep Wide&Deep jointly trains wide linear models and deep neural networks to combine the benefits of memorization and generalization for real-world recommender systems. In summary,…

Similar Papers 제목 키워드 기반

Web Agents Should Use Typed Actions Instead of Click-Based Browsing

2026-02-19 · Linxi Jiang, Rui Xi, Zhijie Liu, Shuo Chen 외 arxiv

This position paper argues that building a reliable agentic Web requires shifting from low-level interaction primitives to typed actions supported by a semantic layer. Today's web agents primarily operate through clicks,…

From Ranked Lists to Carousels: A Carousel Click Model

2022-09-27 · Behnam Rahdari, Branislav Kveton, Peter Brusilovsky

Carousel-based recommendation interfaces allow users to explore recommended items in a structured, efficient, and visually-appealing way. This made them a de-facto standard approach to recommending items to end users in …

Learning deep structured semantic models for web search using clickthrough data

2013-10-27 · CIKM 2013 10 · Po-Sen Huang, Xiaodong He, Jianfeng Gao, Li Deng 외

Latent semantic models, such as LSA, intend to map a query to its relevant documents at the semantic level where keyword-based matching often fails. In this study we strive to develop a series of new latent semantic m…

Document Ranking

ASIL: Replacing Screenshot-and-Click with Structured State and Semantic Actions

2026-08-27 · Rui Xie, Lu Chen arxiv

Powerful code agents can execute scripts, call tools, and manage files, yet many important applications remain accessible primarily through graphical user interfaces. We argue that screenshot-and-click is an inefficient …

Click2Graph: Interactive Panoptic Video Scene Graphs from a Single Click

2025-11-20 · Raphael Ruschel, Hardikkumar Prajapati, Awsafur Rahman, B. S. Manjunath arxiv

State-of-the-art Video Scene Graph Generation (VSGG) systems provide structured visual understanding but operate as closed, feed-forward pipelines with no ability to incorporate human guidance. In contrast, promptable se…

Video scene graph generationRelational ReasoningScene Understanding