SlideShare a Scribd company logo
1 of 91
Recommendation and
Information Retrieval:
Two sides of the same coin?
Prof.dr.ir. Arjen P. de Vries
arjen@acm.org
CWI, TU Delft, Spinque
Outline
• Recommendation Systems
– Collaborative Filtering (CF)
• Probabilistic approaches
– Language modelling for Information Retrieval
– Language modelling for log-based CF
– Brief: adaptations for rating-based CF
• Vector Space Model (“Back to the Future”)
– User and item spaces, orthonormal bases and
“the spectral theorem”
Recommendation
• Informally:
– Search for information “without a query”
• Three types:
– Content-based recommendation
– Collaborative filtering (CF)
• Memory-based
• Model-based
– Hybrid approaches
Recommendation
• Informally:
– Search for information “without a query”
• Three types:
– Content-based recommendation
– Collaborative filtering
• Memory-based
• Model-based
– Hybrid approaches
Today’s focus!
Popularity-based
Content-based
Online News
Music
Collaborative Filtering
Collaborative Filtering
• Collaborative filtering (originally introduced by
Patti Maes as “social information filtering”)
1. Compare user judgments
2. Recommend differences between
similar users
• Leading principle:
People’s tastes are not randomly
distributed
–A.k.a. “You are what you buy”
Rating Matrix
Users
Items
Rating
User Profile
Item Profile
Unknown Rating
Collaborative Filtering
If user Boris watched
Love Actually, how
would he rate it?
Collaborative Filtering
• Standard item-based formulation
(Adomavicius & Tuzhilin 2005)
( )
( )
( )
( )
sim ,
rat , rat ,
sim ,u
u
j I
j I
i j
u i u j
i j∈
∈
= ∑
∑
Collaborative Filtering
• Benefits over content-based approach
– Overcomes problems with finding suitable
features to represent e.g. art, music
– Serendipity
– Implicit mechanism for qualitative aspects like
style
• Problems: large groups, broad domains
Prediction vs. Ranking
• Original formulations focused on
modelling the users’ item ratings: rating
prediction
– Evaluation of algorithms (e.g., Netflix prize) by
Mean Absolute Error (MAE) or Root Mean
Square Error (RMSE) between predicted and
actual ratings
Recency-based
Prediction vs. Ranking
• Original formulations focused on
modelling the users’ item ratings: rating
prediction
– Evaluation of algorithms (e.g., Netflix prize) by
Mean Absolute Error (MAE) or Root Mean
Square Error (RMSE) between predicted and
actual ratings
• For the end user, the ranking of
recommended items is the essential
problem: relevance ranking
– Evaluation by precision at fixed rank (P@N)
Relevance Ranking
• Core problem of Information Retrieval!
Generative Model
• A statistical model for generating data
– Probability distribution over samples in a
given ‘language’
M
P ( | M ) = P ( | M )
P ( | M, )
P ( | M, )
P ( | M, )
© Victor Lavrenko, Aug. 2002
Unigram models etc.
• Unigram Models
• N-gram Models (here, N=2)
= P ( ) P ( | ) P ( | ) P ( | )
P ( ) P ( ) P ( ) P ( )
P ( )
P ( ) P ( | ) P ( | ) P ( | )
© Victor Lavrenko, Aug. 2002
Fundamental Problem
• Usually we don’t know the model M
– But have a sample representative of that
model
• First estimate a model from a sample
• Then compute the observation probability
P ( | M ( ) )
M
© Victor Lavrenko, Aug. 2002
• Unigram Language Models (LM)
– Urn metaphor
Language Models…
• P( ) ~ P ( ) P ( ) P ( ) P ( )
= 4/9 * 2/9 * 4/9 * 3/9
© Victor Lavrenko, Aug. 2002
… for Information Retrieval
• Rank models (documents) by probability of
generating the query:
Q:
P( | ) = 4/9 * 2/9 * 4/9 * 3/9 = 96/9
P( | ) = 3/9 * 3/9 * 3/9 * 3/9 = 81/9
P( | ) = 2/9 * 3/9 * 2/9 * 4/9 = 48/9
P( | ) = 2/9 * 5/9 * 2/9 * 2/9 = 40/9
Zero-frequency Problem
• Suppose some event not in our example
– Model will assign zero probability to that event
– And to any set of events involving the unseen event
• Happens frequently in natural language text, and
it is incorrect to infer zero probabilities
– Especially when dealing with incomplete samples
?
Smoothing
• Idea:
Shift part of probability mass to unseen
events
• Interpolate document-based model with a
background model (of “general English”)
– Reflects expected frequency of events
– Plays role of IDF
λ + (1-λ)
Relevance Ranking
• Core problem of Information Retrieval!
– Question arising naturally:
Are CF and IR, from a modelling perspective,
really two different problems then?
Jun Wang, Arjen P. de Vries, Marcel JT Reinders, A User-Item
Relevance Model for Log-Based Collaborative Filtering, ECIR 2006
User-Item Relevance Models
• Idea: CF by a probabilistic retrieval model
User-Item Relevance Models
• Idea: CF by a probabilistic retrieval model
• Treat user profile as query and answer
the following question:
– “ What is the probability that this item
is relevant to this user, given his or her
profile”
• Hereto, apply the language modelling
approach to IR as a formal model to
compute the user-item relevance
Implicit or explicit
relevance?• Rating-based CF:
– Users explicitly rate “items”
We use “items” to represent contents (movie, music,
etc.)
• Log-based CF:
– User profiles are gathered by logging the
interactions. Music play-list, web surf log, etc.
User-Item Relevance Models
• Existing User-based/Item-based
approaches
– Heuristic implementations of “word-of-mouth”
– Unclear how to best deal with the sparse data!
• User-Item Relevance Models
– Give probabilistic justification
– Integrate smoothing to tackle the problem of
sparsity
User-Item Relevance Models
Other Items that
the target user liked
Other users who liked
the target itemTarget Item
Target User
Relevance
?
Item Representation
User Representation
User-Item Relevance Models
• Introduce the following random variables
• Rank items by their log odds of relevance
( | , )
RSV ( ) log
( | , )
U
P R r U I
I
P R r U I
=
=
=
1 1Users: { ,..., } Items: I { ,..., }K MU u u i i∈ ∈
Relevance : { , } , "relevant", "not relevant"R r r r r∈
Item Representation
Query Items:
other Items that
the target user liked
Target Item
Target User
Relevance
Item Representation
{ib}
im?
uk
User-Item Relevance Models
• Item representation
– Use items that I liked to represent target user
– Assume the item “ratings” are independent
– Linear interpolation smoothing to address
sparsity
: ( , ) 0
( | , ) ( | , ) ( | )
RSV ( ) log log
( | , ) ( | , ) ( | )
...
(1 ) ( | , )
log(1 ) log ( | )
( | )
k
b b u b mk
m k k m m
u m
m k k m m
ml b m
m
i i L c i i b
P r i u P u r i P r i
i
P r i u P u r i P r i
P i i r
P i r
P i r
λ
λ∀ ∈ ∩ >
= =
−
= + +∑
( | , ) (1 ) ( | , ) ( | )b m ml b m ml bP i i r P i i r P i rλ λ= − +
[0,1] is a parameter to adjust the strength of smoothingλ ∈
Co-occurrence popularity
User-Item Relevance Models
• Probabilistic justification of Item-based CF
– The RSV of a target item is the combination of
its popularity and its co-occurrence with
items (query items) that the target user liked.
: ( , ) 0
(1 ) ( | , )
RSV ( ) log(1 ) log ( | )
( | )k
b b u b mk
ml b m
u m m
i i L c i i b
P i i r
i P i r
P i r
λ
λ∀ ∈ ∩ >
−
= + +∑
Co-occurrence between target item and query item
Popularity of query item
User-Item Relevance Models
• Probabilistic justification of Item-based CF
– The RSV of a target item is the combination of
its popularity and its co-occurrence with
items (query items) that the target user liked
• Item co-occurrence should be emphasized if more
users express interest in both target & query item
• Item co-occurrence should be suppressed when
the popularity of the query item is high
: ( , ) 0
(1 ) ( | , )
RSV ( ) log(1 ) log ( | )
( | )k
b b u b mk
ml b m
u m m
i i L c i i b
P i i r
i P i r
P i r
λ
λ∀ ∈ ∩ >
−
= + +∑
User Representation
Other users who liked
the target itemTarget Item
Target User
Relevance
{ub}im?
uk
User-Item Relevance Models
• User representation
– Represent target item by users who like it
– Assume the user profiles are independent
– Linear interpolation smoothing to address sparsity
:
( | , ) ( | , ) ( | )
RSV ( ) log log
( | , ) ( | , ) ( | )
...
(1 ) ( | , )
log(1 )
( | )
k
b b im
m k m k k
u m
m k m k k
ml b k
u u L b
P r i u P i r u P r u
i
P r i u P i r u P r u
P u u r
P u r
λ
λ∀ ∈
= =
−
= +∑
( | , ) (1 ) ( | , ) ( | )ml b k ml b k ml bP u u r P u u r P u rλ λ= − +
[0,1] is a parameter to adjust the strength of smoothingλ ∈
Co-occurrence between the target user and the other users
Popularity of the other users
User-Item Relevance Models
• Probabilistic justification of User-based CF
– The RSV of a target item towards a target user is
calculated by the target user’s co-occurrence with
other users who liked the target item
• User co-occurrence is emphasized if more items liked by
target user are also liked by the other user
• User co-occurrence should be suppressed when this user
liked many items
:
(1 ) ( | , )
RSV ( ) log(1 )
( | )k
b b im
ml b k
u m
u u L b
P u u r
i
P u r
λ
λ∀ ∈
−
= +∑
Empirical Results
• Data Set:
– Music play-lists from audioscrobbler.com
– 428 users and 516 items
– 80% users as training set and 20% users as test set.
– Half of items in test set as ground truth, others as user
profiles
• Measurement
– Recommendation Precision:
(num of corrected items)/(num. of recommended)
– Averaged over 5 runs
– Compared with the suggestion lib developed in GroupLens
P@N vs. lambda
Effectiveness (P@N)
So far…
• User-Item relevance models
– Give a probabilistic justification for CF
– Deal with the problem of sparsity
– Provide state-of-art performance
Rating Prediction?
• Previous log-based CF method predicts
nor uses rating information
– Ranks items solely by usage frequency
– Appropriate for, e.g., music recommendation
in a service like Spotify or personalised TV
…… bi Bi1i
,1ax
1,mx
,A bx
,a Bx, ?a bxau
Au
1u
……
bi … …Sorted Item Similarity
1,bx
,A bx
au , ?a bx Rating Prediction
SIR
Unknown Rating
bi
au
……
,1ax ,a Bx, ?a bx
SortedUserSimilarity
RatingPrediction
Unknown Rating
SUR
Sparseness
• Whether you choose SIR or SUR, in many
cases, the neighborhood extends to
include “not-so-similar” users and/or items
• Idea:
Take into considerations the similar item
ratings made by similar users as extra
source for prediction
Jun Wang, Arjen P. de Vries, Marcel JT Reinders, Unifying user-based
and item-based collaborative filtering approaches by similarity
fusion, SIGIR 2006
bi …
, ?a bxau
……SortedUserSimilarity
… Sorted Item Similarity
SIR
Unknown Rating
SUIR
SUR
Rating Prediction
Rating
Prediction
,a bx
,k mx
2I1I
1 1I =1 0I =
2 1I =
,a bx SIR∈ ,a bx SUR∈
,a bx SUIR∈ ,a bx SUIR∈
2 0I =
Similarity Fusion
Sketch of Derivation
2
,
, 2 2
, 2 2
, 2 2
, ,
, , ,
( | , , )
( , | , , ) ( )
( , 1| , , ) ( 1)
( , 0 | , , )(1 ( 1))
( | ) ( | , )(1 )
( | ) ( ( ) ( )(1 )
k m
k m
I
k m
k m
k m k m
k m k m k m
P x SUR SIR SUIR
P x I SUR SIR SUIR P I
P x I SUR SIR SUIR P I
P x I SUR SIR SUIR P I
P x SUIR P x SUR SIR
P x SUIR P x SUR P x SIR
δ δ
δ λ λ
=
= = = +
= − =
= + −
= + + −
∑
)(1 )δ−
See SIGIR 2006 paper for more details
User-Item Relevance
Models
Theoretical Level
Information
Retrieval
Field
Machine
Learning
Field
User RepresentationItem Representation
Combination rules
Similarity Fusion
Individual Predictor
Latent Predictor Space,
Latent semantic analysis,
manifold learning etc.
Relevance Feedback.
Query expansion etc
Remarks
• SIGIR 2006 paper estimates probabilities
directly from the similarity distance given
between users and items
• TOIS 2008 paper below applies Parzen window
kernel density estimation to the rating data itself,
to give a full probabilistic derivation
– Shows how the “kernel trick” let’s us generalize the
distance measure; such that a cosine (projection)
kernel (length-normalized dot product) can be
chosen, while keeping Gaussian kernel Parzen
windows
Jun Wang, Arjen P. de Vries, and Marcel J. T. Reinders. Unified
relevance models for rating prediction in collaborative filtering. ACM
TOIS 26 (3), June 2008
Relevance Feedback
• Relevance Models for query expansion in IR
– Language model estimated from known relevant or
from top-k documents (Pseudo-RFB)
– Expand query with terms generated by the LM
• Application to recommendation
– User profile used to identify neighbourhood; a
Relevance Model estimated from that neighbourhood
used to expand the profile
– Deploy probabilistic clustering method PPC to
construct the neighbourhood
– Very good empirical results on P@N
Javier Parapar, Alejandro Bellogín, Pablo Castells, Álvaro
Barreiro. Relevance-Based Language Modelling for Recommender
Systems.Information Processing & Management 49 (4), pp. 966-980
CF =~ IR?
Follow-up question:
Can we go beyond “model level”
equivalences observed so far, and actually
cast the CF problem such that we can use
the full IR machinery?
Alejandro Bellogín, Jun Wang, and Pablo Castells.Text
Retrieval Methods for Item Ranking in Collaborative
Filtering. ECIR 2011
IR System
Query Process
Text
Retrieval
Engine
OutputInverted
Index
Term
occurrences
(term-doc
matrix)
Query
CF RecSys?!
User Profile Process
Item
Similarity
Text
Retrieval
Engine
OutputInverted
Index
User
Profiles
(User-item
matrix)
User profile
(as query)
Collaborative Filtering
• Standard item-based formulation
• More general
( ) ( )
( )
( ) ( )
( )
1 2rat , , , , ,
j g u j g u
u i f u i j f u j f i j
∈ ∈
= =∑ ∑
( )
( )
( )
( )
sim ,
rat , rat ,
sim ,u
u
j I
j I
i j
u i u j
i j∈
∈
= ∑
∑
Text Retrieval
• In (Metzler & Zaragoza, 2009)
– In particular: factored form
( ) ( )
( )
, , ,
t g q
s q d s q d t
∈
= ∑
( ) ( ) ( )1 2, , , ,s q d t w q t w d t=
Text Retrieval
• Examples
– TF:
– TF-IDF:
– BM25:
( ) ( )
( ) ( )
1
2
, qf
, tf ,
w q t t
w d t t d
=
=
( ) ( )
( ) ( )
( )
1
2
, qf
, tf , log
df
w q t t
N
w d t t d
t
=
 
