SlideShare a Scribd company logo
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Vector Compositionality based Relevance
Feedback using Kernel Density Estimation
Dwaipayan Roy, Debasis Ganguly,
Mandar Mitra, Gareth J.F. Jones
Indian Statistical Institue Dublin City University
Kolkata, India Dublin, Ireland
D. Roy (ISI, Kolkata) KDE-RLM 1 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Christopher Manning - SIGIR 2016 Keynote
Source: Natural Language Inference, Reading Comprehension and Deep Learning - Chris Manning - SIGIR 2016
D. Roy (ISI, Kolkata) KDE-RLM 2 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 3 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 4 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Relevance based Language Model (RLM)1
Assumes that both query and relevant documents are sampled from a
latent relevance model R.
The task is to find (estimate) the density function for R.
1
Lavrenko and Croft - SIGIR 2001
D. Roy (ISI, Kolkata) KDE-RLM 5 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
RM32
RM3
A mixture model of RLM and query likelihood model.
P′
(w|R) = µP(w|R) + (1 − µ)P(w|Q)
2
UMass at TREC 2004: Novelty and HARD - Jaleel et al.
D. Roy (ISI, Kolkata) KDE-RLM 6 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
RM32
RM3
A mixture model of RLM and query likelihood model.
P′
(w|R) = µP(w|R) + (1 − µ)P(w|Q)
P(w|R) =
∑
D∈M
P(w|D)
∏
q∈Q
P(q|D)
P(w|Q) =
tf(w, Q)
|Q|
2
UMass at TREC 2004: Novelty and HARD - Jaleel et al.
D. Roy (ISI, Kolkata) KDE-RLM 6 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Relevance Model
Relevance Model
Captures co-occurence information of terms with query in top docs.
D. Roy (ISI, Kolkata) KDE-RLM 7 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Figure source: T-SNE Output
D. Roy (ISI, Kolkata) KDE-RLM 8 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Represents every word as a low dimensional vector in an abstract
space.
Figure source: T-SNE Output
D. Roy (ISI, Kolkata) KDE-RLM 8 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Represents every word as a low dimensional vector in an abstract
space.
Similarity between the word vectors can reflect the semantic similarity
between the constituent terms.
Figure source: “A Simple Introduction to Word Embeddings” - B. Mitra
D. Roy (ISI, Kolkata) KDE-RLM 9 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Represents every word as a low dimensional vector in an abstract
space.
Similarity between the word vectors can reflect the semantic similarity
between the constituent terms.
Effect of conceptual composition by simple addition of the embedded
vectors.
u
v
w1
w2
D. Roy (ISI, Kolkata) KDE-RLM 10 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Represents every word as a low dimensional vector in an abstract
space.
Similarity between the word vectors can reflect the semantic similarity
between the constituent terms.
Effect of conceptual composition by simple addition of the embedded
vectors.
u
v
w1
w2
German + Airlines ∼ Lufthansa
D. Roy (ISI, Kolkata) KDE-RLM 10 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Word Embedding
Word Embedding
Captures the semantic relationship between terms.
D. Roy (ISI, Kolkata) KDE-RLM 11 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Motivation of this work
Word Vector Compositionality based Relevance Feedback
using Kernel Density Estimation
D. Roy (ISI, Kolkata) KDE-RLM 12 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Motivation of this work
Word Vector Compositionality based Relevance Feedback
using Kernel Density Estimation
Relevance feedback:
Captures co-occurence information of terms with query in top docs.
Word embedding:
Captures the semantic relationship between terms.
D. Roy (ISI, Kolkata) KDE-RLM 12 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 13 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Kernel Density Estimation (KDE)
76543210-1
5
4
3
2
1
0
76543210-1
5
4
3
2
1
0
76543210-1
5
4
3
2
1
0
Estimate a distribution that generates the given data (data points).
Place kernel function (e.g. Gaussian) centered around each observed
data point.
Combine the Gaussians to get a function peaked at the observed data
point.
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
D. Roy (ISI, Kolkata) KDE-RLM 14 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Kernel Density Estimation (KDE)
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
h - bandwidth (smoothing parameter)
n - number of data points
xi - ith data point
K() - the kernel
D. Roy (ISI, Kolkata) KDE-RLM 15 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
KDE with Gaussian Kernel
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
D. Roy (ISI, Kolkata) KDE-RLM 16 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
KDE with Gaussian Kernel
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
f(x) =
1
nh
n∑
i=1
1
√
2πσ
e− 1
2σ2 (
x−xi
h
)
2
D. Roy (ISI, Kolkata) KDE-RLM 16 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
KDE with Gaussian Kernel
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
f(x) =
1
nh
n∑
i=1
1
√
2πσ
e− 1
2σ2 (
x−xi
h
)
2
h and σ: tunable parameters
D. Roy (ISI, Kolkata) KDE-RLM 16 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Relevance Model
Relevance Model
Estimates the density function that generates the relevance model R.
D. Roy (ISI, Kolkata) KDE-RLM 17 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Kernel Density Estimation (KDE)
Kernel Density Estimation
Given a set of n data samples, estimates the probability density function
that generates the observed data.
D. Roy (ISI, Kolkata) KDE-RLM 18 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
KDE in Relevance Feedback Scenario
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
The Points
Observed data points (xi): Q = {q1, . . . , qn}
Points at which probability (density) is to be estimated (x):
w → Candidate expansion term
D. Roy (ISI, Kolkata) KDE-RLM 19 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
KDE in Relevance Feedback Scenario
f(x) =
1
nh
n∑
i=1
K(
x − xi
h
)
The Points
Observed data points (xi): Q = {q1, . . . , qn}
Points at which probability (density) is to be estimated (x):
w → Candidate expansion term
f(w) =
1
nh
n∑
i=1
K(
w − qi
h
)
D. Roy (ISI, Kolkata) KDE-RLM 19 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Relevance Feedback with KDE
f(w2)
f(q2)
f(w1)
q1 q2 q3
w1 w2
One dimensional projection of embedded vectors
D. Roy (ISI, Kolkata) KDE-RLM 20 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Kernel Density Estimate (Unweighted)
f(w) =
1
nh
n∑
i=1
K(
w − qi
h
)
f(w2)
f(q2)
f(w1)
q1 q2 q3
w1 w2
n - number of samples
h - bandwidth
K(·) - kernel function
D. Roy (ISI, Kolkata) KDE-RLM 21 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Kernel Density Estimate (Weighted)
f(w, α) =
1
nh
n∑
i=1
αiK(
w − qi
h
)
f(w2)
f(q2)
f(w1)
q1 q2 q3
w1 w2
n - number of samples
h - bandwidth
K(·) - kernel function
αi - weight of local
Kernel function around
ith data point
D. Roy (ISI, Kolkata) KDE-RLM 22 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 23 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
One dimensional KDE
f(w2)
f(q2)
f(w1)
q1 q2 q3
w1 w2
f(w, α) =
1
nh
n∑
i=1
αi
1
√
2πσ
e−
(w−qi)2
2σ2h2
αi : weight of the ith query term
D. Roy (ISI, Kolkata) KDE-RLM 24 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
One dimensional KDE
f(w, α) =
1
nh
n∑
i=1
αi
1
√
2πσ
e−
(w−qi)2
2σ2h2
D. Roy (ISI, Kolkata) KDE-RLM 25 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
One dimensional KDE
f(w, α) =
1
nh
n∑
i=1
αi
1
√
2πσ
e−
(w−qi)2
2σ2h2
(w − qi)2
= (w − qi)T
(w − qi)
D. Roy (ISI, Kolkata) KDE-RLM 25 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
One dimensional KDE
f(w, α) =
1
nh
n∑
i=1
αi
1
√
2πσ
e−
(w−qi)2
2σ2h2
(w − qi)2
= (w − qi)T
(w − qi)
αi = P(w|M)P(qi|M)
M : set of terms of the union of M top ranked documents
D. Roy (ISI, Kolkata) KDE-RLM 25 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
One dimensional KDE
f(w, α) =
n∑
i=1
P(w|M)P(qi|M)
1
σ
√
2π
exp(−
(w − qi)T(w − qi)
2σ2h2
)
Captures co-occurence information of terms with query in top
docs.
Captures the semantic relationship between terms.
D. Roy (ISI, Kolkata) KDE-RLM 26 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
In 1D-KDE, set of all top ranked documents considered as a single
document model (M).
We now generalize the 1D-KDE to two dimensions so as to weight
the contributions obtained from different documents in the ranked list
separately.
D. Roy (ISI, Kolkata) KDE-RLM 27 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
q1 q2 q3 Terms
Documents
D1
D2
2
1
D1
D3
The x-axis corresponds to the query term vectors similar to one
dimensional KDE.
The y-axis represents the normalized term frequency of query terms in
respective feedback documents.
D. Roy (ISI, Kolkata) KDE-RLM 28 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
The Points: One Dimensional KDE
Observed data points (xi): Q = {q1, . . . , qn}
Points at which probability (density) is to be estimated (x):
w → Candidate expansion term
D. Roy (ISI, Kolkata) KDE-RLM 29 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
The Points: Two Dimensional KDE
Observed data points (xij) = (qi, Dj): Encapsulates word vector for
i-th query word qi and its normalized term frequency in feedback
document Dj (P(qi|Dj)).
Points at which probability (density) is to be estimated (x)
= (w, Dj): Encapsulates word vector for candidate expansion term w
and its normalized term frequency in feedback document Dj
(P(w|Dj)).
D. Roy (ISI, Kolkata) KDE-RLM 29 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
f(x, α) =
n∑
i=1
M∑
j=1
P(w|Dj)P(qi|Dj)
2πσ2
exp(
(w − qi)2 + (P(w|Dj)−P(qi|Dj))2
−2σ2h2
)
D. Roy (ISI, Kolkata) KDE-RLM 30 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Two dimensional KDE
f(x, α) =
n∑
i=1
M∑
j=1
P(w|Dj)P(qi|Dj)
2πσ2
exp(
(w − qi)2 + (P(w|Dj)−P(qi|Dj))2
−2σ2h2
)
w in document Dj, denoted as x, will get a high value of the density
function if:
(i) w is semanticlly close to query terms qi;
(ii) w frequently co-occurs with query terms in each top ranked
document Dj.
D. Roy (ISI, Kolkata) KDE-RLM 30 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Term Composition in KDE
Extending the set of pivot points:
q1 q2q1+q2
w
(a) Without composition
q1 q2q1+q2
w
(b) With composition
D. Roy (ISI, Kolkata) KDE-RLM 31 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Importance of Composition
ISI Inter Services
Intelligence
Infrared
Spatial In-
terferometer
Indian
Statistical
Institute
Institute for
Scientific
Interchange
Islamic
State of Iraq
Integral
Satcom
Initiative
Ice Skating
Institute
Islamic
School
of Irving
D. Roy (ISI, Kolkata) KDE-RLM 32 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Importance of Composition
ISI
Kolkata
Inter Services
Intelligence
Infrared
Spatial In-
terferometer
Indian
Statistical
Institute
Institute for
Scientific
Interchange
Islamic
State of Iraq
Integral
Satcom
Initiative
Ice Skating
Institute
Islamic
School
of Irving
D. Roy (ISI, Kolkata) KDE-RLM 33 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Summary
Given:
Corpora : Set of documents.
Query Q : q1, . . . , qn.
Vector embeddings of each of the terms.
First level retrieval performed using LM.
ET = All terms of top ranked M documents considered as potential
expansion terms.
Calculate KDE(w) for each w ∈ ET.
Terms with high estimated value taken as expansion terms.
Linearly interpolate derived density function with underlying query
model.
D. Roy (ISI, Kolkata) KDE-RLM 34 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 35 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Evaluation Dataset
Document Document #Docs Vocab Query Query Set Dev Test
Collection Type Size Fields Set Set
TREC
News 528,155 242,036 Title
TREC 6 ad-hoc ✓
TREC 7 ad-hoc ✓
Disks 4, 5 TREC 8 ad-hoc ✓
TREC Robust ✓
WT10G Web pages 1,692,096 1,659,231 Title
TREC 9 Web ✓
TREC 10 Web ✓
Table: Dataset Overview
D. Roy (ISI, Kolkata) KDE-RLM 36 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Baseline Methods
Standard LM with Jelinek Mercer Smoothing (weak baseline).
K-NN based Query Expansion using Word Embeddings.
Relevance Feedback baseline method: RM3.
D. Roy (ISI, Kolkata) KDE-RLM 37 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Parameters
KDE specific parameters
h: bandwidth
σ: standard deviation of Gaussian Kernel
D. Roy (ISI, Kolkata) KDE-RLM 38 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Parameters
KDE specific parameters
h: bandwidth (Set to 1)
σ: standard deviation of Gaussian Kernel (Trained on dev. set)
D. Roy (ISI, Kolkata) KDE-RLM 38 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Parameter Tuning
Effect of varying σ:
(a) TREC 6 (b) TREC 9
Figure: Effect of varying σ (h set to 1) for KDE feedback models.
D. Roy (ISI, Kolkata) KDE-RLM 39 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Parameter Settings
Parameter Settings
Bandwidth h = 1
Standard Deviation σ = 0.6
LM Mixing Weight λ = 0.4
Query Model Mixing Weight µ = 0.6
D. Roy (ISI, Kolkata) KDE-RLM 40 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Evaluation: TREC 678, Robust
Dataset Method Parameters Metrics
#fdbk-docs #exp-terms MAP Recall P@5
TREC 6
LM n/a n/a 0.2355 0.5100 0.4040
k-NN n/a 40 0.2406 0.5214 0.4000
RM3 20 70 0.2634 0.5368 0.4360
1d KDE 10 80 0.2818†
0.5757†
0.4680†
2d KDE 10 80 0.2850†
0.5724†
0.4600†
TREC 7
LM n/a n/a 0.1787 0.4893 0.4040
k-NN n/a 40 0.1806 0.4833 0.4080
RM3 20 70 0.2151 0.5432 0.4160
1d KDE 10 80 0.2351†
0.6001†
0.4425†
2d KDE 10 80 0.2380 0.6108†‡
0.4400
TREC 8
LM n/a n/a 0.2466 0.5936 0.4560
k-NN n/a 40 0.2535 0.6178 0.4320
RM3 20 70 0.2701 0.6410 0.4760
1d KDE 10 80 0.2746 0.6749†
0.4888
2d KDE 10 80 0.2957†‡
0.6887†
0.5120†‡
TREC Rb
LM n/a n/a 0.2699 0.7938 0.4464
k-NN n/a 40 0.2842 0.8075 0.4949
RM3 20 70 0.3304‡
0.8559 0.4949
1d KDE 10 80 0.3228 0.8725 0.4929
2d KDE 10 80 0.3456†‡
0.8772†‡
0.5152†‡
Table: † and ‡ denote significance with respect to RM3 and 1d KDE respectively.
D. Roy (ISI, Kolkata) KDE-RLM 41 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Evaluation: WT10G
Dataset Method Parameters Metrics
#fdbk-docs #exp-terms MAP Recall P@5
TREC 9
LM n/a n/a 0.1814 0.6175 0.2839
k-NN n/a 40 0.1817 0.6224 0.3080
RM3 20 70 0.1930 0.6755 0.3233
1d KDE 10 80 0.1984 0.6851 0.3360
2d KDE 10 80 0.2145†‡
0.6878 0.3562†‡
TREC 10
LM n/a n/a 0.1625 0.6640 0.3224
k-NN n/a 40 0.1629 0.7033 0.3429
RM3 20 70 0.1759 0.7386 0.3347
1d KDE 10 80 0.2192†
0.7499 0.4004†
2d KDE 10 80 0.2213†
0.7502 0.4204†
Table: † and ‡ denote significance with respect to RM3 and 1d KDE respectively.
D. Roy (ISI, Kolkata) KDE-RLM 42 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Outline
1 Motivation
2 Kernel Density Estimation
3 Embedding based Relevance Feedback
4 Evaluation
5 Conclusion
D. Roy (ISI, Kolkata) KDE-RLM 43 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Contributions
Integration of semantic information with co-occurrence statistics.
Integration of Kernel Density Estimate in Relevance Feedback.
Incorporation of Word Compositionality in the model.
D. Roy (ISI, Kolkata) KDE-RLM 44 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Future Work
Source: Natural Language Inference, Reading Comprehension and Deep Learning - Chris Manning - SIGIR 2016
D. Roy (ISI, Kolkata) KDE-RLM 45 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Future Work
Source: Natural Language Inference, Reading Comprehension and Deep Learning - Chris Manning - SIGIR 2016
D. Roy (ISI, Kolkata) KDE-RLM 46 / 48
Future Work
Applications of larger units of embeddings (e.g.
sentences, paragraphs) for further improvement
of retrieval performance.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Thank You!
D. Roy (ISI, Kolkata) KDE-RLM 47 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Travel Support
D. Roy (ISI, Kolkata) KDE-RLM 48 / 48
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
1D-KDE Details
P(w|M) : tf(w,M)
|M|
P(qi|M) : tf(qi,M)
|M|
h: Bandwidth set to one (1)
σ: Trained on the development set (TREC 6 and TREC 9)
Return
D. Roy (ISI, Kolkata) KDE-RLM 1 / 4
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
2D-KDE Details
(w − qi)2
= (w − qi)T(w − qi)
P(w|Dj) :
tf(w,Dj)
|Dj|
P(qi|Dj) :
tf(qi,Dj)
|Dj|
h: Bandwidth set to one (1)
σ: Trained on the development set (TREC 6 and TREC 9)
covariance matrix σ as a diagonal matrix with equal covariance for
both the dimensions.
Return
D. Roy (ISI, Kolkata) KDE-RLM 2 / 4
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Parameter Details
Intuition behind setting h to 1
Distance between two word vectors always lies between 0 and 1
For each pivot point (query term), the points with distance of at
most 0.5 (h/2) from each pivot point estimated to be most similar to
the query term.
Back
D. Roy (ISI, Kolkata) KDE-RLM 3 / 4
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Why Not Using Larger Collection
Aimed to investigate whether semantic relationships between words
can improve IR effectiveness.
Tested our approach on collections with relevance judgements
collected with significant pool depths, mostly giving a chance for
semantically similar relevant documents to be considered for
evaluation
TREC ad-hoc, WT10G datasets use a pool depth of 100 for relevance
assessments
Did not use some of the newer collections, e.g. TREC Terabyte track
(pool-depth 50) TREC web track (pool-depth 25)
D. Roy (ISI, Kolkata) KDE-RLM 4 / 4

