Goto

Collaborating Authors

 Personal Assistant Systems


DEKGCI: A double-sided recommendation model for integrating knowledge graph and user-item interaction graph

arXiv.org Artificial Intelligence

Both knowledge graphs and user-item interaction graphs are frequently used in recommender systems due to their ability to provide rich information for modeling users and items. However, existing studies often focused on one of these sources (either the knowledge graph or the user-item interaction graph), resulting in underutilization of the benefits that can be obtained by integrating both sources of information. In this paper, we propose DEKGCI, a novel double-sided recommendation model. In DEKGCI, we use the high-order collaborative signals from the user-item interaction graph to enrich the user representations on the user side. Additionally, we utilize the high-order structural and semantic information from the knowledge graph to enrich the item representations on the item side. DEKGCI simultaneously learns the user and item representations to effectively capture the joint interactions between users and items. Three real-world datasets are adopted in the experiments to evaluate DEKGCI's performance, and experimental results demonstrate its high effectiveness compared to seven state-of-the-art baselines in terms of AUC and ACC.


Use case cards: a use case reporting framework inspired by the European AI Act

arXiv.org Artificial Intelligence

Despite recent efforts by the Artificial Intelligence (AI) community to move towards standardised procedures for documenting models, methods, systems or datasets, there is currently no methodology focused on use cases aligned with the risk-based approach of the European AI Act (AI Act). In this paper, we propose a new framework for the documentation of use cases, that we call "use case cards", based on the use case modelling included in the Unified Markup Language (UML) standard. Unlike other documentation methodologies, we focus on the intended purpose and operational use of an AI system. It consists of two main parts. Firstly, a UML-based template, tailored to allow implicitly assessing the risk level of the AI system and defining relevant requirements. Secondly, a supporting UML diagram designed to provide information about the system-user interactions and relationships. The proposed framework is the result of a co-design process involving a relevant team of EU policy experts and scientists. We have validated our proposal with 11 experts with different backgrounds and a reasonable knowledge of the AI Act as a prerequisite. We provide the 5 "use case cards" used in the co-design and validation process. "Use case cards" allows framing and contextualising use cases in an effective way, and we hope this methodology can be a useful tool for policy makers and providers for documenting use cases, assessing the risk level, adapting the different requirements and building a catalogue of existing usages of AI.


Recent Developments in Recommender Systems: A Survey

arXiv.org Artificial Intelligence

In this technical survey, we comprehensively summarize the latest advancements in the field of recommender systems. The objective of this study is to provide an overview of the current state-of-the-art in the field and highlight the latest trends in the development of recommender systems. The study starts with a comprehensive summary of the main taxonomy of recommender systems, including personalized and group recommender systems, and then delves into the category of knowledge-based recommender systems. In addition, the survey analyzes the robustness, data bias, and fairness issues in recommender systems, summarizing the evaluation metrics used to assess the performance of these systems. Finally, the study provides insights into the latest trends in the development of recommender systems and highlights the new directions for future research in the field.


HypeRS: Building a Hypergraph-driven ensemble Recommender System

arXiv.org Artificial Intelligence

Recommender systems are designed to predict user preferences over collections of items. These systems process users' previous interactions to decide which items should be ranked higher to satisfy their desires. An ensemble recommender system can achieve great recommendation performance by effectively combining the decisions generated by individual models. In this paper, we propose a novel ensemble recommender system that combines predictions made by different models into a unified hypergraph ranking framework. This is the first time that hypergraph ranking has been employed to model an ensemble of recommender systems. Hypergraphs are generalizations of graphs where multiple vertices can be connected via hyperedges, efficiently modeling high-order relations. We differentiate real and predicted connections between users and items by assigning different hyperedge weights to individual recommender systems. We perform experiments using four datasets from the fields of movie, music and news media recommendation. The obtained results show that the ensemble hypergraph ranking method generates more accurate recommendations compared to the individual models and a weighted hybrid approach. The assignment of different hyperedge weights to the ensemble hypergraph further improves the performance compared to a setting with identical hyperedge weights.


Anti-woke movie guide site gives conservatives alternative to 'Rotten Tomatoes'

FOX News

'The Five' co-hosts discuss Rep. Cori Bush, D-Mo., arguing at a congressional hearing that being anti-woke is being anti-Black. Hollywood and movie critics have become "predictable" in pursuing a divisive political agenda in films, a conservative film reviewer says, leaving audiences alienated and frustrated. James Carrick, founder of "Worth it or Woke?", told Fox News Digital he decided to create a movie review site that is transparent about its conservative Christian perspective, as an alternative to long-established film rating sites like "Rotten Tomatoes." The site launched in February and has reviews from current films in theaters, streaming series and favorite films that came out years ago which Carrick believes are "worth it" for audiences to see. A film enthusiast with a background in theater and philosophy, Carrick said he hopes his site will help others "vote with their dollars" to avoiding films with woke messages if they choose.


Amazon duped millions of people into enrolling in Prime: US FTC

Al Jazeera