=  ÷ ÷
 
( )
( ) ( )
( )
( )
( )
( )
( ) ( )
( ) ( )( ) ( )
3
1
3
1
2
1
1 qf
,
qf
df 0.5 1 tf ,
, log
df 0.5 1 dl / dl tf ,
k t
w q t
k t
N t k t d
w d t
t k b b d t d
+
=
+
 − + +
=  ÷ ÷+ − + × + 
IR =~ CF?
• In item-based Collaborative Filtering
• Apply different models
– With different normalizations and norms: sqd,
L1 and L2
( ) ( )
( ) ( )
tf , sim ,
qf rat ,
t d i j
t u j
=
=
sqd
Document
No norm Norm ( /|D|)
Query
No norm s00 s01
Norm ( /|Q|) s10 s11
t j
d i
q u
≈
≈
≈
IR =~ CF!
• TF L1 s01 is equivalent to item-based CF
( ) ( )
( )
( )
sim ,
rat , rat ,
sim ,u
u
j I
j I
i j
u i u j
i j∈
∈
= ∑
∑
( ) ( ) ( )
( )
( )
( )
( )
( )
( )
1 2
tf ,
, , , qf
tf ,t g q t g q
t g q
t d
s q d w q t w d t t
t d∈ ∈
∈
= =∑ ∑
∑
( ) ( )
( ) ( )
tf , sim ,
qf rat ,
t d i j
t u j
=
=
Empirical Results
• Movielens 1M
– Movielens100k: comparable results
0.00
0.05
0.10
0.15
0.20
0.25
0.30
0.35
0.40
TF L1
s01
TF-IDF
L1 s01
TF-IDF
L2 s11
BM25
L2 s11
TF L1
s10
BM25
L1 s01
TF-IDF
L1 s10
BM25
L1 s00
TF-IDF
L2 s10
TF-IDF
L1 s00
TF L2
s10
BM25
L2 s10
TF L1
s00
BM25
L1 s11
BM25
L1 s10
BM25
L2 s01
TF L2
s11
TF-IDF
L2 s01
TF L2
s01
nDCG
Vector Space Model
• Challenge:
– No shared “words” to relate documents to queries
• Solution:
– First project users and items in a common space
• Two extreme settings:
– Project users into a space with dimensionality of the
number of items
– Project items into a space with dimensionality of the
number of users
A. Bellogín, J. Wang, P. Castells. Bridging Memory-Based Collaborative
Filtering and Text Retrieval.
Information Retrieval Journal
Item Space
• User
• Item
• Rank
• Predict rating:
User space
• User
• Item
• Rank
• Predict rating:
Linear Algebra
• Users and items in shared orthonormal
space:
• Consider covariance matrix
• Spectral theorem now states that an
orthonormal basis of eigenvectors exists
Linear Algebra
• Use this basis to represent items and
users:
• The dot product then has a remarkable
form (of the IR models discussed):
Subspaces…
• Number of items (n) vs. number of users
(m):
– If n < m, a linear dependency must exist
between users in terms of the item space
components
– In this case, it has been known empirically
that item-based algorithms tend to perform
better
• Dimension of sub-space key for the performance
of the algorithm?
• ~ better estimation (more data per item) in the
probabilistic versions
Subspaces…
• Matrix Factorization methods are captured
by assuming a lower-dimensionality space
to project items and users into (usually
considered “model-based” rather than
“memory-based”)
~ Latent Semantic Indexing (a VSM method
replicated as pLSA and variants)
Ratings into Inverted File
• Note: distribution of item occurrences not Zipfian
like text, so existing implementations (including
choice of compression etc.) may be sub-optimal
for CF runtime performance
Weighting schemes
Empirical results 1M
Empirical results 10M
Rating prediction
Concluding Remarks
• The probabilistic models are elegant (often
deploying impressive maths), but what do
they really add in understanding IR & CF –
i.e., beyond the (often claimed to be “ad-
hoc”) approaches of the VSM?
Concluding Remarks
• Clearly, the models in CF & IR are closely
related
• Should these then really be studied in two
different (albeit overlapping) communities,
RecSys vs. SIGIR?
Meanwhile at TREC…
Contextual Suggestions
• Given a user profile and a context, make
suggestions
– AKA Context-aware Recommendation, zero-
query Information Retrieval, …
“Entertain me”
• Recommend “things to do”, where
– User profile consists of opinions about
attractions
– Context consists of a specific geo-location
TREC-CS (1/3)
• Given a user profile
– 70 – 100 POIs represented by a title,
description and URL (situated in Chicago /
Santa Fe)
– Rated on a scale 0 – 4
125, Adler Planetarium & Astronomy Museum, ''Interactive
exhibits & high-tech sky shows entertain stargazers --
lakefront views are a bonus.'',
http://www.adlerplanetarium.org/
131,Lincoln Park Zoo,"Lincoln Park Zoo is a free 35-acre
zoo located in Lincoln Park in Chicago, Illinois. The zoo
was founded in 1868, making it one of the oldest zoos in
the U.S. It is also one of a few free admission zoos in the
United States.", http://www.lpzoo.org/
700, 125, 4, 4
700, 131, 0, 1
TREC CS (2/3)
• … and a context
– Corresponding to a metropolitan area in the
USA, e.g., 109, Kalamazoo, MI
TREC CS (3/3)
• Suggest Web pages / snippets
– From the Open Web, or from ClueWeb
700, 109 ,1,"About KIA History Kalamazoo
Institute of Arts KIA History","The Kalamazoo Institute
of Arts is a nonprofit art museum and school. Since , the
institute has offered art classes and free admission
programming, including exhibitions, lectures, events,
activities and a permanent collection. The KIAs mission is
to cultivate the creation and appreciation of the visual arts
for the communities",clueweb12-1811wb-14-09165
Common approach
References
• Adomavicius, G., Tuzhilin, A.: Toward the next generation of recommender systems:
a survey of the state-of-the-art and possible extensions. IEEE TKDE 17(6), 734-749
(2005)
• Alejandro Bellogín, Jun Wang, and Pablo Castells.Text Retrieval Methods for Item
Ranking in Collaborative Filtering. ECIR 2011.
• Metzler, D., Zaragoza, H.: Semi-parametric and non-parametric term weighting for
information retrieval. ECIR 2009.
• Javier Parapar, Alejandro Bellogín, Pablo Castells, Álvaro Barreiro. Relevance-
Based Language Modelling for Recommender Systems.Information Processing &
Management 49 (4), pp. 966-980
• A. Bellogín, J. Wang, P. Castells. Bridging Memory-Based Collaborative Filtering
and Text Retrieval.Information Retrieval (to appear)
• Jun Wang, Arjen P. de Vries, Marcel JT Reinders, Unifying user-based and item-
based collaborative filtering approaches by similarity fusion, SIGIR 2006
• Jun Wang, Arjen P. de Vries, Marcel JT Reinders, A User-Item Relevance Model for
Log-Based Collaborative Filtering, ECIR 2006
• Jun Wang, Arjen P. de Vries, and Marcel J. T. Reinders. Unified relevance models
for rating prediction in collaborative filtering. ACM TOIS 26 (3), June 2008.
• Jun Wang, Stephen Robertson, Arjen P. de Vries, and Marcel J.T. Reinders.
Probabilistic relevance ranking for collaborative filtering. Information Retrieval 11
(6):477-497, 2008
Thanks
• Alejandro Bellogín
• Jun Wang
• Thijs Westerveld
• Victor Lavrenko