More Related Content

What's hot

On Continuum Limits of Markov Chains and Network Modeling
On Continuum Limits of Markov Chains and  Network ModelingOn Continuum Limits of Markov Chains and  Network Modeling
On Continuum Limits of Markov Chains and Network Modeling
Yang Zhang
 
Hands-on Tutorial of Deep Learning
Hands-on Tutorial of Deep LearningHands-on Tutorial of Deep Learning
Hands-on Tutorial of Deep Learning
Chun-Ming Chang
 
CSC446: Pattern Recognition (LN7)
CSC446: Pattern Recognition (LN7)CSC446: Pattern Recognition (LN7)
CSC446: Pattern Recognition (LN7)
Mostafa G. M. Mostafa
 
slides_nuclear_norm_regularization_david_mateos
slides_nuclear_norm_regularization_david_mateosslides_nuclear_norm_regularization_david_mateos
slides_nuclear_norm_regularization_david_mateosDavid Mateos
 
Tg noh jeju_workshop
Tg noh jeju_workshopTg noh jeju_workshop
Tg noh jeju_workshop
Tae-Gil Noh
 

What's hot (6)

On Continuum Limits of Markov Chains and Network Modeling
On Continuum Limits of Markov Chains and  Network ModelingOn Continuum Limits of Markov Chains and  Network Modeling
On Continuum Limits of Markov Chains and Network Modeling
 
