中文
相关论文

相关论文: A Hierarchical Contextual Attention-based GRU Netw…

200 篇论文

Cross-device user matching is a critical problem in numerous domains, including advertising, recommender systems, and cybersecurity. It involves identifying and linking different devices belonging to the same person, utilizing sequence…

机器学习 · 计算机科学 2023-10-23 Ali Taghibakhshi , Mingyuan Ma , Ashwath Aithal , Onur Yilmaz , Haggai Maron , Matthew West

In the case that user profiles are not available, the recommendation based on anonymous session is particularly important, which aims to predict the items that the user may click at the next moment based on the user's access sequence over a…

信息检索 · 计算机科学 2021-03-30 Haomei Duan , Jinghua Zhu

Modern industrial recommender systems use a deep ranking model to score N candidates against the same user and context features. Standard implementations broadcast context features early in the forward pass, redundantly computing…

信息检索 · 计算机科学 2026-05-28 Yevgeny Tkach

Machine reading comprehension (MRC) poses new challenges over logical reasoning, which aims to understand the implicit logical relations entailed in the given contexts and perform inference over them. Due to the complexity of logic, logical…

计算与语言 · 计算机科学 2023-06-22 Jialin Chen , Zhuosheng Zhang , Hai Zhao

User interests are usually dynamic in the real world, which poses both theoretical and practical challenges for learning accurate preferences from rich behavior data. Among existing user behavior modeling solutions, attention networks are…

信息检索 · 计算机科学 2022-04-14 Chao Chen , Haoyu Geng , Nianzu Yang , Junchi Yan , Daiyue Xue , Jianping Yu , Xiaokang Yang

Sequential recommendation aims to leverage users' historical behaviors to predict their next interaction. Existing works have not yet addressed two main challenges in sequential recommendation. First, user behaviors in their rich historical…

信息检索 · 计算机科学 2023-07-27 Jianxin Chang , Chen Gao , Yu Zheng , Yiqun Hui , Yanan Niu , Yang Song , Depeng Jin , Yong Li

Sequential Recommendation is a prominent topic in current research, which uses user behavior sequence as an input to predict future behavior. By assessing the correlation strength of historical behavior through the dot product, the model…

信息检索 · 计算机科学 2023-02-23 Jiayi Chen , Wen Wu , Liye Shi , Yu Ji , Wenxin Hu , Xi Chen , Wei Zheng , Liang He

Predicting users' preferences based on their sequential behaviors in history is challenging and crucial for modern recommender systems. Most existing sequential recommendation algorithms focus on transitional structure among the sequential…

信息检索 · 计算机科学 2020-02-06 Jibang Wu , Renqin Cai , Hongning Wang

We investigate recurrent neural network architectures for event-sequence processing. Event sequences, characterized by discrete observations stamped with continuous-valued times of occurrence, are challenging due to the potentially wide…

神经与进化计算 · 计算机科学 2017-10-12 Michael C. Mozer , Denis Kazakov , Robert V. Lindsey

Sequential recommendation has attracted a lot of attention from both academia and industry, however the privacy risks associated to gathering and transferring users' personal interaction data are often underestimated or ignored. Existing…

信息检索 · 计算机科学 2024-01-10 Wei Wang , Yujie Lin , Pengjie Ren , Zhumin Chen , Tsunenori Mine , Jianli Zhao , Qiang Zhao , Moyan Zhang , Xianye Ben , Yujun Li

Extracting valuable facts or informative summaries from multi-dimensional tables, i.e. insight mining, is an important task in data analysis and business intelligence. However, ranking the importance of insights remains a challenging and…

计算与语言 · 计算机科学 2018-11-15 Qi Zeng , Liangchen Luo , Wenhao Huang , Yang Tang

Recently, the reciprocal recommendation, especially for online dating applications, has attracted more and more research attention. Different from conventional recommendation problems, the reciprocal recommendation aims to simultaneously…

信息检索 · 计算机科学 2020-11-26 Linhao Luo , Liqi Yang , Ju Xin , Yixiang Fang , Xiaofeng Zhang , Xiaofei Yang , Kai Chen , Zhiyuan Zhang , Kai Liu

With the outbreak of today's streaming data, the sequential recommendation is a promising solution to achieve time-aware personalized modeling. It aims to infer the next interacted item of a given user based on the historical item sequence.…

信息检索 · 计算机科学 2023-09-19 Guanyu Lin , Chen Gao , Yinfeng Li , Yu Zheng , Zhiheng Li , Depeng Jin , Dong Li , Jianye Hao , Yong Li

Video QA challenges modelers in multiple fronts. Modeling video necessitates building not only spatio-temporal models for the dynamic visual channel but also multimodal structures for associated information channels such as subtitles or…

计算机视觉与模式识别 · 计算机科学 2021-01-05 Thao Minh Le , Vuong Le , Svetha Venkatesh , Truyen Tran

Sequential recommendation systems aim to capture users' evolving preferences from their interaction histories. Recent reasoningenhanced methods have shown promise by introducing deliberate, chain-of-thought-like processes with intermediate…

信息检索 · 计算机科学 2025-12-17 Yifan Shao , Peilin Zhou

Graph Neural Networks (GNNs) have become powerful tools in modeling graph-structured data in recommender systems. However, real-life recommendation scenarios usually involve heterogeneous relationships (e.g., social-aware user influence,…

信息检索 · 计算机科学 2023-03-03 Mengru Chen , Chao Huang , Lianghao Xia , Wei Wei , Yong Xu , Ronghua Luo

Recurrent Neural Networks architectures excel at processing sequences by modelling dependencies over different timescales. The recently introduced Recurrent Weighted Average (RWA) unit captures long term dependencies far better than an LSTM…

机器学习 · 计算机科学 2017-06-20 Brendan Maginnis , Pierre H. Richemond

Recommender Systems (RS) are fundamental to modern online services. While most existing approaches optimize for short-term engagement, recent work has begun to explore reinforcement learning (RL) to model long-term user value. However,…

信息检索 · 计算机科学 2026-02-26 Minmao Wang , Xingchen Liu , Shijie Yi , Likang Wu , Hongke Zhao , Fei Pan , Qingpeng Cai , Peng Jiang

State-of-the-art sequential recommendation relies heavily on self-attention-based recommender models. Yet such models are computationally expensive and often too slow for real-time recommendation. Furthermore, the self-attention operation…

信息检索 · 计算机科学 2023-11-09 Zhenrui Yue , Yueqi Wang , Zhankui He , Huimin Zeng , Julian McAuley , Dong Wang

Sequential recommendation (SR) is traditionally formulated as next-item prediction over a chronological sequence of interacted items. Although recent generative recommendation (GR) methods introduce new machinery, such as semantic IDs,…