item attributes
Recently Published Documents


TOTAL DOCUMENTS

30
(FIVE YEARS 14)

H-INDEX

4
(FIVE YEARS 1)

2022 ◽  
Vol 11 (1) ◽  
pp. 0-0

Recommender Systems aim to automatically provide users with personalized information in an overloaded search space. To dual with vagueness and imprecision problems in RS, several researches have been proposed fuzzy based approaches. Even though, these works have incorporated experimental evaluation; they were used in different recommendation scenarios which makes it difficult to have a fair comparison between them. Also, some of them performed an items and/or users clustering before generating recommendations. For this reason they need additional information such as item attributes or trust between users which are not always available. In this paper, we propose to use fuzzy set techniques to predict the rating of a target user for each unrated item. It uses the target user's history in addition with rating of similar users which allows to the target user to contribute in the recommendation process. Experimental results on several datasets seem to be promising in term of MAE (Mean Average Error), RMSE (Root Mean Square Error), accuracy, precision, recall and F-measure.


2021 ◽  
Author(s):  
Andrew Caines ◽  
Joseph Waters ◽  
Sherry Xu ◽  
Mark Elliott ◽  
Hye-won Lee ◽  
...  

We develop a web-application for practice of listening skills by learners of English, which allows users to listen to pre-recorded sound-files and respond to multiple-choice questions. They receive feedback as to the accuracy of their responses, and they are navigated through the set of items in one of two ways according to the group they are randomly assigned to. Members of a control group are guided from one item to the next depending on success or failure with each new item, and the difficulty ratings of the remaining items. For the experiment group, item selection is made in an adaptive fashion: selecting items through automatic predictions based on individual performance and observations of other students’ interactions with the platform, as well as known item attributes obtained through tagging. Based on the cognitive literature, we also provide listeners with the option of controlling the speed of presentation of the listening items.


2021 ◽  
Vol 39 (4) ◽  
pp. 1-29
Author(s):  
Shijun Li ◽  
Wenqiang Lei ◽  
Qingyun Wu ◽  
Xiangnan He ◽  
Peng Jiang ◽  
...  

Static recommendation methods like collaborative filtering suffer from the inherent limitation of performing real-time personalization for cold-start users. Online recommendation, e.g., multi-armed bandit approach, addresses this limitation by interactively exploring user preference online and pursuing the exploration-exploitation (EE) trade-off. However, existing bandit-based methods model recommendation actions homogeneously. Specifically, they only consider the items as the arms, being incapable of handling the item attributes , which naturally provide interpretable information of user’s current demands and can effectively filter out undesired items. In this work, we consider the conversational recommendation for cold-start users, where a system can both ask the attributes from and recommend items to a user interactively. This important scenario was studied in a recent work  [54]. However, it employs a hand-crafted function to decide when to ask attributes or make recommendations. Such separate modeling of attributes and items makes the effectiveness of the system highly rely on the choice of the hand-crafted function, thus introducing fragility to the system. To address this limitation, we seamlessly unify attributes and items in the same arm space and achieve their EE trade-offs automatically using the framework of Thompson Sampling. Our Conversational Thompson Sampling (ConTS) model holistically solves all questions in conversational recommendation by choosing the arm with the maximal reward to play. Extensive experiments on three benchmark datasets show that ConTS outperforms the state-of-the-art methods Conversational UCB (ConUCB) [54] and Estimation—Action—Reflection model [27] in both metrics of success rate and average number of conversation turns.


Author(s):  
ChunYan Yin ◽  
YongHeng Chen ◽  
Wanli Zuo

AbstractPreference-based recommendation systems analyze user-item interactions to reveal latent factors that explain our latent preferences for items and form personalized recommendations based on the behavior of others with similar tastes. Most of the works in the recommendation systems literature have been developed under the assumption that user preference is a static pattern, although user preferences and item attributes may be changed through time. To achieve this goal, we develop an Evolutionary Social Poisson Factorization (EPF$$\_$$ _ Social) model, a new Bayesian factorization model that can effectively model the smoothly drifting latent factors using Conjugate Gamma–Markov chains. Otherwise, EPF$$\_$$ _ Social can obtain the impact of friends on social network for user’ latent preferences. We studied our models with two large real-world datasets, and demonstrated that our model gives better predictive performance than state-of-the-art static factorization models.


Author(s):  
Liping Sun ◽  
Xiaoqing Liu ◽  
Yuanjun Liu ◽  
Tao Wang ◽  
Liangmin Guo ◽  
...  
Keyword(s):  

2021 ◽  
Vol 442 ◽  
pp. 307-316
Author(s):  
Bingbing Dong ◽  
Yi Zhu ◽  
Lei Li ◽  
Xindong Wu

2021 ◽  
Vol 13 (1) ◽  
pp. 13-21
Author(s):  
Tung Nguyen ◽  
Jeffrey Uhlmann

In this paper we generalize the canonical positive scaling of rows and columns of a matrix to the scaling of selected-rank subtensors of an arbitrary tensor. We expect our results and framework will prove useful for sparse-tensor completion required for generalizations of the recommender system problem beyond a matrix of user-product ratings to multidimensional arrays involving coordinates based both on user attributes (e.g., age, gender, geographical location, etc.) and product/item attributes (e.g., price, size, weight, etc.).


2020 ◽  
Vol 34 (06) ◽  
pp. 10292-10301
Author(s):  
Ivan Vendrov ◽  
Tyler Lu ◽  
Qingqing Huang ◽  
Craig Boutilier

Effective techniques for eliciting user preferences have taken on added importance as recommender systems (RSs) become increasingly interactive and conversational. A common and conceptually appealing Bayesian criterion for selecting queries is expected value of information (EVOI). Unfortunately, it is computationally prohibitive to construct queries with maximum EVOI in RSs with large item spaces. We tackle this issue by introducing a continuous formulation of EVOI as a differentiable network that can be optimized using gradient methods available in modern machine learning computational frameworks (e.g., TensorFlow, PyTorch). We exploit this to develop a novel Monte Carlo method for EVOI optimization, which is much more scalable for large item spaces than methods requiring explicit enumeration of items. While we emphasize the use of this approach for pairwise (or k-wise) comparisons of items, we also demonstrate how our method can be adapted to queries involving subsets of item attributes or “partial items,” which are often more cognitively manageable for users. Experiments show that our gradient-based EVOI technique achieves state-of-the-art performance across several domains while scaling to large item spaces.


2020 ◽  
Vol 309 ◽  
pp. 03010
Author(s):  
Weishan Zeng

Effort has been done to optimize machine learning algorithms by applying relevant knowledges in data fields in recommendation systems. Ways are explored to discover the relationship of features independently, making the model more effective and robust. A new model, DSSMFM is proposed in this paper which combines user and item features interactions to improve the performance of recommendation systems. In this model, data are divided into user features and item features represented by one-hot vectors. The pre-training for the model is proceeded through FM, and implicit vectors are obtained for both user and item features. The implicit vectors are used as the input of DSSM, and the training of the DSSM part of the model will maximize the cosine distances of the user attributes vectors and the item attributes vectors. According to the experimental results on dataset of ICME 2019 Short Video Understanding and Recommendation Challenge, the model shows improvements on some results of the baselines.


Sign in / Sign up

Export Citation Format

Share Document