More Related Content

What's hot

Tutorial on Coreference Resolution
Tutorial on Coreference Resolution Tutorial on Coreference Resolution
Tutorial on Coreference Resolution Anirudh Jayakumar
 
Intro to Deep Learning for Question Answering
Intro to Deep Learning for Question AnsweringIntro to Deep Learning for Question Answering
Intro to Deep Learning for Question AnsweringTraian Rebedea
 
Using and learning phrases
Using and learning phrasesUsing and learning phrases
Using and learning phrasesCassandra Jacobs
 
Email Classification
Email ClassificationEmail Classification
Email ClassificationXi Chen
 
Recommender system algorithm and architecture
Recommender system algorithm and architectureRecommender system algorithm and architecture
Recommender system algorithm and architectureLiang Xiang
 
Recommender systems
Recommender systemsRecommender systems
Recommender systemsTamer Rezk
 
SSSW 2013 - Feeding Recommender Systems with Linked Open Data
SSSW 2013 - Feeding Recommender Systems with Linked Open DataSSSW 2013 - Feeding Recommender Systems with Linked Open Data
SSSW 2013 - Feeding Recommender Systems with Linked Open DataPolytechnic University of Bari
 
Word vectorization(embedding) with nnlm
Word vectorization(embedding) with nnlmWord vectorization(embedding) with nnlm
Word vectorization(embedding) with nnlmhyunsung lee
 