Hands-on Tutorial of Deep Learning
Hands-on Tutorial of Deep LearningHands-on Tutorial of Deep Learning
Hands-on Tutorial of Deep Learning
 
CSC446: Pattern Recognition (LN7)
CSC446: Pattern Recognition (LN7)CSC446: Pattern Recognition (LN7)
CSC446: Pattern Recognition (LN7)
 
Bj24390398
Bj24390398Bj24390398
Bj24390398
 
slides_nuclear_norm_regularization_david_mateos
slides_nuclear_norm_regularization_david_mateosslides_nuclear_norm_regularization_david_mateos
slides_nuclear_norm_regularization_david_mateos
 
Tg noh jeju_workshop
Tg noh jeju_workshopTg noh jeju_workshop
Tg noh jeju_workshop
 

Similar to Word Vector Compositionality based Relevance Feedback using Kernel Density Estimation

HaiqingWang-MasterThesis
HaiqingWang-MasterThesisHaiqingWang-MasterThesis
HaiqingWang-MasterThesisHaiqing Wang
 
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy ClustersThe Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
Pete Abriani Jensen
 
Ross_Cannon_4th_Year_Project_Mastercopy
Ross_Cannon_4th_Year_Project_MastercopyRoss_Cannon_4th_Year_Project_Mastercopy
Ross_Cannon_4th_Year_Project_MastercopyRoss Cannon
 
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Roberto Casadei
 
