A retrieval method that uses traditional term-matching techniques, such as TF-IDF or BM25, to find relevant documents.
More about Sparse Retrieval
Sparse Retrieval is a traditional information retrieval method that relies on term-matching algorithms like TF-IDF (Term Frequency-Inverse Document Frequency) or BM25. These techniques rank documents based on the presence and importance of terms in the query.
While sparse retrieval is less effective for understanding semantics compared to dense retrieval, it remains efficient and interpretable, making it useful for applications where exact term matching is sufficient or preferred.