Goto

Collaborating Authors

 Personal Assistant Systems


Context Uncertainty in Contextual Bandits with Applications to Recommender Systems

arXiv.org Machine Learning

Recurrent neural networks have proven effective in modeling sequential user feedbacks for recommender systems. However, they usually focus solely on item relevance and fail to effectively explore diverse items for users, therefore harming the system performance in the long run. To address this problem, we propose a new type of recurrent neural networks, dubbed recurrent exploration networks (REN), to jointly perform representation learning and effective exploration in the latent space. REN tries to balance relevance and exploration while taking into account the uncertainty in the representations. Our theoretical analysis shows that REN can preserve the rate-optimal sublinear regret even when there exists uncertainty in the learned representations. Our empirical study demonstrates that REN can achieve satisfactory long-term rewards on both synthetic and real-world recommendation datasets, outperforming state-of-the-art models.


Robots as a substitute for human proximity

#artificialintelligence

Deep learning, big data, the cloud, and the rest of the pieces of the developing AI world are becoming familiar, being visualized by marketers who understand we need images and ideas that fit into our worldview. We already love our cars and our dogs, so falling in love with an AI personal assistant who actually talks, and listens to us, seems like an easy jump. They pay attention to us, care for us, are interested and responsive, and leave us in charge. They don't judge us or pressure us, but actually seem to like us: Robots and human proximity. The heart of AI and robotic development, real and fictional, has always been how the brain works.


Improving Graph Collaborative Filtering with Neighborhood-enriched Contrastive Learning

arXiv.org Artificial Intelligence

Recently, graph collaborative filtering methods have been proposed as an effective recommendation approach, which can capture users' preference over items by modeling the user-item interaction graphs. In order to reduce the influence of data sparsity, contrastive learning is adopted in graph collaborative filtering for enhancing the performance. However, these methods typically construct the contrastive pairs by random sampling, which neglect the neighboring relations among users (or items) and fail to fully exploit the potential of contrastive learning for recommendation. To tackle the above issue, we propose a novel contrastive learning approach, named Neighborhood-enriched Contrastive Learning, named NCL, which explicitly incorporates the potential neighbors into contrastive pairs. Specifically, we introduce the neighbors of a user (or an item) from graph structure and semantic space respectively. For the structural neighbors on the interaction graph, we develop a novel structure-contrastive objective that regards users (or items) and their structural neighbors as positive contrastive pairs. In implementation, the representations of users (or items) and neighbors correspond to the outputs of different GNN layers. Furthermore, to excavate the potential neighbor relation in semantic space, we assume that users with similar representations are within the semantic neighborhood, and incorporate these semantic neighbors into the prototype-contrastive objective. The proposed NCL can be optimized with EM algorithm and generalized to apply to graph collaborative filtering methods. Extensive experiments on five public datasets demonstrate the effectiveness of the proposed NCL, notably with 26% and 17% performance gain over a competitive graph collaborative filtering base model on the Yelp and Amazon-book datasets respectively. Our code is available at: https://github.com/RUCAIBox/NCL.


new-opportunities-for-businesses-to-use-iot-technology

#artificialintelligence

In recent years, the Internet of Things (IoT), has seen more popularity in cyber markets. Statista projects the IoT industry worldwide. The Internet of Things (IoT), which is a collection of connected devices such as smart home and office gadgets and others, has seen more popularity in recent years. Statista predicts that the IoT market will exceed one trillion dollars worldwide by 2030. Businesses can now use IoT technology to increase their revenue.


vidBoard.ai

#artificialintelligence

The way we express ourselves, either orally or in writing, tells a lot about who we are and how we feel at that moment. The words, tone, pitch, everything adds up to create a piece of information that we want to convey to the other person and the same is very peculiar to us. In theory, human behaviour is predictable with the help of the information a human being conveys through verbal communication. An individual is capable of generating thousands of sentences, and each sentence has its own level of complexity attached to it. Now imagine the level of complexity in analysing the language used by crores of people.


Recommender Systems and Deep Learning in Python

#artificialintelligence