Improving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word EmbeddingImproving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word Embedding
dwaipayan123
 
Improving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word EmbeddingImproving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word Embedding
Dwaipayan Roy
 
Master's Thesis Alessandro Calmanovici
Master's Thesis Alessandro CalmanoviciMaster's Thesis Alessandro Calmanovici
Master's Thesis Alessandro Calmanovici
Alessandro Calmanovici
 
Text classification using Text kernels
Text classification using Text kernelsText classification using Text kernels
Text classification using Text kernels
Dev Nath
 
Lecture8 clustering
Lecture8 clusteringLecture8 clustering
Lecture8 clustering
sidsingh680
 
Extract And Manage Knowledge
Extract And Manage KnowledgeExtract And Manage Knowledge
Extract And Manage Knowledge
abedali
 
Emission Line Objects in Integral Field Spectroscopic Datacubes
Emission Line Objects in Integral Field Spectroscopic DatacubesEmission Line Objects in Integral Field Spectroscopic Datacubes
Emission Line Objects in Integral Field Spectroscopic Datacubes
Edmund Christian Herenz
 
A Comparative Study Of Generalized Arc-Consistency Algorithms
A Comparative Study Of Generalized Arc-Consistency AlgorithmsA Comparative Study Of Generalized Arc-Consistency Algorithms
A Comparative Study Of Generalized Arc-Consistency Algorithms
Sandra Long
 
