Goto

Collaborating Authors

 Personal Assistant Systems


Microsoft reportedly plans to bring its AI-powered Copilot to Windows 10

Engadget

Microsoft allegedly plans to bring Copilot, its generative-AI-powered personal assistant, to late adopters. Windows Central's Zac Bowden reports the Copilot button and sidebar from Windows 11 will "soon" arrive in Windows 10. The AI assistant for Windows 11 launched in beta in August and officially in September. Bowden says the Windows 10 Copilot will include plugins that work across both operating systems. "I understand the experience and capabilities of Copilot across Windows 10 and Windows 11 will be roughly the same, including plugin compatibility across both versions of the OS," the editor reported.


The Apple Watch Series 9 drops to $349 in an Amazon Black Friday deal

Engadget

The Apple Watch Series 9 is only a few months old, but it's already on sale. You can grab the smartwatch for $349 from Amazon or from Walmart as part of an early Black Friday deal. The standard price is $399, so that's a savings of $50 or 13 percent. The discount only applies to the 41mm model but includes multiple band and color options. The larger 45mm model is also on sale, but for $379.


FEIR: Quantifying and Reducing Envy and Inferiority for Fair Recommendation of Limited Resources

arXiv.org Artificial Intelligence

In settings such as e-recruitment and online dating, recommendation involves distributing limited opportunities, calling for novel approaches to quantify and enforce fairness. We introduce \emph{inferiority}, a novel (un)fairness measure quantifying a user's competitive disadvantage for their recommended items. Inferiority complements \emph{envy}, a fairness notion measuring preference for others' recommendations. We combine inferiority and envy with \emph{utility}, an accuracy-related measure of aggregated relevancy scores. Since these measures are non-differentiable, we reformulate them using a probabilistic interpretation of recommender systems, yielding differentiable versions. We combine these loss functions in a multi-objective optimization problem called \texttt{FEIR} (Fairness through Envy and Inferiority Reduction), applied as post-processing for standard recommender systems. Experiments on synthetic and real-world data demonstrate that our approach improves trade-offs between inferiority, envy, and utility compared to naive recommendations and the baseline methods.


Implementation of Trained Factorization Machine Recommendation System on Quantum Annealer

arXiv.org Artificial Intelligence

Factorization Machine (FM) is the most commonly used model to build a recommendation system since it can incorporate side information to improve performance. However, producing item suggestions for a given user with a trained FM is time-consuming. It requires a run-time of $O((N_m \log N_m)^2)$, where $N_m$ is the number of items in the dataset. To address this problem, we propose a quadratic unconstrained binary optimization (QUBO) scheme to combine with FM and apply quantum annealing (QA) computation. Compared to classical methods, this hybrid algorithm provides a faster than quadratic speedup in finding good user suggestions. We then demonstrate the aforementioned computational advantage on current NISQ hardware by experimenting with a real example on a D-Wave annealer.


Eve's Motion Sensor Finally Made My Home Feel 'Smart'

WIRED

My progress toward a truly "smart" home has been painfully slow. I'm sick of unreliable voice commands, flaky smart switches, and poorly designed apps. Where's the seamless experience that was promised? As my wife often points out, if it's not easier than flicking the regular old switch or drawing the curtains yourself, it is not an improvement. Smart home automation dangles the prospect of convenience but rarely delivers.


Human-Centered Planning

arXiv.org Artificial Intelligence

LLMs have recently made impressive inroads on tasks whose output is structured, such as coding, robotic planning and querying databases. The vision of creating AI-powered personal assistants also involves creating structured outputs, such as a plan for one's day, or for an overseas trip. Here, since the plan is executed by a human, the output doesn't have to satisfy strict syntactic constraints. A useful assistant should also be able to incorporate vague constraints specified by the user in natural language. This makes LLMs an attractive option for planning. We consider the problem of planning one's day. We develop an LLM-based planner (LLMPlan) extended with the ability to self-reflect on its output and a symbolic planner (SymPlan) with the ability to translate text constraints into a symbolic representation. Despite no formal specification of constraints, we find that LLMPlan performs explicit constraint satisfaction akin to the traditional symbolic planners on average (2% performance difference), while retaining the reasoning of implicit requirements. Consequently, LLM-based planners outperform their symbolic counterparts in user satisfaction (70.5% vs. 40.4%) during interactive evaluation with 40 users.


