REAL : Recommender System For Resources and Educational Assistants for Learners

DOI : 10.17577/IJERTV2IS2100

Download Full-Text PDF Cite this Publication

Text Only Version

REAL : Recommender System For Resources and Educational Assistants for Learners

REAL : Recommender System For Resources And Educational Assistants For Learners

Khin Nila Win

Department of Computer Operation, University of Computer Studies (Mandalay), Myanmar

One of the key challenges in web is information overloading due to extraction of irrelevant data. Recommendation techniques are developed to overcome this problem. Collaborative Filtering techniques are the most popular techniques in Recommender Systems. In this paper, Item-based collaborative filtering approach is used by applying modified adjusted cosine similarity to get more accurate item similarity. Modified weighted sum is used for prediction to recommend the useful links matched with the user's interests. The proposed system recommends scholar links and the useful links for learners willing to learn in various fields based on learner-related data such as degree of students and their interests, and the recommendations of other learners with similar characteristics. The user needs to register by giving their proficiency level and interested subjects. Then, the system also considers not only the ratings of the similar users but also item demographic data according to the topic similarity.

  1. Most recently, Web usage mining has been proposed as an underlying approach for Web personalization [1]. The goal of personalization based on Web usage mining is to recommend a set of objects to the current (active) user, possibly consisting of links, ads, text, products, or services, tailored to the users perceived preferences as determined by the matching usage patterns. To date, a variety of recommendation techniques has been developed. Several related algorithms that are often used in recommendation processes are Rule-based filtering, Content-based Recommendation, and Collaborative filtering Recommendation [2]. Collaborative filtering systems, also referred to as social filtering, match the rating of a current user for items with those of similar users in order to produce recommendations for items not yet rated or seen. Collaborative ltering has been known to be the

    most successful recommendation technique that has been used in a number of different applications such as recommending web pages, movies, and products [3]. However, applying the user-based collaborative filtering approach has two challenges in terms of scalability and sparsity. The proposed system uses the item-based collaborative filtering (CF) approach instead of traditional user-based approach to overcome these two challenges. Moreover, the system predetermines the user's interests by applying the stereotypes collaborative filtering approach. Therefore, the system can get both the advantages of item-based CF and stereotypes CF and overcome the cold-start problem for new user.

    The inexperienced learners, who are willing to get international scholarships, need to know in advance which university is suitable to apply for and which qualifications are needed to fulfil the admission requirements of the appropriate university. The learners have difficulties to find the learning resources that are suitable for their current proficiency level because these resources are scattered in various web links according to topics. The proposed system organizes these resources such as e-books links or online course links and recommends to the user. The main purpose of the system is to provide the meaningful recommendations about scholarship links that are offered by international universities.

    We proposed REAL for the following purposes:

    1. To provide the most efficient way of searching the usable educational links for new learners

    2. To reduce the time for learners in searching the educational links and e-books

    3. To utilize the knowledge of the experienced users for the new users

    4. To enhance the accurate recommendation of the item-based similarity

      The rest of the paper is organized as following. In section 2, overview of recommendation techniques is described. Section 3 explains architecture of the system and the procedures of the proposed system, REAL recommender system, are summarized. And

      the paper discusses about the system in Section 4. Evaluation of the system is represented in Section 5 and Section 6 presents the conclusion.

  2. There are varieties of recommendation techniques. The most commonly used recommendation techniques are Content-Based Recommendation and Collaborative Filtering Recommendation.

      1. Content-Based Recommendation

        Content-based recommender systems work with profiles of users that are created at the beginning. A profile has information about a user and his taste. Taste is based on how the user rated items. Generally, when creating a profile, recommender systems make a survey, to get initial information about a user in order to avoid the new-user problem [6]. Content- based filtering systems recommend items that are considered sufficiently similar to the content descriptions in the user profile.

      2. Collaborative Filtering Techniques (CF)

        There are various types of collaborative filtering:

        1. User-based CF -Users who rated the same item similarly probably have the same taste. Based on this assumption, this technique recommends the unseen items already rated by similar users.

        2. Item-based CF -Focus on items, assuming that the items rated similarly are probably similar. It recommends items with the highest correlation (based on ratings for the items).

        3. Stereotypes or Demographics CF -Users with similar attributes are matched, and then it recommends items that are preferred by similar users (based on user data instead of ratings).

        The process of collaborative filtering is illustrated in figure 1.

        Figure 1. Collaborative Filtering Process

      3. Challenges of CF Techniques

    Improving the scalability and the quality of the recommendation for the users is very important for recommender systems. User-based CF system has been very successful but has two challenges: Sparsity and Scalability.

    • Sparsity

      Many commercial recommender systems are used to evaluate large item sets. In these systems, even active users may have purchased over 1% of the items. Recommender systems based on nearest neighbor algorithms may be unable to make any item recommendation for a particular user. As a result, the accuracy of recommendations may be poor.

    • Scalability

      Nearest neighbour algorithms require computation that grows with both the number of users and the number of items. With millions of users and items, a typical web based recommender system running existing algorithms will suffer serious scalability problems [4].

    • Cold-Start Problem

      New items and new users pose a signicant challenge to recommender systems. Collectively these problems are referred to as the cold-start problem. New item problem or the first-rater problem arises in collaborative filtering systems, where an item cannot be recommended unless some user has rated it before. This issue applies not only to new items, but also to obscure items, which is particularly detrimental to users with eclectic tastes. The new- user problem is difficult to tackle, since without previous preferences of a user it is not possible to find similar users or to build a content-based profile. As such, research in this area has primarily focused on effectively selecting items to be rated by a user so

      as to improve recommendatio performance rapidly with the least user feedback [5].

  3. The architecture of the system is depicted in Figure 2. The system organizes the educational links from the web by using topical crawler. The crawled pages are stored in the database and displays to the user. And then, the system requests the users to rate the pages which is useful and efficient for them. The rating of the experienced users is stored in the database and the recommended pages are displayed to the users according to the profile similarity, rating similarity, and topic similarity.

    • Save the user profile to the database.

      Step 3:

    • Computes Stereotypes or Demographic Similarity for target user.

    • Displays the web pages based on stereotype similarity and recommendation of the similar users.

      Step 4:

    • Requests the users to rate his or her interested web pages in the site.

      Step 5:

    • Calculates item similarity using modified adjusted cosine similarity.

      Step 6:

    • Calculates prediction using modified weighted sum.

      Step 7:

    • Generates the recommend links to the users.

      3.1.1. Similarity Computation

      Most of the recommender systems usually use three similarity computing techniques: Cosine-based Similarity, Correlation-based Similarity, and Adjusted Cosine Similarity.

    • Cosine-based similarity

      In Eq. (1), similarity between items i and j, sim(i,j) in the m * n ratings matrix is presented.

      Figure 2. System Architecture

      3.1. REAL Recommender System

      sim(i, j) cos(i, j)

      i. j

      i * j

      2 2

      (1)

      The proposed system works in the following procedures.

      Step 1:

    • Crawls the web using topic based crawler to obtain educational web pages.

      Step 2:

    • When the user enters the system, the system

      Where . denotes the dot-product of the two vectors.

    • Correlation-based similarity

      Let the set of users who both rated i and j are denoted by U then the correlation similarity is given by Eq. (2).

      checks whether the registered user or new user.

      sim(i, j)

      uU ( Ru ,i Ri )( Ru , j Rj )

    • For the new users, it allows registration to provide the recommend links.

      uU

      ( Ru ,i

      Ri )2

      uU

      ( Ru , j

      Rj )2

      (2)

    • To register, the user needs to enter the following attributes:

      1. Name

      2. Certificate(Local/International)

        Ru,i denotes the rating of user u on item i, Ri is the average rating of the i-th item.

    • Adjusted Cosine Similarity

      1. Degree(Local/International)

        ( R R )( R R )

      2. Country

        sim(i, j) uU u ,i u u , j u

        (3)

      3. Interested Subject

      4. Learning Goal, etc.

      uU ( Ru ,i Ru )2 uU ( Ru , j Ru )2

      In Eq. (3),

      Ru

      is the average of the u-th users ratings.

      Computing similarity using basic cosine measure in item-based case has one important drawback the differences in rating scale between different users are not taken into account. The adjusted cosine similarity offsets this drawback by subtracting the corresponding user average from each co-rated pair. However, it has one drawback- the different rating styles of the different users are not taken into account.

      For example, in the case of the systems range of

    • Modified Weighted Sum

    Weighted Sum computes the prediction on an item i for a user u by computing the sum of the ratings given by the user on the items similar to i. Each rating is weighted by the corresponding similarity si,j between items i and j.

    In Modified Weighted Sum in Eq. 6, each normalized rating, NRu,N in Eq. 7, is weighted by the enhanced correlation similarity enh_coriN.

    The prediction Pu,i is denoted as

    the rating is 1 to 5, user i sets the rating 3 to his/her

    (enh _ cor NR )

    most like item t, while the other user j sets the rating 5 to his/her most like items t. In such case, the system cant assume the item t is the user is most likes while it assumes this item is the user js most likes. So, the system cant determine the highest rating of the users and cant assume the users most like even if it is the

    Pu,i

    Where,

    allsimilaritems ,N iN u ,N

    allsimilaritems ,N ( enh _ coriN )

    HS

    (6)

    users highest rating in the case of not being highest rating of the system. Therefore, the system needs to

    NRu ,N

    HRu

    • Ru ,N

      (7)

      normalize the rating style to accurately determine which the user most like and which the least even if the users have different rating styles. The proposed system applies the normalized rating to over such problem. The proposed method, modified adjusted cosine similarity, can reduce misunderstanding of the system on the users' likes and dislikes.

      • Modified Adjusted Cosine similarity

        sim(i, j) uU ( NRu ,i Ru )( NRu , j Ru )

        Modifying the weighted sum by enhanced

        correlation similarity performs the prediction more accurately than the existing systems. Each of the systems considering the item demographic data produces the prediction quality more than 9% higher than the systems which do not consider the item demographic data.

  4. Most of the earlier learning resources

    In Eq. (4),

    uU

    ( NRu ,i

    Ru )2

    uU

    ( NRu , j

    Ru )2

    (4)

    recommender systems find the problems in determining the recommended pages accurately since

    Ru is the average of the u-th users ratings

    they ignore the rating style of the current user. The proposed system overcomes this challenge by

    And,

    In Eq. (5),

    NRu ,i

    HS

    HRu

    • Ru ,i

    (5)

    normalizing the current user's rating style. And in the section of similarity computation, the system considers the rating similarity accompanying with topic similarity of resources pages.

    To avoid the cold-start problem for users earlier

    HS means highest rating scale of the system

    HRu means highest rating scale of the current user Considering the topic similarity of item,

    Where,

    enh _ corij simij simij dem _ corij

    simij means the similarity of item i and item j from the adjusted cosine similarity after normalizing the users rating behaviour,

    dem_corij means the similarity of the item i and item j according to the topic similarity.

    3.1.2. Prediction Computation

    system encountered, the proposed system uses stereotypes or demographic CF. As a result, the system takes advantages of not only item-based CF and but also stereotypes or demographic CF. Moreover, the system can avoid the scalability and quality bottleneck of the user based CF since it uses item-based Collaborative Filtering Techniques. Modifying adjusted cosine similarity with normalized rating of users and modifying weighted sum with enhanced correlation similarity are not only able to determine accurately which the user's most likes but also able to produce the higher prediction quality than the systems which do not consider the item

    demographic data and only emphasize the rating of the users. The system can reduce mean absolute error (MAE) between the predicted ratings and actual ratings of the users due to the advantages of modified adjusted cosine similarity and modified weighted sum.

