Comparer des méthodes
Examinez les méthodes sélectionnées côte à côte ; les lignes qui diffèrent sont mises en évidence.
| Similarité sémantique× | TF-IDF× | |
|---|---|---|
| Domaine | Fouille de textes | Fouille de textes |
| Famille | Process / pipeline | Process / pipeline |
| Année d'origine≠ | 2019 | 1988 |
| Auteur d'origine≠ | Nils Reimers & Iryna Gurevych (Sentence-BERT) | Salton & Buckley |
| Type≠ | NLP text-comparison task | Text vectorization / term-weighting scheme |
| Source fondatrice≠ | Reimers, N. & Gurevych, I. (2019). Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. EMNLP. link ↗ | Salton, G. & Buckley, C. (1988). Term-weighting approaches in automatic text retrieval. Information Processing & Management, 24(5), 513-523. DOI ↗ |
| Alias | semantic textual similarity, text similarity, Anlamsal Benzerlik Analizi | term weighting, tf-idf weighting, TF-IDF Vektörizasyonu |
| Apparentées≠ | 4 | 3 |
| Résumé≠ | Semantic similarity analysis measures how close in meaning two texts are, rather than how many words they share on the surface. Building on the Sentence-BERT work of Reimers and Gurevych (2019), it represents each text as a vector and compares those vectors so that paraphrases score high even when their wording differs. | TF-IDF, introduced by Salton and Buckley (1988), is a term-weighting scheme that scores each word in a document by how often it appears there and how rare it is across the whole collection. It turns raw text into weighted document vectors, giving high weight to terms that are frequent in one document but uncommon elsewhere. |
| ScholarGateJeu de données ↗ |
|
|