Learn Before
Definition
TF-IDF Term Weighting
TF-IDF (term frequency–inverse document frequency) is a weighting scheme that assigns to each (term, document) pair the product of two factors. The term-frequency factor counts (or sublinearly transforms) how often term occurs in document . The inverse-document-frequency factor down-weights terms that appear in many of the documents in the corpus, since such terms discriminate poorly. The resulting weight is high for terms that are frequent in a document but rare across the corpus.
0
1
Updated 2026-05-16
Tags
Science
Research Paper: Advanced Prompting