Exploring Recommendation Capabilities of GPT-4V(ision): A Preliminary Case Study

arXiv.org Artificial Intelligence

Large Multimodal Models (LMMs) have demonstrated impressive performance across various vision and language tasks, yet their potential applications in recommendation tasks with visual assistance remain unexplored. To bridge this gap, we present a preliminary case study investigating the recommendation capabilities of GPT-4V(ison), a recently released LMM by OpenAI. We construct a series of qualitative test samples spanning multiple domains and employ these samples to assess the quality of GPT-4V's responses within recommendation scenarios. Evaluation results on these test samples prove that GPT-4V has remarkable zero-shot recommendation abilities across diverse domains, thanks to its robust visual-text comprehension capabilities and extensive general knowledge. However, we have also identified some limitations in using GPT-4V for recommendations, including a tendency to provide similar responses when given similar inputs. This report concludes with an in-depth discussion of the challenges and research opportunities associated with utilizing GPT-4V in recommendation scenarios. Our objective is to explore the potential of extending LMMs from vision and language tasks to recommendation tasks. We hope to inspire further research into next-generation multimodal generative recommendation models, which can enhance user experiences by offering greater diversity and interactivity.


Discordance Minimization-based Imputation Algorithms for Missing Values in Rating Data

arXiv.org Machine Learning

Ratings are frequently used to evaluate and compare subjects in various applications, from education to healthcare, because ratings provide succinct yet credible measures for comparing subjects. However, when multiple rating lists are combined or considered together, subjects often have missing ratings, because most rating lists do not rate every subject in the combined list. In this study, we propose analyses on missing value patterns using six real-world data sets in various applications, as well as the conditions for applicability of imputation algorithms. Based on the special structures and properties derived from the analyses, we propose optimization models and algorithms that minimize the total rating discordance across rating providers to impute missing ratings in the combined rating lists, using only the known rating information. The total rating discordance is defined as the sum of the pairwise discordance metric, which can be written as a quadratic function. Computational experiments based on real-world and synthetic rating data sets show that the proposed methods outperform the state-of-the-art general imputation methods in the literature in terms of imputation accuracy.


Bumble founder Whitney Wolfe Herd steps down as boss of dating app

BBC News

Before Bumble, Ms Wolfe Herd was among the founding team at Tinder but after tensions with other executives - one of whom she had been dating - she left. Shortly after, she launched a sexual harassment case.


Contrastive Multi-Level Graph Neural Networks for Session-based Recommendation

arXiv.org Artificial Intelligence

Session-based recommendation (SBR) aims to predict the next item at a certain time point based on anonymous user behavior sequences. Existing methods typically model session representation based on simple item transition information. However, since session-based data consists of limited users' short-term interactions, modeling session representation by capturing fixed item transition information from a single dimension suffers from data sparsity. In this paper, we propose a novel contrastive multi-level graph neural networks (CM-GNN) to better exploit complex and high-order item transition information. Specifically, CM-GNN applies local-level graph convolutional network (L-GCN) and global-level network (G-GCN) on the current session and all the sessions respectively, to effectively capture pairwise relations over all the sessions by aggregation strategy. Meanwhile, CM-GNN applies hyper-level graph convolutional network (H-GCN) to capture high-order information among all the item transitions. CM-GNN further introduces an attention-based fusion module to learn pairwise relation-based session representation by fusing the item representations generated by L-GCN and G-GCN. CM-GNN averages the item representations obtained by H-GCN to obtain high-order relation-based session representation. Moreover, to convert the high-order item transition information into the pairwise relation-based session representation, CM-GNN maximizes the mutual information between the representations derived from the fusion module and the average pool layer by contrastive learning paradigm. We conduct extensive experiments on multiple widely used benchmark datasets to validate the efficacy of the proposed method. The encouraging results demonstrate that our proposed method outperforms the state-of-the-art SBR techniques.