The United States Federal Trade Commission has accused Amazon.com of enrolling millions of consumers into its paid subscription Amazon Prime service without their consent and making it hard for them to cancel, the latest action by the agency against the e-commerce giant in recent weeks. The FTC sued in Amazon in federal court in Seattle on Wednesday, alleging that "Amazon has knowingly duped millions of consumers into unknowingly enrolling in Amazon Prime." The FTC said Amazon used "manipulative, coercive or deceptive user-interface designs known as'dark patterns' to trick consumers into enrolling in automatically renewing Prime subscriptions." The lawsuit is one of several actions taken by President Joe Biden's administration intended to rein in the outsized market power of Big Tech firms as it tries to increase competition to create greater consumer protection. The FTC said Amazon Prime is the world's largest subscription programme, generating $25bn in revenue annually.


Try out these 10 Siri hidden hacks on your iPhone today

FOX News

Kurt "The CyberGuy" Knutsson explains five great accessibility features on your Apple iPhone. If you have an iPhone, you probably know about the helpful function of "Siri," or your Apple virtual assistant. Depending on how you set up your phone, if you hold down the side button (or home button if your model has one) or say "Hey Siri," you'll easily activate the feature. CLICK TO GET KURT'S FREE CYBERGUY NEWSLETTER WITH SECURITY ALERTS, QUICK TIPS, TECH REVIEWS AND EASY HOW-TO'S TO MAKE YOU SMARTER You may use Siri to call friends or family, send texts, and maybe you occasionally ask a question. However, did you know about these 10 super-helpful features?


Addressing the Rank Degeneration in Sequential Recommendation via Singular Spectrum Smoothing

arXiv.org Artificial Intelligence

Sequential recommendation (SR) investigates the dynamic user preferences modeling and generates the next-item prediction. The next item preference is typically generated by the affinity between the sequence and item representations. However, both sequence and item representations suffer from the rank degeneration issue due to the data sparsity problem. The rank degeneration issue significantly impairs the representations for SR. This motivates us to measure how severe is the rank degeneration issue and alleviate the sequence and item representation rank degeneration issues simultaneously for SR. In this work, we theoretically connect the sequence representation degeneration issue with the item rank degeneration, particularly for short sequences and cold items. We also identify the connection between the fast singular value decay phenomenon and the rank collapse issue in transformer sequence output and item embeddings. We propose the area under the singular value curve metric to evaluate the severity of the singular value decay phenomenon and use it as an indicator of rank degeneration. We further introduce a novel singular spectrum smoothing regularization to alleviate the rank degeneration on both sequence and item sides, which is the Singular sPectrum sMoothing for sequential Recommendation (SPMRec). We also establish a correlation between the ranks of sequence and item embeddings and the rank of the user-item preference prediction matrix, which can affect recommendation diversity. We conduct experiments on four benchmark datasets to demonstrate the superiority of SPMRec over the state-of-the-art recommendation methods, especially in short sequences. The experiments also demonstrate a strong connection between our proposed singular spectrum smoothing and recommendation diversity.


Less Can Be More: Exploring Population Rating Dispositions with Partitioned Models in Recommender Systems

arXiv.org Artificial Intelligence

In this study, we partition users by rating disposition - looking first at their percentage of negative ratings, and then at the general use of the rating scale. We hypothesize that users with different rating dispositions may use the recommender system differently and therefore the agreement with their past ratings may be less predictive of the future agreement. We use data from a large movie rating website to explore whether users should be grouped by disposition, focusing on identifying their various rating distributions that may hurt recommender effectiveness. We find that such partitioning not only improves computational efficiency but also improves top-k performance and predictive accuracy. Though such effects are largest for the user-based KNN CF, smaller for item-based KNN CF, and smallest for latent factor algorithms such as SVD.


Graph Meets LLM: A Novel Approach to Collaborative Filtering for Robust Conversational Understanding

arXiv.org Artificial Intelligence

Conversational AI systems such as Alexa need to understand defective queries to ensure robust conversational understanding and reduce user friction. These defective queries often arise from user ambiguities, mistakes, or errors in automatic speech recognition (ASR) and natural language understanding (NLU). Personalized query rewriting is an approach that focuses on reducing defects in queries by taking into account the user's individual behavior and preferences. It typically relies on an index of past successful user interactions with the conversational AI. However, unseen interactions within the user's history present additional challenges for personalized query rewriting. This paper presents our "Collaborative Query Rewriting" approach, which specifically addresses the task of rewriting new user interactions that have not been previously observed in the user's history. This approach builds a "User Feedback Interaction Graph" (FIG) of historical user-entity interactions and leverages multi-hop graph traversal to enrich each user's index to cover future unseen defective queries. The enriched user index is called a Collaborative User Index and contains hundreds of additional entries. To counteract precision degradation from the enlarged index, we add additional transformer layers to the L1 retrieval model and incorporate graph-based and guardrail features into the L2 ranking model. Since the user index can be pre-computed, we further investigate the utilization of a Large Language Model (LLM) to enhance the FIG for user-entity link prediction in the Video/Music domains. Specifically, this paper investigates the Dolly-V2 7B model. We found that the user index augmented by the fine-tuned Dolly-V2 generation significantly enhanced the coverage of future unseen user interactions, thereby boosting QR performance on unseen queries compared with the graph traversal only approach.