What do I mean by "recommender systems", and why are they useful? Let's look at the top 3 websites on the Internet, according to Alexa: Google, YouTube, and Facebook. Recommender systems form the very foundation of these technologies. Google: Search results They are why Google is the most successful technology company today. YouTube: Video dashboard I'm sure I'm not the only one who's accidentally spent hours on YouTube when I had more important things to do! Just how do they convince you to do that?


UK dating app Fluttr aims to beat the 'Tinder swindlers' with biometric ID

The Guardian

A new British dating app is promising to eradicate Tinder Swindler-style romance fraud, which cost duped daters almost ยฃ100m last year, by ensuring that all members complete biometric ID verification before they digitally mingle. Fluttr, which claims to be the first UK online dating app to use such technology to improve user safety, is launching on Valentine's Day in the hope of getting a boost from singletons looking to change their relationship status. The issue of romance fraud, catfishing and fake profiles has been put into the spotlight following the release of Netflix documentary The Tinder Swindler, which tells the true story of a man who went to extraordinary lengths to scam women for millions after meeting them online. The pandemic, when online dating was the only mixing that was allowed, has driven a huge surge in scams costing those duped ยฃ92m in the UK last year. "We want to rid the world of Tinder Swindlers and create a safe space free from the fake profiles used to defraud, catfish and abuse online daters," said Rhonda Alexander, the chief executive and co-founder of Fluttr.


UserBERT: Modeling Long- and Short-Term User Preferences via Self-Supervision

arXiv.org Artificial Intelligence

E-commerce platforms generate vast amounts of customer behavior data, such as clicks and purchases, from millions of unique users every day. However, effectively using this data for behavior understanding tasks is challenging because there are usually not enough labels to learn from all users in a supervised manner. This paper extends the BERT model to e-commerce user data for pre-training representations in a self-supervised manner. By viewing user actions in sequences as analogous to words in sentences, we extend the existing BERT model to user behavior data. Further, our model adopts a unified structure to simultaneously learn from long-term and short-term user behavior, as well as user attributes. We propose methods for the tokenization of different types of user behavior sequences, the generation of input representation vectors, and a novel pretext task to enable the pre-trained model to learn from its own input, eliminating the need for labeled training data. Extensive experiments demonstrate that the learned representations result in significant improvements when transferred to three different real-world tasks, particularly compared to task-specific modeling and multi-task representation learning


Can you match with a date based on conversation, not photos? Tinder rolls out 'Blind Date'

USATODAY - Tech Top Stories

In efforts to introduce authenticity to online dating, Tinder has rolled out a new feature called "Blind Date," which pairs swipers up for a chat before they're able to view each other's profiles. "Inspired by the OG way to meet someone new, usually at the hand of a meddlesome aunt or well-meaning friend, Blind Date gives the daters of today a low-pressure way to put their personality first and find a match they truly vibe with," Tinder said. People on Tinder who try out this feature will answer a series of icebreaker questions like "It's OK to wear a shirt ____ times without washing it" and "I put ketchup on____." Based on their responses, users will get matched and see the responses of their potential match. They will then get placed in a timed chat, after which they can choose to match with the other person or not.


Measuring "Why" in Recommender Systems: a Comprehensive Survey on the Evaluation of Explainable Recommendation

arXiv.org Artificial Intelligence

Explainable recommendation has shown its great advantages for improving recommendation persuasiveness, user satisfaction, system transparency, among others. A fundamental problem of explainable recommendation is how to evaluate the explanations. In the past few years, various evaluation strategies have been proposed. However, they are scattered in different papers, and there lacks a systematic and detailed comparison between them. To bridge this gap, in this paper, we comprehensively review the previous work, and provide different taxonomies for them according to the evaluation perspectives and evaluation methods. Beyond summarizing the previous work, we also analyze the (dis)advantages of existing evaluation methods and provide a series of guidelines on how to select them. The contents of this survey are based on more than 100 papers from top-tier conferences like IJCAI, AAAI, TheWebConf, Recsys, UMAP, and IUI, and their complete summarization are presented at https://shimo.im/sheets/VKrpYTcwVH6KXgdy/MODOC/. With this survey, we finally aim to provide a clear and comprehensive review on the evaluation of explainable recommendation.