Topic-based vector space model
The Topic-based Vector Space Model (TVSM) (literature: ) extends the vector space model of information retrieval by removing the constraint that the term-vectors be orthogonal. The assumption of orthogonal terms is incorrect regarding natural languages which causes problems with synonyms and strong related terms. This facilitates the use of stopword lists, stemming and thesaurus in TVSM. In contrast to the generalized vector space model the TVSM does not depend on concurrence-based similarities between terms.
01Definitions
The basic premise of TVSM is the existence of a d dimensional space R with only positive axis intercepts, i.e. R in R+ and d in N+. Each dimension of R represents a fundamental topic. A term vector t has a specific weight for a certain R. To calculate these weights assumptions are made taking into account the document contents. Ideally important terms will have a high weight and stopwords and irrelevants terms to the topic will have a low weight. The TVSM document model is obtained as a sum of term vectors representing terms in the document. The similarity between two documents Di and Dj is defined as the scalar product of document vectors.
02Enhanced Topic-based Vector Space Model
The enhancement of the Enhanced Topic-based Vector Space Model (eTVSM) (literature: ) is a proposal on how to derive term vectors from an Ontology. Using a synonym Ontology created from WordNet Kuropka shows good results for document similarity. If a trivial Ontology is used the results are similar to Vector Space model.
Sources and credits
This article is adapted from the Wikipedia article “Topic-based vector space model”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.