• WWW 23

    The Web Conference. The Web Conference is the premier conference focused on understanding the current state and the evolution of the Web through the lens of computer science, computational social science, economics, policy, and many other disciplines. The Web Conference (formerly www conference) is a yearly interna ...

    Austin, Texas, USA,

    摘要截止日期: October 6, 2022

    正文截止日期: October 13, 2022

  • AAAI 23

    the American Association for Artificial Intelligence. Founded in 1979, the Association for the Advancement of Artificial Intelligence (AAAI) (formerly the American Association for Artificial Intelligence) is a nonprofit scientific society devoted to advancing the scientific understanding of the mechanisms underlying thought and intelligent behavior and ...

    Washington, DC, USA,

    摘要截止日期: August 8, 2022

    正文截止日期: August 15, 2022

  • SIGIR2022

    the Association for Computing Machinery’s Special Interest Group on Information Retrieval. SIGIR is the Association for Computing Machinery’s Special Interest Group on Information Retrieval. Since 1963, we have promoted research, development and education in the area of search and other information access technologies. ...

    Madrid, Spain, July 11th to 15th, 2022

    摘要截止日期: January 21, 2022

    正文截止日期: January 28, 2022

  • WSDM2023

    ACM International Conference on Web Search and Data Mining. WSDM is a highly selective conference that includes invited talks, as well as refereed full papers. WSDM publishes original, high-quality papers related to search and data mining on the Web and the Social Web, with an emphasis on practical yet principled novel models of search and data mining, algor ...

    TBD,

    摘要截止日期: TBD

    正文截止日期:

  • IJCAI2022

    The International Joint Conference on Artificial Intelligence. International Joint Conferences on Artificial Intelligence is a non-profit corporation founded in California, in 1969 for scientific and educational purposes, including dissemination of information on Artificial Intelligence at conferences in which cutting-edge scientific results are presented and t ...

    Austria, July 23-29, 2022

    摘要截止日期: January 7, 2022

    正文截止日期: January 14, 2022


Towards Better Representation Learning for Personalized News Recommendations: A Multi-Channel Deep Fusion Approach 2019-04-06 04:17:33
Millions of news articles emerge every day. How to provide personalized news recommendations has become a critical task for service providers. In the past few decades, latent factor models has been widely used for building recommender systems (RSs). With the remarkable success of deep learn- ing tec... || cross-domain; NN; attention model; attentive model;NSVD; 用点击的item embedding 去表达user representation; || Jianxun Lian...

DELF: A Dual-Embedding based Deep Latent Factor Model for Recommendation 2019-04-03 09:27:27
Among various recommendation methods, latent factor models are usually considered to be state-of-the-art techniques, which aim to learn user and item embeddings for predicting user-item preferences. When applying latent factor models to recommendation with implicit feedback, the quality of embedding... || NCF; NSVD; 用item embedding表达user embedding, 反之亦可; 传统的user embedding + 用item embedding表达的user embedding;; || Weiyu Cheng...

Dynamic Bayesian Logistic Matrix Factorization for Recommendation with Implicit Feedback 2019-04-03 07:58:08
Matrix factorization has been widely adopted for recommendation by learning latent embeddings of users and items from observed user-item interaction data. However, previous methods usually assume the learned embeddings are static or homogeneously evolving with the same diffusion rate. This is not va... || time; temporal; implicit feedback; Gaussian process; || Yong Liu...

PLASTIC: Prioritize Long and Short-term Information in Top-n Recommendation using Adversarial Training 2019-04-02 22:01:38
Recommender systems provide users with ranked lists of items based on individual’s preferences and constraints. Two types of models are commonly used to generate ranking results: long-term models and session-based models. While long-term mod- els represent the interactions between users and items th... || Gan; Generative Adversarial Network; reinforcement learning; LSTM; MF; || Wei Zhao...

Interpretable Recommendation via Attraction Modeling: Learning Multilevel Attractiveness over Multimodal Movie Contents 2019-03-13 02:55:29
New contents like blogs and online videos are produced in every second in the new media age. We argue that attraction is one of the decisive factors for user selection of new contents. However, collaborative filtering cannot work without user feedback; and the existing content-based recommender syst... || attention; 绘图; || Liang Hu...

Exploiting POI-Specific Geographical Influence for Point-of-Interest Recommendation 2019-03-05 23:24:13
Point-of-Interest (POI) recommendation, i.e., recommending unvisited POIs for users, is a fundamental problem for location-based social networks. POI recommendation distinguishes itself from traditional item recommendation, e.g., movie recommendation, via geographical influence among POIs. Existing ... || physical distance; 一个点两个向量;非对称;asymmetric; 时间或者地理距离信号影响; || Hao Wang...

Set Transformer: A framework for Attention-based Permutation-Invariant Neural Networks 2019-03-04 05:29:37
Many machine learning tasks such as multiple instance learning, 3D shape recognition, and few- shot image classification are defined on sets of instances. Since solutions to such problems do not depend on the order of elements of the set, models used to address them should be permutation invariant. ... || self-attention...