Topic model an introduction
Topic model an introductionTopic model an introduction
Topic model an introduction
Yueshen Xu
 
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
Roberto Casadei
 
Krylov Subspace based Direct Projection Techninques for low frequency fully c...
Krylov Subspace based Direct Projection Techninques for low frequency fully c...Krylov Subspace based Direct Projection Techninques for low frequency fully c...
Krylov Subspace based Direct Projection Techninques for low frequency fully c...jhgjahsg kjhkj
 
Elements of Programming Interviews.pdf
Elements of Programming Interviews.pdfElements of Programming Interviews.pdf
Elements of Programming Interviews.pdf
Sudhir Biswal
 
Data structures
Data structuresData structures
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
Man_Ebook
 
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
Man_Ebook
 
super-cheatsheet-deep-learning.pdf
super-cheatsheet-deep-learning.pdfsuper-cheatsheet-deep-learning.pdf
super-cheatsheet-deep-learning.pdf
DeanSchoolofElectron
 

Similar to Word Vector Compositionality based Relevance Feedback using Kernel Density Estimation (20)

HaiqingWang-MasterThesis
HaiqingWang-MasterThesisHaiqingWang-MasterThesis
HaiqingWang-MasterThesis
 
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy ClustersThe Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
The Colours of Galaxies in Intermediate X-ray Luminosity Galaxy Clusters
 
