Skip to content
tf–idf
EntityQ796584· pop 25· linked from 61 articles

Also known as term frequency–inverse document frequency, TF-IDF, tfidf, TFIDF

In information retrieval, tf–idf (term frequency–inverse document frequency, TF*IDF, TFIDF, TF–IDF, or Tf–idf) is a measure of importance of a word to a document in a collection or corpus, adjusted for the fact that some words appear more frequently in general. Like the bag-of-words model, it models a document as a multiset of words, without word order. It is a refinement over the simple bag-of-words model, by allowing the weight of words to depend on the rest of the corpus.

Described at

Link to a page describing this subject · 814 chars · not written by Vinony

Wikidata facts

Show 1 more fact
described at URL
tapor.ca/tools/652
Sources (3)

via Wikidata · CC0

~14 min read

Article

14 sections
Contents
  • Motivations
  • Definition
  • Term frequency
  • Inverse document frequency
  • Term frequency–inverse document frequency
  • Justification of idf
  • Link with information theory
  • Link with statistical theory
  • Example of tf–idf
  • Beyond terms
  • Derivatives
  • See also
  • References
  • External links and suggested reading

In information retrieval, tf–idf (term frequency–inverse document frequency, TF*IDF, TFIDF, TF–IDF, or Tf–idf) is a measure of importance of a word to a document in a collection or corpus, adjusted for the fact that some words appear more frequently in general. Like the bag-of-words model, it models a document as a multiset of words, without word order. It is a refinement over the simple bag-of-words model, by allowing the weight of words to depend on the rest of the corpus.

It was often used as a weighting factor in searches of information retrieval, text mining, and user modeling. A survey conducted in 2015 showed that 83% of text-based recommender systems in digital libraries used tf–idf. Variations of the tf–idf weighting scheme were often used by search engines as a central tool in scoring and ranking a document's relevance given a user query. In applied search engine optimization practice, tf–idf is also described as a method for analysing term importance within web pages and supporting semantic SEO techniques. One of the simplest ranking functions is computed by summing the tf–idf for each query term; many more sophisticated ranking functions are variants of this simple model.

Gallery (2)

Connections

Categories