Content deleted Content added
No edit summary |
m Open access bot: doi added to citation with #oabot. |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1:
{{short description|Generalization of the vector space model used in information retrieval}}
{{Confusing|date=January 2010}}
The '''Generalized vector space model''' is a generalization of the [[vector space model]] used in [[information retrieval]]. Wong ''et al.''<ref name="wong">{{
==Definitions==
Line 8 ⟶ 9:
For a document ''d<sub>k</sub>'' and a query ''q'' the similarity function now becomes:
:<math>sim(d_k,q) = \frac{\sum _{j=1}^n \sum _{i=1}^n w_{i,k}*
where ''t<sub>i</sub>'' and ''t<sub>j</sub>'' are now vectors of a ''2<sup>n</sup>'' dimensional space.
Line 20 ⟶ 21:
# compute frequency co-occurrence statistics from large corpora
Recently Tsatsaronis<ref>{{
They measure semantic relatedness (''SR'') using a thesaurus (''O'') like [[WordNet]]. It considers the path length, captured by compactness (''SCM''), and the path depth, captured by semantic path elaboration (''SPE'').
Line 29 ⟶ 30:
where ''s<sub>i</sub>'' and ''s<sub>j</sub>'' are senses of terms ''t<sub>i</sub>'' and ''t<sub>j</sub>'' respectively, maximizing <math>SCM \cdot SPE</math>.
Building also on the first approach, Waitelonis et
Thereby they exploits taxonomic relationships among semantic entities in documents and queries after [[Entity linking|named entity linking]].
== References ==
|