Ross_Cannon_4th_Year_Project_Mastercopy
Ross_Cannon_4th_Year_Project_MastercopyRoss_Cannon_4th_Year_Project_Mastercopy
Ross_Cannon_4th_Year_Project_Mastercopy
 
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
 
Improving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word EmbeddingImproving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word Embedding
 
Improving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word EmbeddingImproving Information Retrieval Performance using Word Embedding
Improving Information Retrieval Performance using Word Embedding
 
Master's Thesis Alessandro Calmanovici
Master's Thesis Alessandro CalmanoviciMaster's Thesis Alessandro Calmanovici
Master's Thesis Alessandro Calmanovici
 
Text classification using Text kernels
Text classification using Text kernelsText classification using Text kernels
Text classification using Text kernels
 
Lecture8 clustering
Lecture8 clusteringLecture8 clustering
Lecture8 clustering
 
Extract And Manage Knowledge
Extract And Manage KnowledgeExtract And Manage Knowledge
Extract And Manage Knowledge
 
Emission Line Objects in Integral Field Spectroscopic Datacubes
Emission Line Objects in Integral Field Spectroscopic DatacubesEmission Line Objects in Integral Field Spectroscopic Datacubes
Emission Line Objects in Integral Field Spectroscopic Datacubes
 
A Comparative Study Of Generalized Arc-Consistency Algorithms
A Comparative Study Of Generalized Arc-Consistency AlgorithmsA Comparative Study Of Generalized Arc-Consistency Algorithms
A Comparative Study Of Generalized Arc-Consistency Algorithms
 
Topic model an introduction
Topic model an introductionTopic model an introduction
Topic model an introduction
 
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
Programming Distributed Collective Processes for Dynamic Ensembles and Collec...
 
Krylov Subspace based Direct Projection Techninques for low frequency fully c...
Krylov Subspace based Direct Projection Techninques for low frequency fully c...Krylov Subspace based Direct Projection Techninques for low frequency fully c...
Krylov Subspace based Direct Projection Techninques for low frequency fully c...
 
Elements of Programming Interviews.pdf
Elements of Programming Interviews.pdfElements of Programming Interviews.pdf
Elements of Programming Interviews.pdf
 
Data structures
Data structuresData structures
Data structures
 
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
 
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
A study on improving speaker diarization system = Nghiên cứu phương pháp cải ...
 
super-cheatsheet-deep-learning.pdf
super-cheatsheet-deep-learning.pdfsuper-cheatsheet-deep-learning.pdf
super-cheatsheet-deep-learning.pdf
 

Recently uploaded

Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

Word Vector Compositionality based Relevance Feedback using Kernel Density Estimation