Search results
1 – 10 of over 63000Edelweis Rohrer, Regina Motz and Alicia Diaz
Web site recommendation systems help to get high quality information. The modelling of recommendation systems involves the combination of many features: metrics of…
Abstract
Purpose
Web site recommendation systems help to get high quality information. The modelling of recommendation systems involves the combination of many features: metrics of quality, quality criteria, recommendation criteria, user profile, and specific domain concepts, among others. At the moment of the specification of a recommendation system it must be guaranteed a right interrelation of all of these features. The purpose of this paper is to model a web site quality‐based recommendation system by an ontology network.
Design/methodology/approach
In this paper, the authors propose an ontology network based process for web site recommendation modelling. The ontology network conceptualizes the different domains (web site domain, quality assurance domain, user context domain, recommendation criteria domain, specific domain) in a set of interrelated ontologies. Particularly, this approach is illustrated for the health domain.
Findings
Basically, this work introduces the semantic relationships that were used to construct this ontology network. Moreover, it shows the usefulness of this ontology network for the detection of possible inconsistencies when specifying recommendation criteria.
Originality/value
Recommendation systems based on ontologies that model the user profile and the domain of resources to be recommended are quite common. However, it is uncommon to find models that explicitly represent the criteria used by the recommender systems, that express the quality dimensions of resources and on which criteria are applied, and consider the user context at the moment of the query.
Details
Keywords
Tipajin Thaipisutikul and Yi-Cheng Chen
Tourism spot or point-of-interest (POI) recommendation has become a common service in people's daily life. The purpose of this paper is to model users' check-in history in…
Abstract
Purpose
Tourism spot or point-of-interest (POI) recommendation has become a common service in people's daily life. The purpose of this paper is to model users' check-in history in order to predict a set of locations that a user may soon visit.
Design/methodology/approach
The authors proposed a novel learning-based method, the pattern-based dual learning POI recommendation system as a solution to consider users' interests and the uniformity of popular POI patterns when making recommendations. Differing from traditional long short-term memory (LSTM), a new users’ regularity–POIs’ popularity patterns long short-term memory (UP-LSTM) model was developed to concurrently combine the behaviors of a specific user and common users.
Findings
The authors introduced the concept of dual learning for POI recommendation. Several performance evaluations were conducted on real-life mobility data sets to demonstrate the effectiveness and practicability of POI recommendations. The metrics such as hit rate, precision, recall and F-measure were used to measure the capability of ranking and precise prediction of the proposed model over all baselines. The experimental results indicated that the proposed UP-LSTM model consistently outperformed the state-of-the-art models in all metrics by a large margin.
Originality/value
This study contributes to the existing literature by incorporating a novel pattern–based technique to analyze how the popularity of POIs affects the next move of a particular user. Also, the authors have proposed an effective fusing scheme to boost the prediction performance in the proposed UP-LSTM model. The experimental results and discussions indicate that the combination of the user's regularity and the POIs’ popularity patterns in PDLRec could significantly enhance the performance of POI recommendation.
Details
Keywords
Daniela Godoy, Silvia Schiaffino and Analía Amandi
Recommender agents are used to make recommendations of interesting items in a wide variety of application domains, such as web page recommendation, music, e‐commerce…
Abstract
Purpose
Recommender agents are used to make recommendations of interesting items in a wide variety of application domains, such as web page recommendation, music, e‐commerce, movie recommendation, tourism, restaurant recommendation, among others. Despite the various and different domains in which recommender agents are used and the variety of approaches they use to represent user interests and make recommendations, there is some functionality that is common to all of them, such as user model management and recommendation of interesting items. This paper aims at generalizing these common behaviors into a framework that enables developers to reuse recommender agents' main characteristics in their own developments.
Design/methodology/approach
This work presents a framework for recommendation that provides the control structures, the data structures and a set of algorithms and metrics for different recommendation methods. The proposed framework acts as the base design for recommender agents or applications that want to add the already modeled and implemented capabilities to their own functionality. In contrast with other proposals, this framework is designed to enable the integration of diverse user models, such as demographic, content‐based and item‐based. In addition to the different implementations provided for these components, new algorithms and user model representations can be easily added to the proposed approach. Thus, personal agents originally designed to assist a single user can reuse the behavior implemented in the framework to expand their recommendation strategies.
Findings
The paper describes three different recommender agents built by materializing the proposed framework: a movie recommender agent, a tourism recommender agent, and a web page recommender agent. Each agent uses a different recommendation approach. PersonalSearcher, an agent originally designed to suggest interesting web pages to a user, was extended to collaboratively assist a group of users using content‐based algorithms. MovieRecommender recommends interesting movies using an item‐based approach and Traveller suggests holiday packages using demographic user models. Findings encountered during the development of these agents and their empirical evaluation are described here.
Originality/value
The advantages of the proposed framework are twofold. On the one hand, the functionality provided by the framework enables the development of recommender agents without the need for implementing its whole set of capabilities from scratch. The main processes and data structures of recommender agents are already implemented. On the other hand, already existing agents can be enhanced by incorporating the functionality provided by the recommendation framework in order to act collaboratively.
Details
Keywords
Zhengfa Yang, Qian Liu, Baowen Sun and Xin Zhao
This paper aims to make it convenient for those who have only just begun their research into Community Question Answering (CQA) expert recommendation, and for those who…
Abstract
Purpose
This paper aims to make it convenient for those who have only just begun their research into Community Question Answering (CQA) expert recommendation, and for those who are already concerned with this issue, to ease the extension of our understanding with future research.
Design/methodology/approach
In this paper, keywords such as “CQA”, “Social Question Answering”, “expert recommendation”, “question routing” and “expert finding” are used to search major digital libraries. The final sample includes a list of 83 relevant articles authored in academia as well as industry that have been published from January 1, 2008 to March 1, 2019.
Findings
This study proposes a comprehensive framework to categorize extant studies into three broad areas of CQA expert recommendation research: understanding profile modeling, recommendation approaches and recommendation system impacts.
Originality/value
This paper focuses on discussing and sorting out the key research issues from these three research genres. Finally, it was found that conflicting and contradictory research results and research gaps in the existing research, and then put forward the urgent research topics.
Details
Keywords
Yezheng Liu, Lu Yang, Jianshan Sun, Yuanchun Jiang and Jinkun Wang
Academic groups are designed specifically for researchers. A group recommendation procedure is essential to support scholars’ research-based social activities. However…
Abstract
Purpose
Academic groups are designed specifically for researchers. A group recommendation procedure is essential to support scholars’ research-based social activities. However, group recommendation methods are rarely applied in online libraries and they often suffer from scalability problem in big data context. The purpose of this paper is to facilitate academic group activities in big data-based library systems by recommending satisfying articles for academic groups.
Design/methodology/approach
The authors propose a collaborative matrix factorization (CoMF) mechanism and implement paralleled CoMF under Hadoop framework. Its rationale is collaboratively decomposing researcher-article interaction matrix and group-article interaction matrix. Furthermore, three extended models of CoMF are proposed.
Findings
Empirical studies on CiteULike data set demonstrate that CoMF and three variants outperform baseline algorithms in terms of accuracy and robustness. The scalability evaluation of paralleled CoMF shows its potential value in scholarly big data environment.
Research limitations/implications
The proposed methods fill the gap of group-article recommendation in online libraries domain. The proposed methods have enriched the group recommendation methods by considering the interaction effects between groups and members. The proposed methods are the first attempt to implement group recommendation methods in big data contexts.
Practical implications
The proposed methods can improve group activity effectiveness and information shareability in academic groups, which are beneficial to membership retention and enhance the service quality of online library systems. Furthermore, the proposed methods are applicable to big data contexts and make library system services more efficient.
Social implications
The proposed methods have potential value to improve scientific collaboration and research innovation.
Originality/value
The proposed CoMF method is a novel group recommendation method based on the collaboratively decomposition of researcher-article matrix and group-article matrix. The process indirectly reflects the interaction between groups and members, which accords with actual library environments and provides an interpretable recommendation result.
Details
Keywords
Ying Huang, Nu-nu Wang, Hongyu Zhang and Jianqiang Wang
The purpose of this paper is to propose a model for product recommendation to improve the accuracy of recommendation based on the current search engines used in e-commerce…
Abstract
Purpose
The purpose of this paper is to propose a model for product recommendation to improve the accuracy of recommendation based on the current search engines used in e-commerce platforms like Tmall.com.
Design/methodology/approach
First, the proposed model comprehensively considers price, trust and online reviews, which all represent critical factors in consumers’ purchasing decisions. Second, the model introduces the quantization methods for these criteria incorporating fuzzy theory. Third, the model uses a distance measure between two single valued neutrosophic sets based on the prioritized average operator to consolidate the influences of positive, neutral and negative comments. Finally, the model uses multi-criteria decision-making methods to integrate the influences of price, trust and online reviews on purchasing decisions to generate recommendations.
Findings
To demonstrate the feasibility and efficiency of the proposed model, a case study is conducted based on Tmall.com. The results of case study indicate that the recommendations of our model perform better than those of current search engines of Tmall.com. The proposed model can significantly improve the accuracy of product recommendations based on search engines.
Originality/value
The product recommendation method can meet the critical challenge from the search engines on e-commerce platforms. In addition, the proposed method could be used in practice to develop a new application for e-commerce platforms.
Details
Keywords
Jingshuai Zhang, Yuanxin Ouyang, Weizhu Xie, Wenge Rong and Zhang Xiong
The purpose of this paper is to propose an approach to incorporate contextual information into collaborative filtering (CF) based on the restricted Boltzmann machine (RBM…
Abstract
Purpose
The purpose of this paper is to propose an approach to incorporate contextual information into collaborative filtering (CF) based on the restricted Boltzmann machine (RBM) and deep belief networks (DBNs). Traditionally, neither the RBM nor its derivative model has been applied to modeling contextual information. In this work, the authors analyze the RBM and explore how to utilize a user’s occupation information to enhance recommendation accuracy.
Design/methodology/approach
The proposed approach is based on the RBM. The authors employ user occupation information as a context to design a context-aware RBM and stack the context-aware RBM to construct DBNs for recommendations.
Findings
The experiments on the MovieLens data sets show that the user occupation-aware RBM outperforms other CF models, and combinations of different context-aware models by mutual information can obtain better accuracy. Moreover, the context-aware DBNs model is superior to baseline methods, indicating that deep networks have more qualifications for extracting preference features.
Originality/value
To improve recommendation accuracy through modeling contextual information, the authors propose context-aware CF approaches based on the RBM. Additionally, the authors attempt to introduce hybrid weights based on information entropy to combine context-aware models. Furthermore, the authors stack the RBM to construct a context-aware multilayer network model. The results of the experiments not only convey that the context-aware RBM has potential in terms of contextual information but also demonstrate that the combination method, the hybrid recommendation and the multilayer neural network extension have significant benefits for the recommendation quality.
Details
Keywords
Thara Angskun and Jitimon Angskun
This paper aims to find a way to personalize attraction recommendations for travelers. The research objective is to find a more accurate way to suggest new attractions to…
Abstract
Purpose
This paper aims to find a way to personalize attraction recommendations for travelers. The research objective is to find a more accurate way to suggest new attractions to each traveler based on the opinions of other like-minded travelers and the traveler’s preferences.
Design/methodology/approach
To achieve the goal, developers have created a personalized system to generate attraction recommendations. The system considers an individual traveler’s preferences to construct a qualitative attraction ranking model. The new ranking model is the result of blending two processes: K-means clustering and the analytic hierarchy process (AHP).
Findings
The performance of the developed recommendation system has been assessed by measuring the accuracy and scalability of the ranking model of the system. The experimental results indicate that the ranking model always returns accurate results independent of the number of attractions and the number of travelers in each cluster. The ranking model has also proved to be scalable because the processing time is independent of the numbers of travelers. Additionally, the results reveal that the overall system usability is at a very satisfactory level.
Research limitations/implications
The main theoretical implication is that integrating the processes of K-means and AHP techniques enables a new qualitative ranking model for personalized recommendations that deliver only high-quality attractions. However, the designed recommendation system has some limitations. First, it is necessary to manually update information about the new tourist attractions. Second, the overall response time depends on the internet bandwidth and latency.
Practical implications
This research contributes to the tourism business and individual travelers by introducing an accurate and scalable way to suggest new attractions to each traveler. The potential benefit includes possible increased revenue for travel agencies that offer personalized package tours and support individual travelers to make the final travel decisions. The designed system could also integrate with itinerary planning systems to plot out a journey that pinpoints what travelers will most enjoy.
Originality/value
This research proposes a design and implementation of a personalized recommendation system based on the qualitative attraction ranking model introduced in this article. The novel ranking model is designed and developed by integrating K-means and AHP techniques, which has proved to be accurate and scalable.
研究目的
本研究主要探索如何建立个性化旅游胜地推荐模型。本研究通过分析旅游兴趣相似的游客意见和游客偏好选择, 建立一种更加准确推荐游客需要的旅游胜地方法。
研究设计/方法/途径
为了达到研究目的, 本研究建立了一种个性化推荐旅游胜地的信息系统。其系统通过分析每个游客的旅游偏好来建设一种定性旅游胜地排名模型。这种新型模型主要通过结合以下两种分析算法:(1)K平均聚类算法(K-means clustering)(2)层次分析法(AHP)。
研究结果
本研究建立的推荐信息系统经过了准确率和拓展性的测评。实验结果表明这种排名模型的准确率并不受旅游胜地多少和游客样本大小的影响。此外, 这种排名模型也具有拓展性, 因为算法时间并不受游客样本大小的影响。最后, 研究实验表明此排名模型客户体验性达到合格满意要求。
研究理论限制/意义
本研究的主要理论意义在于其结合了K平均聚类算法和层次分析法, 并建立了一种新型定性排名模型, 这种排名模型个性化地推荐更高质量的旅游胜地给游客。然而, 这种推荐信息系统有一些局限性。第一, 新旅游胜地的信息需要手动输入。第二, 整个系统的处理时间决定于网络带宽和延迟状况。
研究实践意义
本研究的实践意义在于其建立了一种准确和具有拓展性的新型旅游胜地推荐模型。这种模型的潜在价值将有利于旅游机构提供定制化旅游套餐和帮助游客制定旅游计划。此外, 这种模型还可以结合旅游路线计划系统以制定更加使游客满意的旅游行程。
研究原创性/价值
本研究推荐了一种基于定性旅游胜地排名模型的个性化旅游推荐模型。这种新型的排名模型结合K平均聚类算法和层次分析法, 实验证明这种模型更具准确性和拓展性。
Details
Keywords
Duen-Ren Liu, Yu-Shan Liao, Ya-Han Chung and Kuan-Yu Chen
Online advertisement brings huge revenue to many websites. There are many types of online advertisement; this paper aims to focus on the online banner ads which are…
Abstract
Purpose
Online advertisement brings huge revenue to many websites. There are many types of online advertisement; this paper aims to focus on the online banner ads which are usually placed in a particular news website. The investigated news website adopts a pay-per-ad payment model, where the advertisers are charged when they rent a banner from the website during a particular period. In this payment model, the website needs to ensure that the ad pushed frequency of each ad on the banner is similar. Under such advertisement push rules, an ad-recommendation mechanism considering ad push fairness is required.
Design/methodology/approach
The authors proposed a novel ad recommendation method that considers both ad-push fairness and personal interests. The authors take every ad’s exposure time into consideration and investigate users’ three different usage experiences in the website to identify the main factors affecting the interests of users. Online ad recommendation is conducted on the investigated news website.
Findings
The results of the experiments show that the proposed approach performs better than the traditional approach. This method can not only enhance the average click rate of all ads in the website but also ensure reasonable fairness of exposure frequency of each ad. The online experiment results demonstrate the effectiveness of this approach.
Originality/value
Existing researches had not considered both the advertisement recommendation and ad-push fairness together. With the proposed novel ad recommendation model, the authors can improve the ad click-through rate of ads with reasonable push fairness. The website provider can thereby increase the commercial value of advertising and user satisfaction.
Details
Keywords
Duen-Ren Liu, Yun-Cheng Chou and Ciao-Ting Jian
Online news websites provide diverse article topics, such as fashion news, entertainment and movie information, to attract more users and create more benefits…
Abstract
Purpose
Online news websites provide diverse article topics, such as fashion news, entertainment and movie information, to attract more users and create more benefits. Recommending movie information to users reading news online can enhance the impression of diverse information and may consequently improve benefits. Accordingly, providing online movie recommendations can improve users’ satisfactions with the website, and thus is an important trend for online news websites. This study aims to propose a novel online recommendation method for recommending movie information to users when they are browsing news articles.
Design/methodology/approach
Association rule mining is applied to users’ news and movie browsing to find latent associations between news and movies. A novel online recommendation approach is proposed based on latent Dirichlet allocation (LDA), enhanced collaborative topic modeling (ECTM) and the diversity of recommendations. The performance of proposed approach is evaluated via an online evaluation on a real news website.
Findings
The online evaluation results show that the click-through rate can be improved by the proposed hybrid method integrating recommendation diversity, LDA, ECTM and users’ online interests, which are adapted to the current browsing news. The experiment results also show that considering recommendation diversity can achieve better performance.
Originality/value
Existing studies had not investigated the problem of recommending movie information to users while they are reading news online. To address this problem, a novel hybrid recommendation method is proposed for dealing with cross-type recommendation tasks and the cold-start issue. Moreover, the proposed method is implemented and evaluated online in a real world news website, while such online evaluation is rarely conducted in related research. This work contributes to deriving user’s online preferences for cross-type recommendations by integrating recommendation diversity, LDA, ECTM and adaptive online interests. The research findings also contribute to increasing the commercial value of the online news websites.
Details