The quality of a recommender system can be evaluated by comparing recommendations to a test set of known user ratings. These systems are typical measured using predictive accuracy metrics [2], where the predicted ratings are directly compared to actual user ratings. The most commonly used metric in the literature is Mean Absolute Error (MAE) dened as the average absolute difference between predcted ratings and actual ratings, give by:

{u ,i} Pu ,i ru ,i

  1. Srivastava, J., et al., "Web Usage Mining: Discovery and Applications of Usage Patterns from Web Data". SIGKDD Explorations, 2000.

  2. Jonathan L. Herlocker, Joseph A. Konstan, Loren G. Terveen, and John T.Riedl,"Evaluating collaborative ltering recommender systems". ACM Trans.Inf. Syst., 22(1):553, 2004.

  3. Herlocker, J., et al,"An Algorithmic Framework for Performing Collaborative Filtering", Proceedings of the 22nd ACM Conference on Researchand Development in Information Retrieval (SIGIR'99). 1999.

  4. BadrulSarwar, George Karypis, Joseph Konstan, and John Riedl, Item-based Collaborative Filtering Algorithms,ACM 1-58113-348-0/01/0005, May 1-5, 2001, Hong Kong.

  5. Andrew I. Schein, AlexandrinPopescul, Lyle H. Ungar, and David M. Pennock,"Methods and metrics for cold-start recommendations", SIGIR 02:Proceedings of the 25th annual international ACM SIGIR conference on Research and development in information retrieval, pages 253260, New York,NY, USA, 2002. ACM.

    MAE N

    Where,

    (8)

  6. L. Candillia, F. Meyer, F. Fessent, and K. Jack,"State- of-the-art recommender systems", 2009.

Pu,i is the predicted rating for user u on item i, ru,i is the actual rating,

And N is the total number of ratings in the test set. The proposed system can reduce MAE by applying both demographic correlation and rating

similarity of items.

The proposed recommender system, REAL, can provide the meaningful educational links to the inexperienced learners. First, it shows the links that the similar existing users rated by computing stereotypes or demographic similarity. To compute the item based similarity, it uses modified adjusted cosine similarity and to predict more usable recommendations, it calculates modified weighted sum. In this system, combining the rating similarity and topic similarity can achieve more accurate predictions for recommendation.

The proposed system can support the learners to achieve the scholarship of their interested subjects that offered by the international universities based on the recommendation of the experienced learners. It can also reduce the amount of time for finding the suitable resources and scholar links.

Leave a Reply