Goto

Collaborating Authors

 Personal Assistant Systems


Retentive Decision Transformer with Adaptive Masking for Reinforcement Learning based Recommendation Systems

arXiv.org Artificial Intelligence

Reinforcement Learning-based Recommender Systems (RLRS) have shown promise across a spectrum of applications, from e-commerce platforms to streaming services. Yet, they grapple with challenges, notably in crafting reward functions and harnessing large pre-existing datasets within the RL framework. Recent advancements in offline RLRS provide a solution for how to address these two challenges. However, existing methods mainly rely on the transformer architecture, which, as sequence lengths increase, can introduce challenges associated with computational resources and training costs. Additionally, the prevalent methods employ fixed-length input trajectories, restricting their capacity to capture evolving user preferences. In this study, we introduce a new offline RLRS method to deal with the above problems. We reinterpret the RLRS challenge by modeling sequential decision-making as an inference task, leveraging adaptive masking configurations. This adaptive approach selectively masks input tokens, transforming the recommendation task into an inference challenge based on varying token subsets, thereby enhancing the agent's ability to infer across diverse trajectory lengths. Furthermore, we incorporate a multi-scale segmented retention mechanism that facilitates efficient modeling of long sequences, significantly enhancing computational efficiency. Our experimental analysis, conducted on both online simulator and offline datasets, clearly demonstrates the advantages of our proposed method.


Leave No Patient Behind: Enhancing Medication Recommendation for Rare Disease Patients

arXiv.org Artificial Intelligence

Medication recommendation systems have gained significant attention in healthcare as a means of providing tailored and effective drug combinations based on patients' clinical information. However, existing approaches often suffer from fairness issues, as recommendations tend to be more accurate for patients with common diseases compared to those with rare conditions. In this paper, we propose a novel model called Robust and Accurate REcommendations for Medication (RAREMed), which leverages the pretrain-finetune learning paradigm to enhance accuracy for rare diseases. RAREMed employs a transformer encoder with a unified input sequence approach to capture complex relationships among disease and procedure codes. Additionally, it introduces two self-supervised pre-training tasks, namely Sequence Matching Prediction (SMP) and Self Reconstruction (SR), to learn specialized medication needs and interrelations among clinical codes. Experimental results on two real-world datasets demonstrate that RAREMed provides accurate drug sets for both rare and common disease patients, thereby mitigating unfairness in medication recommendation systems.


Coimagining the Future of Voice Assistants with Cultural Sensitivity

arXiv.org Artificial Intelligence

Voice assistants (VAs) are becoming a feature of our everyday life. Yet, the user experience (UX) is often limited, leading to underuse, disengagement, and abandonment. Co-designing interactions for VAs with potential end-users can be useful. Crowdsourcing this process online and anonymously may add value. However, most work has been done in the English-speaking West on dialogue data sets. We must be sensitive to cultural differences in language, social interactions, and attitudes towards technology. Our aims were to explore the value of co-designing VAs in the non-Western context of Japan and demonstrate the necessity of cultural sensitivity. We conducted an online elicitation study (N = 135) where Americans (n = 64) and Japanese people (n = 71) imagined dialogues (N = 282) and activities (N = 73) with future VAs. We discuss the implications for coimagining interactions with future VAs, offer design guidelines for the Japanese and English-speaking US contexts, and suggest opportunities for cultural plurality in VA design and scholarship.


Amazon Big Spring Sale: It's the last day to save up to 50 percent on tech from Apple, Anker, Sony and others

Engadget

Amazon's Big Spring Sale is nearly over and if you're interested in saving on tech, you've come to the right place. This sale event may not have been a boon for discounts on laptops, tablets, wearables and the like, but we were able to dig up a number of decent tech deals available right now. While most of these prices are not the same as those we saw during the Black Friday time period, some get pretty close (as a general rule of thumb, a good price in March isn't necessarily the same thing as a good price in November). As a reminder, the Big Spring Sale comes to a close at the end of the day March 25, so you have limited time left to shop these deals. Here are the best Amazon Spring Sale discounts on tech we love that you can get before the event ends. A single AirTag is on sale for 24, which is 5 off and close to its record low price. These are the best Bluetooth trackers for those with iOS devices since they use the vast Find My network to keep track of your belongings. You can force them to ring to help you find your stuff if you're within close range, and newer iPhones can even display directions on their screens to guide you to your lost stuff. Just make sure to pick up a holder if you intend on attaching the AirTag to your keys.


