SMART Information Retrieval System

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

The SMART (System for the Mechanical Analysis and Retrieval of Text) Information Retrieval System is an information retrieval system developed at Cornell University in the 1960s. Many important concepts in information retrieval were developed as part of research on the SMART system, including the vector space model, relevance feedback, and Rocchio classification.

Gerard Salton led the group that developed SMART. Other contributors included Mike Lesk.

The SMART system also provides a set of corpora, queries and reference rankings, taken from different subjects, notably

To the legacy of the SMART system belongs the so-called SMART notation, a mnemonic scheme for denoting tf-idf weighting variants in the vector space model. The mnemonic for representing a combination of weights takes the form ddd.qqq, where the first three letters represents the term weighting of the document vector and the second three letters represents the term weighting for the query vector. For example, ltc.lnn represents a LTC weighting variation applied on the document and a LNN variation on the query.

The letter representation for a term, , and document, , is as follows:[1]

Term frequency Document frequency Normalization
n (natural): n (no): 1 n (none): 1
l (logarithm): 1+log() t (idf): log c (cosine):
a (augmented): 0.5 + p (prob idf): b (byte size):
b (boolean):
L (log average):

where tf is the term frequency of term in document .

References[edit]

  1. ^ Manning, Christopher D.; Raghavan, Prabhakar; Schütze, Hinrich (2008), "Document and query weighting schemes", Introduction to Information Retrieval, Cambridge University Press

External links[edit]