Preference Elicitation Interface
Preference Elicitation InterfacePreference Elicitation Interface
Preference Elicitation Interface晓愚 孟
 
Combining IR with Relevance Feedback for Concept Location
Combining IR with Relevance Feedback for Concept LocationCombining IR with Relevance Feedback for Concept Location
Combining IR with Relevance Feedback for Concept LocationSonia Haiduc
 
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...Polytechnic University of Bari
 
Part 1
Part 1Part 1
Part 1butest
 
Tag And Tag Based Recommender
Tag And Tag Based RecommenderTag And Tag Based Recommender
Tag And Tag Based Recommendergu wendong
 
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...Lucidworks
 
Collaborative Filtering
Collaborative FilteringCollaborative Filtering
Collaborative FilteringTayfun Sen
 
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...Lucidworks
 
Online Learning to Rank
Online Learning to RankOnline Learning to Rank
Online Learning to Rankewhuang3
 

What's hot (20)

Tutorial on Coreference Resolution
Tutorial on Coreference Resolution Tutorial on Coreference Resolution
Tutorial on Coreference Resolution
 
Intro to Deep Learning for Question Answering
Intro to Deep Learning for Question AnsweringIntro to Deep Learning for Question Answering
Intro to Deep Learning for Question Answering
 
Using and learning phrases
Using and learning phrasesUsing and learning phrases
Using and learning phrases
 
Email Classification
Email ClassificationEmail Classification
Email Classification
 
Recommender system algorithm and architecture
Recommender system algorithm and architectureRecommender system algorithm and architecture
Recommender system algorithm and architecture
 
Recommender systems
Recommender systemsRecommender systems
Recommender systems
 
SSSW 2013 - Feeding Recommender Systems with Linked Open Data
SSSW 2013 - Feeding Recommender Systems with Linked Open DataSSSW 2013 - Feeding Recommender Systems with Linked Open Data
SSSW 2013 - Feeding Recommender Systems with Linked Open Data
 
Word vectorization(embedding) with nnlm
Word vectorization(embedding) with nnlmWord vectorization(embedding) with nnlm
Word vectorization(embedding) with nnlm
 
Recommender Systems and Linked Open Data
Recommender Systems and Linked Open DataRecommender Systems and Linked Open Data
Recommender Systems and Linked Open Data
 
Preference Elicitation Interface
Preference Elicitation InterfacePreference Elicitation Interface
Preference Elicitation Interface
 
Combining IR with Relevance Feedback for Concept Location
Combining IR with Relevance Feedback for Concept LocationCombining IR with Relevance Feedback for Concept Location
Combining IR with Relevance Feedback for Concept Location
 
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...
Tutorial - Recommender systems meet linked open data - ICWE 2016 - Lugano - 0...
 
Part 1
Part 1Part 1
Part 1
 
Tag And Tag Based Recommender
Tag And Tag Based RecommenderTag And Tag Based Recommender
Tag And Tag Based Recommender
 
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...
Search Accuracy Metrics and Predictive Analytics - A Big Data Use Case: Prese...
 
Collaborative Filtering
Collaborative FilteringCollaborative Filtering
Collaborative Filtering
 
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...
Automatically Build Solr Synonyms List using Machine Learning - Chao Han, Luc...
 
Collaborative filtering
Collaborative filteringCollaborative filtering
Collaborative filtering
 
Online Learning to Rank
Online Learning to RankOnline Learning to Rank
Online Learning to Rank
 
Automatic Summarizaton Tutorial
Automatic Summarizaton TutorialAutomatic Summarizaton Tutorial
Automatic Summarizaton Tutorial
 

Similar to Models for Information Retrieval and Recommendation

Combining content based and collaborative filtering
Combining content based and collaborative filteringCombining content based and collaborative filtering
Combining content based and collaborative filteringAravindharamanan S
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information RetrievalNik Spirin
 
Apache Mahout Tutorial - Recommendation - 2013/2014
Apache Mahout Tutorial - Recommendation - 2013/2014 Apache Mahout Tutorial - Recommendation - 2013/2014
Apache Mahout Tutorial - Recommendation - 2013/2014 Cataldo Musto
 
Tutorial: Context In Recommender Systems
Tutorial: Context In Recommender SystemsTutorial: Context In Recommender Systems
Tutorial: Context In Recommender SystemsYONG ZHENG
 
Chapter 02 collaborative recommendation
Chapter 02   collaborative recommendationChapter 02   collaborative recommendation
Chapter 02 collaborative recommendationAravindharamanan S
 
Chapter 02 collaborative recommendation
Chapter 02   collaborative recommendationChapter 02   collaborative recommendation
Chapter 02 collaborative recommendationAravindharamanan S
 
Recsys 2018 overview and highlights
Recsys 2018 overview and highlightsRecsys 2018 overview and highlights
Recsys 2018 overview and highlightsSandra Garcia
 
Hybridisation Techniques for Cold-Starting Context-Aware Recommender Systems
Hybridisation Techniques for Cold-Starting Context-Aware Recommender SystemsHybridisation Techniques for Cold-Starting Context-Aware Recommender Systems
Hybridisation Techniques for Cold-Starting Context-Aware Recommender SystemsMatthias Braunhofer
 
IRIS.TV Talks Future of Video Personalization at Cross Campus LA
IRIS.TV Talks Future of Video Personalization at Cross Campus LAIRIS.TV Talks Future of Video Personalization at Cross Campus LA
IRIS.TV Talks Future of Video Personalization at Cross Campus LAIRIS.TV
 
Sparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSpark Summit
 
[系列活動] 人工智慧與機器學習在推薦系統上的應用
[系列活動] 人工智慧與機器學習在推薦系統上的應用[系列活動] 人工智慧與機器學習在推薦系統上的應用
[系列活動] 人工智慧與機器學習在推薦系統上的應用台灣資料科學年會
 
Recommendation Systems
Recommendation SystemsRecommendation Systems
Recommendation SystemsRobin Reni
 
Twente ir-course 20-10-2010
Twente ir-course 20-10-2010Twente ir-course 20-10-2010
Twente ir-course 20-10-2010Arjen de Vries
 
Buidling large scale recommendation engine
Buidling large scale recommendation engineBuidling large scale recommendation engine
Buidling large scale recommendation engineKeeyong Han
 
Research on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsResearch on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsDenis Parra Santander
 
Overview of recommender system
Overview of recommender systemOverview of recommender system
Overview of recommender systemStanley Wang
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsNYC Predictive Analytics
 

Similar to Models for Information Retrieval and Recommendation (20)

Filtering content bbased crs
Filtering content bbased crsFiltering content bbased crs
Filtering content bbased crs
 
Combining content based and collaborative filtering
Combining content based and collaborative filteringCombining content based and collaborative filtering
Combining content based and collaborative filtering
 