Graph Augmentation for Recommendation

arXiv.org Artificial Intelligence

Graph augmentation with contrastive learning has gained significant attention in the field of recommendation systems due to its ability to learn expressive user representations, even when labeled data is limited. However, directly applying existing GCL models to real-world recommendation environments poses challenges. There are two primary issues to address. Firstly, the lack of consideration for data noise in contrastive learning can result in noisy self-supervised signals, leading to degraded performance. Secondly, many existing GCL approaches rely on graph neural network (GNN) architectures, which can suffer from over-smoothing problems due to non-adaptive message passing. To address these challenges, we propose a principled framework called GraphAug. This framework introduces a robust data augmentor that generates denoised self-supervised signals, enhancing recommender systems. The GraphAug framework incorporates a graph information bottleneck (GIB)-regularized augmentation paradigm, which automatically distills informative self-supervision information and adaptively adjusts contrastive view generation. Through rigorous experimentation on real-world datasets, we thoroughly assessed the performance of our novel GraphAug model. The outcomes consistently unveil its superiority over existing baseline methods. The source code for our model is publicly available at: https://github.com/HKUDS/GraphAug.


'There's a gay bar in my pocket!': how 15 years of Grindr has affected gay communities and dating culture

The Guardian

One of pop culture's early but most seminal depictions of gay online dating comes from a 1999 episode of Sex and the City. Stanford Blatch, Carrie Bradshaw's gay friend, played by the late Willie Garson, is seeking advice. He's been chatting to another man on an online chatroom โ€“ the height of technology at the time โ€“ and wonders whether they should meet up. "What do you know about him?" asks Bradshaw. "Well, his name is bigtool4u" answers Blatch โ€“ cue hysterics from Bradshaw.


Complementary Recommendation in E-commerce: Definition, Approaches, and Future Directions

arXiv.org Artificial Intelligence

In recent years, complementary recommendation has received extensive attention in the e-commerce domain. In this paper, we comprehensively summarize and compare 34 representative studies conducted between 2009 and 2024. Firstly, we compare the data and methods used for modeling complementary relationships between products, including simple complementarity and more complex scenarios such as asymmetric complementarity, the coexistence of substitution and complementarity relationships between products, and varying degrees of complementarity between different pairs of products. Next, we classify and compare the models based on the research problems of complementary recommendation, such as diversity, personalization, and cold-start. Furthermore, we provide a comparative analysis of experimental results from different studies conducted on the same dataset, which helps identify the strengths and weaknesses of the research. Compared to previous surveys, this paper provides a more updated and comprehensive summary of the research, discusses future research directions, and contributes to the advancement of this field.


A Temporal Graph Network Framework for Dynamic Recommendation

arXiv.org Artificial Intelligence

Recommender systems, crucial for user engagement on platforms like e-commerce and streaming services, often lag behind users' evolving preferences due to static data reliance. After Temporal Graph Networks (TGNs) were proposed, various studies have shown that TGN can significantly improve situations where the features of nodes and edges dynamically change over time. However, despite its promising capabilities, it has not been directly applied in recommender systems to date. Our study bridges this gap by directly implementing Temporal Graph Networks (TGN) in recommender systems, a first in this field. Using real-world datasets and a range of graph and history embedding methods, we show TGN's adaptability, confirming its effectiveness in dynamic recommendation scenarios.


User-Side Realization

arXiv.org Artificial Intelligence

Users are dissatisfied with services. Since the service is not tailor-made for a user, it is natural for dissatisfaction to arise. The problem is, that even if users are dissatisfied, they often do not have the means to resolve their dissatisfaction. The user cannot alter the source code of the service, nor can they force the service provider to change. The user has no choice but to remain dissatisfied or quit the service. User-side realization offers proactive solutions to this problem by providing general algorithms to deal with common problems on the user's side. These algorithms run on the user's side and solve the problems without having the service provider change the service itself.


Apple researchers explore dropping "Siri" phrase & listening with AI instead

MIT Technology Review

The results were promising, according to the paper. The model was able to make more accurate predictions than audio-only or text-only models, and improved further as the size of the models grew larger. Beyond exploring the research question, it's unclear if Apple plans to eliminate the "Hey Siri" trigger phrase. Neither Apple, nor the paper's researchers immediately returned requests for comment. Currently, Siri functions by holding small amounts of audio and does not begin recording or preparing to answer user prompts until it hears the trigger phrase.