Personal Assistant Systems
Dating app Hinge will give out free 'premium likes' if England wins the Euro 2020 final on Sunday
The moment that England fans have been waiting for is almost finally here, with England set to take on Italy in the Euro 2020 final this Sunday. While the main focus of the day will be the big game, singletons will also be happy to hear that a win could also help you to get a date. Dating app Hinge has announced that it will be giving out free Roses - its name for'premium likes' - if England wins this weekend. Dating app Hinge has announced that it will be giving out free Roses - its name for'premium likes' - if England wins this weekend Hinge describes itself as'the dating app for people who want to get off dating apps', and is one of the most popular apps in the UK and US. Last year, Hinge introduced'Roses', its name for premium likes.
10 Reasons Why you Should Learn Artificial Intelligence
Artificial Intelligence has revolutionized the way people think, learn, and work in various fields, from finance to healthcare and mobile apps. What's more interesting is that AI plays more role in our daily lives than we can imagine. From Siri and Ok Google to various virtual player games and social media apps, AI is everywhere. It sure is the most happening topic in every business right now. It is the most wanted and exciting career domain right now in the market.
7 Great Examples of Artificial Intelligence in Daily Life
The term Artificial Intelligence (AI) may conjure up images of futuristic robots and scenes from movies like The Matrix. While some highly sophisticated applications of AI still feel as though they belong to a distant future, Artificial Intelligence is in fact already all around us in daily life. Through AI technology, machines are trained to evaluate stimuli in an intentional and intelligent manner, adapt to it, and make decisions. And according to McKinsey & Company's 2020 global survey on the State of AI, over half of organizations are already using AI to facilitate at least one business function. In truth, the vast majority of us are already interacting with Artificial Intelligence every day.
Heterogeneous Global Graph Neural Networks for Personalized Session-based Recommendation
Pang, Yitong, Wu, Lingfei, Shen, Qi, Zhang, Yiming, Wei, Zhihua, Xu, Fangli, Chang, Ethan, Long, Bo
Predicting the next interaction of a short-term interaction session is a challenging task in session-based recommendation. Almost all existing works rely on item transition patterns, and neglect the impact of user historical sessions while modeling user preference, which often leads to non-personalized recommendation. Additionally, existing personalized session-based recommenders capture user preference only based on the sessions of the current user, but ignore the useful item-transition patterns from other user's historical sessions. To address these issues, we propose a novel Heterogeneous Global Graph Neural Networks (HG-GNN) to exploit the item transitions over all sessions in a subtle manner for better inferring user preference from the current and historical sessions. To effectively exploit the item transitions over all sessions from users, we propose a novel heterogeneous global graph that contains item transitions of sessions, user-item interactions and global co-occurrence items. Moreover, to capture user preference from sessions comprehensively, we propose to learn two levels of user representations from the global graph via two graph augmented preference encoders. Specifically, we design a novel heterogeneous graph neural network (HGNN) on the heterogeneous global graph to learn the long-term user preference and item representations with rich semantics. Based on the HGNN, we propose the Current Preference Encoder and the Historical Preference Encoder to capture the different levels of user preference from the current and historical sessions, respectively. To achieve personalized recommendation, we integrate the representations of the user current preference and historical interests to generate the final user preference representation. Extensive experimental results on three real-world datasets show that our model outperforms other state-of-the-art methods.
YouTube's recommender AI still a horrorshow, finds major crowdsourced study – TechCrunch
Most likely it's a clumsy attempt to throw disinformation shade at rivals.) Returning to the regulation point, an EU proposal -- the Digital Services Act -- is set to introduce some transparency requirements on large digital platforms, as part of a wider package of accountability measures. And asked about this Geurkink described the DSA as "a promising avenue for greater transparency". But she suggested the legislation needs to go further to tackle recommender systems like the YouTube AI. "I think that transparency around recommender systems specifically and also people having control over the input of their own data and then the output of recommendations is really important -- and is a place where the DSA is currently a bit sparse, so I think that's where we really need to dig in," she told us. One idea she voiced support for is having a "data access framework" baked into the law -- to enable vetted researchers to get more of the information they need to study powerful AI technologies -- i.e. rather than the law trying to come up with "a laundry list of all of the different pieces of transparency and information that should be applicable", as she put it.
Unsupervised Proxy Selection for Session-based Recommender Systems
Cho, Junsu, Kang, SeongKu, Hyun, Dongmin, Yu, Hwanjo
Session-based Recommender Systems (SRSs) have been actively developed to recommend the next item of an anonymous short item sequence (i.e., session). Unlike sequence-aware recommender systems where the whole interaction sequence of each user can be used to model both the short-term interest and the general interest of the user, the absence of user-dependent information in SRSs makes it difficult to directly derive the user's general interest from data. Therefore, existing SRSs have focused on how to effectively model the information about short-term interest within the sessions, but they are insufficient to capture the general interest of users. To this end, we propose a novel framework to overcome the limitation of SRSs, named ProxySR, which imitates the missing information in SRSs (i.e., general interest of users) by modeling proxies of sessions. ProxySR selects a proxy for the input session in an unsupervised manner, and combines it with the encoded short-term interest of the session. As a proxy is jointly learned with the short-term interest and selected by multiple sessions, a proxy learns to play the role of the general interest of a user and ProxySR learns how to select a suitable proxy for an input session. Moreover, we propose another real-world situation of SRSs where a few users are logged-in and leave their identifiers in sessions, and a revision of ProxySR for the situation. Our experiments on real-world datasets show that ProxySR considerably outperforms the state-of-the-art competitors, and the proxies successfully imitate the general interest of the users without any user-dependent information.
A Graph-based Approach for Mitigating Multi-sided Exposure Bias in Recommender Systems
Mansoury, Masoud, Abdollahpouri, Himan, Pechenizkiy, Mykola, Mobasher, Bamshad, Burke, Robin
Fairness is a critical system-level objective in recommender systems that has been the subject of extensive recent research. A specific form of fairness is supplier exposure fairness where the objective is to ensure equitable coverage of items across all suppliers in recommendations provided to users. This is especially important in multistakeholder recommendation scenarios where it may be important to optimize utilities not just for the end-user, but also for other stakeholders such as item sellers or producers who desire a fair representation of their items. This type of supplier fairness is sometimes accomplished by attempting to increasing aggregate diversity in order to mitigate popularity bias and to improve the coverage of long-tail items in recommendations. In this paper, we introduce FairMatch, a general graph-based algorithm that works as a post processing approach after recommendation generation to improve exposure fairness for items and suppliers. The algorithm iteratively adds high quality items that have low visibility or items from suppliers with low exposure to the users' final recommendation lists. A comprehensive set of experiments on two datasets and comparison with state-of-the-art baselines show that FairMatch, while significantly improves exposure fairness and aggregate diversity, maintains an acceptable level of relevance of the recommendations.
Rating and aspect-based opinion graph embeddings for explainable recommendations
Cantador, Iván, Carvallo, Andrés, Diez, Fernando
The success of neural network embeddings has entailed a renewed interest in using knowledge graphs for a wide variety of machine learning and information retrieval tasks. In particular, recent recommendation methods based on graph embeddings have shown state-of-the-art performance. In general, these methods encode latent rating patterns and content features. Differently from previous work, in this paper, we propose to exploit embeddings extracted from graphs that combine information from ratings and aspect-based opinions expressed in textual reviews. We then adapt and evaluate state-of-the-art graph embedding techniques over graphs generated from Amazon and Yelp reviews on six domains, outperforming baseline recommenders. Additionally, our method has the advantage of providing explanations that involve the coverage of aspect-based opinions given by users about recommended items.
Graphing else matters: exploiting aspect opinions and ratings in explainable graph-based recommendations
Cantador, Iván, Carvallo, Andrés, Diez, Fernando, Parra, Denis
The success of neural network embeddings has entailed a renewed interest in using knowledge graphs for a wide variety of machine learning and information retrieval tasks. In particular, current recommendation methods based on graph embeddings have shown state-of-the-art performance. These methods commonly encode latent rating patterns and content features. Different from previous work, in this paper, we propose to exploit embeddings extracted from graphs that combine information from ratings and aspect-based opinions expressed in textual reviews. We then adapt and evaluate state-of-the-art graph embedding techniques over graphs generated from Amazon and Yelp reviews on six domains, outperforming baseline recommenders. Our approach has the advantage of providing explanations which leverage aspect-based opinions given by users about recommended items. Furthermore, we also provide examples of the applicability of recommendations utilizing aspect opinions as explanations in a visualization dashboard, which allows obtaining information about the most and least liked aspects of similar users obtained from the embeddings of an input graph.
SelfCF: A Simple Framework for Self-supervised Collaborative Filtering
Zhou, Xin, Sun, Aixin, Liu, Yong, Zhang, Jie, Miao, Chunyan
Collaborative filtering (CF) is widely used to learn an informative latent representation of a user or item from observed interactions. Existing CF-based methods commonly adopt negative sampling to discriminate different items. That is, observed user-item pairs are treated as positive instances; unobserved pairs are considered as negative instances and are sampled under a defined distribution for training. Training with negative sampling on large datasets is computationally expensive. Further, negative items should be carefully sampled under the defined distribution, in order to avoid selecting an observed positive item in the training dataset. Unavoidably, some negative items sampled from the training dataset could be positive in the test set. Recently, self-supervised learning (SSL) has emerged as a powerful tool to learn a model without negative samples. In this paper, we propose a self-supervised collaborative filtering framework (SelfCF), that is specially designed for recommender scenario with implicit feedback. The main idea of SelfCF is to augment the output embeddings generated by backbone networks, because it is infeasible to augment raw input of user/item ids. We propose and study three output perturbation techniques that can be applied to different types of backbone networks including both traditional CF models and graph-based models. By encapsulating two popular recommendation models into the framework, our experiments on three datasets show that the best performance of our framework is comparable or better than the supervised counterpart. We also show that SelfCF can boost up the performance by up to 8.93\% on average, compared with another self-supervised framework as the baseline. Source codes are available at: https://github.com/enoche/SelfCF.