collaborative filtering
collaborative filteringcollaborative filtering
collaborative filtering
 
Language Models for Information Retrieval
Language Models for Information RetrievalLanguage Models for Information Retrieval
Language Models for Information Retrieval
 
Apache Mahout Tutorial - Recommendation - 2013/2014
Apache Mahout Tutorial - Recommendation - 2013/2014 Apache Mahout Tutorial - Recommendation - 2013/2014
Apache Mahout Tutorial - Recommendation - 2013/2014
 
Tutorial: Context In Recommender Systems
Tutorial: Context In Recommender SystemsTutorial: Context In Recommender Systems
Tutorial: Context In Recommender Systems
 
Chapter 02 collaborative recommendation
Chapter 02   collaborative recommendationChapter 02   collaborative recommendation
Chapter 02 collaborative recommendation
 
Chapter 02 collaborative recommendation
Chapter 02   collaborative recommendationChapter 02   collaborative recommendation
Chapter 02 collaborative recommendation
 
Recsys 2018 overview and highlights
Recsys 2018 overview and highlightsRecsys 2018 overview and highlights
Recsys 2018 overview and highlights
 
Hybridisation Techniques for Cold-Starting Context-Aware Recommender Systems
Hybridisation Techniques for Cold-Starting Context-Aware Recommender SystemsHybridisation Techniques for Cold-Starting Context-Aware Recommender Systems
Hybridisation Techniques for Cold-Starting Context-Aware Recommender Systems
 
Intelligent Search
Intelligent SearchIntelligent Search
Intelligent Search
 
IRIS.TV Talks Future of Video Personalization at Cross Campus LA
IRIS.TV Talks Future of Video Personalization at Cross Campus LAIRIS.TV Talks Future of Video Personalization at Cross Campus LA
IRIS.TV Talks Future of Video Personalization at Cross Campus LA
 
Sparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya Hristakeva
 
[系列活動] 人工智慧與機器學習在推薦系統上的應用
[系列活動] 人工智慧與機器學習在推薦系統上的應用[系列活動] 人工智慧與機器學習在推薦系統上的應用
[系列活動] 人工智慧與機器學習在推薦系統上的應用
 
Recommendation Systems
Recommendation SystemsRecommendation Systems
Recommendation Systems
 
Twente ir-course 20-10-2010
Twente ir-course 20-10-2010Twente ir-course 20-10-2010
Twente ir-course 20-10-2010
 
Buidling large scale recommendation engine
Buidling large scale recommendation engineBuidling large scale recommendation engine
Buidling large scale recommendation engine
 
Research on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and ListsResearch on Recommender Systems: Beyond Ratings and Lists
Research on Recommender Systems: Beyond Ratings and Lists
 
Overview of recommender system
Overview of recommender systemOverview of recommender system
Overview of recommender system
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media Analytics
 

More from Arjen de Vries

Masterclass Big Data (leerlingen)
Masterclass Big Data (leerlingen) Masterclass Big Data (leerlingen)
Masterclass Big Data (leerlingen) Arjen de Vries
 
Beverwedstrijd Big Data (klas 3/4/5/6)
Beverwedstrijd Big Data (klas 3/4/5/6) Beverwedstrijd Big Data (klas 3/4/5/6)
Beverwedstrijd Big Data (klas 3/4/5/6) Arjen de Vries
 
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)Beverwedstrijd Big Data (groep 5/6 en klas 1/2)
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)Arjen de Vries
 
Web Archives and the dream of the Personal Search Engine
Web Archives and the dream of the Personal Search EngineWeb Archives and the dream of the Personal Search Engine
Web Archives and the dream of the Personal Search EngineArjen de Vries
 
Information Retrieval and Social Media
Information Retrieval and Social MediaInformation Retrieval and Social Media
Information Retrieval and Social MediaArjen de Vries
 
Information Retrieval intro TMM
Information Retrieval intro TMMInformation Retrieval intro TMM
Information Retrieval intro TMMArjen de Vries
 
ACM SIGIR 2017 - Opening - PC Chairs
ACM SIGIR 2017 - Opening - PC ChairsACM SIGIR 2017 - Opening - PC Chairs
ACM SIGIR 2017 - Opening - PC ChairsArjen de Vries
 
Data Science Master Specialisation
Data Science Master SpecialisationData Science Master Specialisation
Data Science Master SpecialisationArjen de Vries
 
PUC Masterclass Big Data
PUC Masterclass Big DataPUC Masterclass Big Data
PUC Masterclass Big DataArjen de Vries
 
Bigdata processing with Spark - part II
Bigdata processing with Spark - part IIBigdata processing with Spark - part II
Bigdata processing with Spark - part IIArjen de Vries
 
Bigdata processing with Spark
Bigdata processing with SparkBigdata processing with Spark
Bigdata processing with SparkArjen de Vries
 
TREC 2016: Looking Forward Panel
TREC 2016: Looking Forward PanelTREC 2016: Looking Forward Panel
TREC 2016: Looking Forward PanelArjen de Vries
 
The personal search engine
The personal search engineThe personal search engine
The personal search engineArjen de Vries
 
Better Contextual Suggestions by Applying Domain Knowledge
Better Contextual Suggestions by Applying Domain KnowledgeBetter Contextual Suggestions by Applying Domain Knowledge
Better Contextual Suggestions by Applying Domain KnowledgeArjen de Vries
 
ESSIR 2013 - IR and Social Media
ESSIR 2013 - IR and Social MediaESSIR 2013 - IR and Social Media
ESSIR 2013 - IR and Social MediaArjen de Vries
 
Looking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseLooking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseArjen de Vries
 
Searching Political Data by Strategy
Searching Political Data by StrategySearching Political Data by Strategy
Searching Political Data by StrategyArjen de Vries
 
How to Search Annotated Text by Strategy?
How to Search Annotated Text by Strategy?How to Search Annotated Text by Strategy?
How to Search Annotated Text by Strategy?Arjen de Vries
 
How to build the next 1000 search engines?!
How to build the next 1000 search engines?! How to build the next 1000 search engines?!
How to build the next 1000 search engines?! Arjen de Vries
 

More from Arjen de Vries (20)

Doing a PhD @ DOSSIER
Doing a PhD @ DOSSIERDoing a PhD @ DOSSIER
Doing a PhD @ DOSSIER
 
Masterclass Big Data (leerlingen)
Masterclass Big Data (leerlingen) Masterclass Big Data (leerlingen)
Masterclass Big Data (leerlingen)
 
Beverwedstrijd Big Data (klas 3/4/5/6)
Beverwedstrijd Big Data (klas 3/4/5/6) Beverwedstrijd Big Data (klas 3/4/5/6)
Beverwedstrijd Big Data (klas 3/4/5/6)
 
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)Beverwedstrijd Big Data (groep 5/6 en klas 1/2)
Beverwedstrijd Big Data (groep 5/6 en klas 1/2)
 
Web Archives and the dream of the Personal Search Engine
Web Archives and the dream of the Personal Search EngineWeb Archives and the dream of the Personal Search Engine
Web Archives and the dream of the Personal Search Engine
 
Information Retrieval and Social Media
Information Retrieval and Social MediaInformation Retrieval and Social Media
Information Retrieval and Social Media
 
Information Retrieval intro TMM
Information Retrieval intro TMMInformation Retrieval intro TMM
Information Retrieval intro TMM
 
ACM SIGIR 2017 - Opening - PC Chairs
ACM SIGIR 2017 - Opening - PC ChairsACM SIGIR 2017 - Opening - PC Chairs
ACM SIGIR 2017 - Opening - PC Chairs
 
Data Science Master Specialisation
Data Science Master SpecialisationData Science Master Specialisation
Data Science Master Specialisation
 
PUC Masterclass Big Data
PUC Masterclass Big DataPUC Masterclass Big Data
PUC Masterclass Big Data
 
Bigdata processing with Spark - part II
Bigdata processing with Spark - part IIBigdata processing with Spark - part II
Bigdata processing with Spark - part II
 
Bigdata processing with Spark
Bigdata processing with SparkBigdata processing with Spark
Bigdata processing with Spark
 
TREC 2016: Looking Forward Panel
TREC 2016: Looking Forward PanelTREC 2016: Looking Forward Panel
TREC 2016: Looking Forward Panel
 
The personal search engine
The personal search engineThe personal search engine
The personal search engine
 
Better Contextual Suggestions by Applying Domain Knowledge
Better Contextual Suggestions by Applying Domain KnowledgeBetter Contextual Suggestions by Applying Domain Knowledge
Better Contextual Suggestions by Applying Domain Knowledge
 
ESSIR 2013 - IR and Social Media
ESSIR 2013 - IR and Social MediaESSIR 2013 - IR and Social Media
ESSIR 2013 - IR and Social Media
 
Looking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseLooking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterprise
 
Searching Political Data by Strategy
Searching Political Data by StrategySearching Political Data by Strategy
Searching Political Data by Strategy
 
How to Search Annotated Text by Strategy?
How to Search Annotated Text by Strategy?How to Search Annotated Text by Strategy?
How to Search Annotated Text by Strategy?
 
How to build the next 1000 search engines?!
How to build the next 1000 search engines?! How to build the next 1000 search engines?!
How to build the next 1000 search engines?!
 

Recently uploaded

Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Recently uploaded (20)

LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Models for Information Retrieval and Recommendation

  • 1. Recommendation and Information Retrieval: Two sides of the same coin? Prof.dr.ir. Arjen P. de Vries arjen@acm.org CWI, TU Delft, Spinque
  • 2. Outline • Recommendation Systems – Collaborative Filtering (CF) • Probabilistic approaches – Language modelling for Information Retrieval – Language modelling for log-based CF – Brief: adaptations for rating-based CF • Vector Space Model (“Back to the Future”) – User and item spaces, orthonormal bases and “the spectral theorem”
  • 3. Recommendation • Informally: – Search for information “without a query” • Three types: – Content-based recommendation – Collaborative filtering (CF) • Memory-based • Model-based – Hybrid approaches
  • 4. Recommendation • Informally: – Search for information “without a query” • Three types: – Content-based recommendation – Collaborative filtering • Memory-based • Model-based – Hybrid approaches Today’s focus!
  • 6.
  • 8. Collaborative Filtering • Collaborative filtering (originally introduced by Patti Maes as “social information filtering”) 1. Compare user judgments 2. Recommend differences between similar users • Leading principle: People’s tastes are not randomly distributed –A.k.a. “You are what you buy”
  • 10. Users
  • 11. Items
  • 16. Collaborative Filtering If user Boris watched Love Actually, how would he rate it?
  • 17. Collaborative Filtering • Standard item-based formulation (Adomavicius & Tuzhilin 2005) ( ) ( ) ( ) ( ) sim , rat , rat , sim ,u u j I j I i j u i u j i j∈ ∈ = ∑ ∑
  • 18. Collaborative Filtering • Benefits over content-based approach – Overcomes problems with finding suitable features to represent e.g. art, music – Serendipity – Implicit mechanism for qualitative aspects like style • Problems: large groups, broad domains
  • 19. Prediction vs. Ranking • Original formulations focused on modelling the users’ item ratings: rating prediction – Evaluation of algorithms (e.g., Netflix prize) by Mean Absolute Error (MAE) or Root Mean Square Error (RMSE) between predicted and actual ratings
  • 21. Prediction vs. Ranking • Original formulations focused on modelling the users’ item ratings: rating prediction – Evaluation of algorithms (e.g., Netflix prize) by Mean Absolute Error (MAE) or Root Mean Square Error (RMSE) between predicted and actual ratings • For the end user, the ranking of recommended items is the essential problem: relevance ranking – Evaluation by precision at fixed rank (P@N)
  • 22. Relevance Ranking • Core problem of Information Retrieval!
  • 23. Generative Model • A statistical model for generating data – Probability distribution over samples in a given ‘language’ M P ( | M ) = P ( | M ) P ( | M, ) P ( | M, ) P ( | M, ) © Victor Lavrenko, Aug. 2002
  • 24. Unigram models etc. • Unigram Models • N-gram Models (here, N=2) = P ( ) P ( | ) P ( | ) P ( | ) P ( ) P ( ) P ( ) P ( ) P ( ) P ( ) P ( | ) P ( | ) P ( | ) © Victor Lavrenko, Aug. 2002
  • 25. Fundamental Problem • Usually we don’t know the model M – But have a sample representative of that model • First estimate a model from a sample • Then compute the observation probability P ( | M ( ) ) M © Victor Lavrenko, Aug. 2002
  • 26. • Unigram Language Models (LM) – Urn metaphor Language Models… • P( ) ~ P ( ) P ( ) P ( ) P ( ) = 4/9 * 2/9 * 4/9 * 3/9 © Victor Lavrenko, Aug. 2002
  • 27. … for Information Retrieval • Rank models (documents) by probability of generating the query: Q: P( | ) = 4/9 * 2/9 * 4/9 * 3/9 = 96/9 P( | ) = 3/9 * 3/9 * 3/9 * 3/9 = 81/9 P( | ) = 2/9 * 3/9 * 2/9 * 4/9 = 48/9 P( | ) = 2/9 * 5/9 * 2/9 * 2/9 = 40/9
  • 28. Zero-frequency Problem • Suppose some event not in our example – Model will assign zero probability to that event – And to any set of events involving the unseen event • Happens frequently in natural language text, and it is incorrect to infer zero probabilities – Especially when dealing with incomplete samples ?
  • 29. Smoothing • Idea: Shift part of probability mass to unseen events • Interpolate document-based model with a background model (of “general English”) – Reflects expected frequency of events – Plays role of IDF λ + (1-λ)
  • 30. Relevance Ranking • Core problem of Information Retrieval! – Question arising naturally: Are CF and IR, from a modelling perspective, really two different problems then? Jun Wang, Arjen P. de Vries, Marcel JT Reinders, A User-Item Relevance Model for Log-Based Collaborative Filtering, ECIR 2006
  • 31. User-Item Relevance Models • Idea: CF by a probabilistic retrieval model
  • 32. User-Item Relevance Models • Idea: CF by a probabilistic retrieval model • Treat user profile as query and answer the following question: – “ What is the probability that this item is relevant to this user, given his or her profile” • Hereto, apply the language modelling approach to IR as a formal model to compute the user-item relevance
  • 33. Implicit or explicit relevance?• Rating-based CF: – Users explicitly rate “items” We use “items” to represent contents (movie, music, etc.) • Log-based CF: – User profiles are gathered by logging the interactions. Music play-list, web surf log, etc.
  • 34. User-Item Relevance Models • Existing User-based/Item-based approaches – Heuristic implementations of “word-of-mouth” – Unclear how to best deal with the sparse data! • User-Item Relevance Models – Give probabilistic justification – Integrate smoothing to tackle the problem of sparsity
  • 35. User-Item Relevance Models Other Items that the target user liked Other users who liked the target itemTarget Item Target User Relevance ? Item Representation User Representation
  • 36. User-Item Relevance Models • Introduce the following random variables • Rank items by their log odds of relevance ( | , ) RSV ( ) log ( | , ) U P R r U I I P R r U I = = = 1 1Users: { ,..., } Items: I { ,..., }K MU u u i i∈ ∈ Relevance : { , } , "relevant", "not relevant"R r r r r∈
  • 37. Item Representation Query Items: other Items that the target user liked Target Item Target User Relevance Item Representation {ib} im? uk
  • 38. User-Item Relevance Models • Item representation – Use items that I liked to represent target user – Assume the item “ratings” are independent – Linear interpolation smoothing to address sparsity : ( , ) 0 ( | , ) ( | , ) ( | ) RSV ( ) log log ( | , ) ( | , ) ( | ) ... (1 ) ( | , ) log(1 ) log ( | ) ( | ) k b b u b mk m k k m m u m m k k m m ml b m m i i L c i i b P r i u P u r i P r i i P r i u P u r i P r i P i i r P i r P i r λ λ∀ ∈ ∩ > = = − = + +∑ ( | , ) (1 ) ( | , ) ( | )b m ml b m ml bP i i r P i i r P i rλ λ= − + [0,1] is a parameter to adjust the strength of smoothingλ ∈
  • 39. Co-occurrence popularity User-Item Relevance Models • Probabilistic justification of Item-based CF – The RSV of a target item is the combination of its popularity and its co-occurrence with items (query items) that the target user liked. : ( , ) 0 (1 ) ( | , ) RSV ( ) log(1 ) log ( | ) ( | )k b b u b mk ml b m u m m i i L c i i b P i i r i P i r P i r λ λ∀ ∈ ∩ > − = + +∑
  • 40. Co-occurrence between target item and query item Popularity of query item User-Item Relevance Models • Probabilistic justification of Item-based CF – The RSV of a target item is the combination of its popularity and its co-occurrence with items (query items) that the target user liked • Item co-occurrence should be emphasized if more users express interest in both target & query item • Item co-occurrence should be suppressed when the popularity of the query item is high : ( , ) 0 (1 ) ( | , ) RSV ( ) log(1 ) log ( | ) ( | )k b b u b mk ml b m u m m i i L c i i b P i i r i P i r P i r λ λ∀ ∈ ∩ > − = + +∑
  • 41. User Representation Other users who liked the target itemTarget Item Target User Relevance {ub}im? uk
  • 42. User-Item Relevance Models • User representation – Represent target item by users who like it – Assume the user profiles are independent – Linear interpolation smoothing to address sparsity : ( | , ) ( | , ) ( | ) RSV ( ) log log ( | , ) ( | , ) ( | ) ... (1 ) ( | , ) log(1 ) ( | ) k b b im m k m k k u m m k m k k ml b k u u L b P r i u P i r u P r u i P r i u P i r u P r u P u u r P u r λ λ∀ ∈ = = − = +∑ ( | , ) (1 ) ( | , ) ( | )ml b k ml b k ml bP u u r P u u r P u rλ λ= − + [0,1] is a parameter to adjust the strength of smoothingλ ∈
  • 43. Co-occurrence between the target user and the other users Popularity of the other users User-Item Relevance Models • Probabilistic justification of User-based CF – The RSV of a target item towards a target user is calculated by the target user’s co-occurrence with other users who liked the target item • User co-occurrence is emphasized if more items liked by target user are also liked by the other user • User co-occurrence should be suppressed when this user liked many items : (1 ) ( | , ) RSV ( ) log(1 ) ( | )k b b im ml b k u m u u L b P u u r i P u r λ λ∀ ∈ − = +∑
  • 44.
  • 45. Empirical Results • Data Set: – Music play-lists from audioscrobbler.com – 428 users and 516 items – 80% users as training set and 20% users as test set. – Half of items in test set as ground truth, others as user profiles • Measurement – Recommendation Precision: (num of corrected items)/(num. of recommended) – Averaged over 5 runs – Compared with the suggestion lib developed in GroupLens
  • 48. So far… • User-Item relevance models – Give a probabilistic justification for CF – Deal with the problem of sparsity – Provide state-of-art performance
  • 49. Rating Prediction? • Previous log-based CF method predicts nor uses rating information – Ranks items solely by usage frequency – Appropriate for, e.g., music recommendation in a service like Spotify or personalised TV
  • 50. …… bi Bi1i ,1ax 1,mx ,A bx ,a Bx, ?a bxau Au 1u ……
  • 51. bi … …Sorted Item Similarity 1,bx ,A bx au , ?a bx Rating Prediction SIR Unknown Rating
  • 52. bi au …… ,1ax ,a Bx, ?a bx SortedUserSimilarity RatingPrediction Unknown Rating SUR
  • 53. Sparseness • Whether you choose SIR or SUR, in many cases, the neighborhood extends to include “not-so-similar” users and/or items • Idea: Take into considerations the similar item ratings made by similar users as extra source for prediction Jun Wang, Arjen P. de Vries, Marcel JT Reinders, Unifying user-based and item-based collaborative filtering approaches by similarity fusion, SIGIR 2006
  • 54. bi … , ?a bxau ……SortedUserSimilarity … Sorted Item Similarity SIR Unknown Rating SUIR SUR Rating Prediction Rating Prediction
  • 55. ,a bx ,k mx 2I1I 1 1I =1 0I = 2 1I = ,a bx SIR∈ ,a bx SUR∈ ,a bx SUIR∈ ,a bx SUIR∈ 2 0I = Similarity Fusion
  • 56. Sketch of Derivation 2 , , 2 2 , 2 2 , 2 2 , , , , , ( | , , ) ( , | , , ) ( ) ( , 1| , , ) ( 1) ( , 0 | , , )(1 ( 1)) ( | ) ( | , )(1 ) ( | ) ( ( ) ( )(1 ) k m k m I k m k m k m k m k m k m k m P x SUR SIR SUIR P x I SUR SIR SUIR P I P x I SUR SIR SUIR P I P x I SUR SIR SUIR P I P x SUIR P x SUR SIR P x SUIR P x SUR P x SIR δ δ δ λ λ = = = = + = − = = + − = + + − ∑ )(1 )δ− See SIGIR 2006 paper for more details
  • 57. User-Item Relevance Models Theoretical Level Information Retrieval Field Machine Learning Field User RepresentationItem Representation Combination rules Similarity Fusion Individual Predictor Latent Predictor Space, Latent semantic analysis, manifold learning etc. Relevance Feedback. Query expansion etc
  • 58. Remarks • SIGIR 2006 paper estimates probabilities directly from the similarity distance given between users and items • TOIS 2008 paper below applies Parzen window kernel density estimation to the rating data itself, to give a full probabilistic derivation – Shows how the “kernel trick” let’s us generalize the distance measure; such that a cosine (projection) kernel (length-normalized dot product) can be chosen, while keeping Gaussian kernel Parzen windows Jun Wang, Arjen P. de Vries, and Marcel J. T. Reinders. Unified relevance models for rating prediction in collaborative filtering. ACM TOIS 26 (3), June 2008
  • 59. Relevance Feedback • Relevance Models for query expansion in IR – Language model estimated from known relevant or from top-k documents (Pseudo-RFB) – Expand query with terms generated by the LM • Application to recommendation – User profile used to identify neighbourhood; a Relevance Model estimated from that neighbourhood used to expand the profile – Deploy probabilistic clustering method PPC to construct the neighbourhood – Very good empirical results on P@N Javier Parapar, Alejandro Bellogín, Pablo Castells, Álvaro Barreiro. Relevance-Based Language Modelling for Recommender Systems.Information Processing & Management 49 (4), pp. 966-980
  • 60. CF =~ IR? Follow-up question: Can we go beyond “model level” equivalences observed so far, and actually cast the CF problem such that we can use the full IR machinery? Alejandro Bellogín, Jun Wang, and Pablo Castells.Text Retrieval Methods for Item Ranking in Collaborative Filtering. ECIR 2011
  • 62. CF RecSys?! User Profile Process Item Similarity Text Retrieval Engine OutputInverted Index User Profiles (User-item matrix) User profile (as query)
  • 63. Collaborative Filtering • Standard item-based formulation • More general ( ) ( ) ( ) ( ) ( ) ( ) 1 2rat , , , , , j g u j g u u i f u i j f u j f i j ∈ ∈ = =∑ ∑ ( ) ( ) ( ) ( ) sim , rat , rat , sim ,u u j I j I i j u i u j i j∈ ∈ = ∑ ∑
  • 64. Text Retrieval • In (Metzler & Zaragoza, 2009) – In particular: factored form ( ) ( ) ( ) , , , t g q s q d s q d t ∈ = ∑ ( ) ( ) ( )1 2, , , ,s q d t w q t w d t=
  • 65. Text Retrieval • Examples – TF: – TF-IDF: – BM25: ( ) ( ) ( ) ( ) 1 2 , qf , tf , w q t t w d t t d = = ( ) ( ) ( ) ( ) ( ) 1 2 , qf , tf , log df w q t t N w d t t d t =   =  ÷ ÷   ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( )( ) ( ) 3 1 3 1 2 1 1 qf , qf df 0.5 1 tf , , log df 0.5 1 dl / dl tf , k t w q t k t N t k t d w d t t k b b d t d + = +  − + + =  ÷ ÷+ − + × + 
  • 66. IR =~ CF? • In item-based Collaborative Filtering • Apply different models – With different normalizations and norms: sqd, L1 and L2 ( ) ( ) ( ) ( ) tf , sim , qf rat , t d i j t u j = = sqd Document No norm Norm ( /|D|) Query No norm s00 s01 Norm ( /|Q|) s10 s11 t j d i q u ≈ ≈ ≈
  • 67. IR =~ CF! • TF L1 s01 is equivalent to item-based CF ( ) ( ) ( ) ( ) sim , rat , rat , sim ,u u j I j I i j u i u j i j∈ ∈ = ∑ ∑ ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 1 2 tf , , , , qf tf ,t g q t g q t g q t d s q d w q t w d t t t d∈ ∈ ∈ = =∑ ∑ ∑ ( ) ( ) ( ) ( ) tf , sim , qf rat , t d i j t u j = =
  • 68. Empirical Results • Movielens 1M – Movielens100k: comparable results 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40 TF L1 s01 TF-IDF L1 s01 TF-IDF L2 s11 BM25 L2 s11 TF L1 s10 BM25 L1 s01 TF-IDF L1 s10 BM25 L1 s00 TF-IDF L2 s10 TF-IDF L1 s00 TF L2 s10 BM25 L2 s10 TF L1 s00 BM25 L1 s11 BM25 L1 s10 BM25 L2 s01 TF L2 s11 TF-IDF L2 s01 TF L2 s01 nDCG
  • 69. Vector Space Model • Challenge: – No shared “words” to relate documents to queries • Solution: – First project users and items in a common space • Two extreme settings: – Project users into a space with dimensionality of the number of items – Project items into a space with dimensionality of the number of users A. Bellogín, J. Wang, P. Castells. Bridging Memory-Based Collaborative Filtering and Text Retrieval. Information Retrieval Journal
  • 70. Item Space • User • Item • Rank • Predict rating:
  • 71. User space • User • Item • Rank • Predict rating:
  • 72. Linear Algebra • Users and items in shared orthonormal space: • Consider covariance matrix • Spectral theorem now states that an orthonormal basis of eigenvectors exists
  • 73. Linear Algebra • Use this basis to represent items and users: • The dot product then has a remarkable form (of the IR models discussed):
  • 74. Subspaces… • Number of items (n) vs. number of users (m): – If n < m, a linear dependency must exist between users in terms of the item space components – In this case, it has been known empirically that item-based algorithms tend to perform better • Dimension of sub-space key for the performance of the algorithm? • ~ better estimation (more data per item) in the probabilistic versions
  • 75. Subspaces… • Matrix Factorization methods are captured by assuming a lower-dimensionality space to project items and users into (usually considered “model-based” rather than “memory-based”) ~ Latent Semantic Indexing (a VSM method replicated as pLSA and variants)
  • 76. Ratings into Inverted File • Note: distribution of item occurrences not Zipfian like text, so existing implementations (including choice of compression etc.) may be sub-optimal for CF runtime performance
  • 81. Concluding Remarks • The probabilistic models are elegant (often deploying impressive maths), but what do they really add in understanding IR & CF – i.e., beyond the (often claimed to be “ad- hoc”) approaches of the VSM?
  • 82. Concluding Remarks • Clearly, the models in CF & IR are closely related • Should these then really be studied in two different (albeit overlapping) communities, RecSys vs. SIGIR?
  • 84. Contextual Suggestions • Given a user profile and a context, make suggestions – AKA Context-aware Recommendation, zero- query Information Retrieval, …
  • 85. “Entertain me” • Recommend “things to do”, where – User profile consists of opinions about attractions – Context consists of a specific geo-location
  • 86. TREC-CS (1/3) • Given a user profile – 70 – 100 POIs represented by a title, description and URL (situated in Chicago / Santa Fe) – Rated on a scale 0 – 4 125, Adler Planetarium & Astronomy Museum, ''Interactive exhibits & high-tech sky shows entertain stargazers -- lakefront views are a bonus.'', http://www.adlerplanetarium.org/ 131,Lincoln Park Zoo,"Lincoln Park Zoo is a free 35-acre zoo located in Lincoln Park in Chicago, Illinois. The zoo was founded in 1868, making it one of the oldest zoos in the U.S. It is also one of a few free admission zoos in the United States.", http://www.lpzoo.org/ 700, 125, 4, 4 700, 131, 0, 1
  • 87. TREC CS (2/3) • … and a context – Corresponding to a metropolitan area in the USA, e.g., 109, Kalamazoo, MI
  • 88. TREC CS (3/3) • Suggest Web pages / snippets – From the Open Web, or from ClueWeb 700, 109 ,1,"About KIA History Kalamazoo Institute of Arts KIA History","The Kalamazoo Institute of Arts is a nonprofit art museum and school. Since , the institute has offered art classes and free admission programming, including exhibitions, lectures, events, activities and a permanent collection. The KIAs mission is to cultivate the creation and appreciation of the visual arts for the communities",clueweb12-1811wb-14-09165
  • 90. References • Adomavicius, G., Tuzhilin, A.: Toward the next generation of recommender systems: a survey of the state-of-the-art and possible extensions. IEEE TKDE 17(6), 734-749 (2005) • Alejandro Bellogín, Jun Wang, and Pablo Castells.Text Retrieval Methods for Item Ranking in Collaborative Filtering. ECIR 2011. • Metzler, D., Zaragoza, H.: Semi-parametric and non-parametric term weighting for information retrieval. ECIR 2009. • Javier Parapar, Alejandro Bellogín, Pablo Castells, Álvaro Barreiro. Relevance- Based Language Modelling for Recommender Systems.Information Processing & Management 49 (4), pp. 966-980 • A. Bellogín, J. Wang, P. Castells. Bridging Memory-Based Collaborative Filtering and Text Retrieval.Information Retrieval (to appear) • Jun Wang, Arjen P. de Vries, Marcel JT Reinders, Unifying user-based and item- based collaborative filtering approaches by similarity fusion, SIGIR 2006 • Jun Wang, Arjen P. de Vries, Marcel JT Reinders, A User-Item Relevance Model for Log-Based Collaborative Filtering, ECIR 2006 • Jun Wang, Arjen P. de Vries, and Marcel J. T. Reinders. Unified relevance models for rating prediction in collaborative filtering. ACM TOIS 26 (3), June 2008. • Jun Wang, Stephen Robertson, Arjen P. de Vries, and Marcel J.T. Reinders. Probabilistic relevance ranking for collaborative filtering. Information Retrieval 11 (6):477-497, 2008
  • 91. Thanks • Alejandro Bellogín • Jun Wang • Thijs Westerveld • Victor Lavrenko

Editor's Notes

  1. Recently they introduce a general framework for the term weighting problem
  2. If we take … as …, we obtain equivalent scoring functions