Sammenlign metoder
Gennemgå dine valgte metoder side om side; rækker, der afviger, er fremhævet.
| BERT-indlejringer× | Kollokationsanalyse× | TF-IDF× | |
|---|---|---|---|
| Fagområde | Tekstmining | Tekstmining | Tekstmining |
| Familie | Process / pipeline | Process / pipeline | Process / pipeline |
| Oprindelsesår≠ | 2019 | 1990 | 1988 |
| Ophavsperson≠ | Devlin, Chang, Lee & Toutanova (Google AI) | Church & Hanks | Salton & Buckley |
| Type≠ | Contextual transformer text-representation method | Statistical text-mining technique | Text vectorization / term-weighting scheme |
| Oprindelig kilde≠ | Devlin, J., Chang, M.-W., Lee, K. & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. NAACL-HLT, 4171-4186. DOI ↗ | Church, K.W. & Hanks, P. (1990). Word Association Norms, Mutual Information, and Lexicography. Computational Linguistics, 16(1), 22-29. link ↗ | Salton, G. & Buckley, C. (1988). Term-weighting approaches in automatic text retrieval. Information Processing & Management, 24(5), 513-523. DOI ↗ |
| Aliasser | contextual embeddings, transformer embeddings, BERT Tabanlı Metin Gömülmeleri | word association, collocation extraction, Birliktelik Analizi (Collocation Analysis) | term weighting, tf-idf weighting, TF-IDF Vektörizasyonu |
| Relaterede≠ | 4 | 3 | 3 |
| Resumé≠ | BERT-based text embeddings, introduced by Devlin and colleagues at Google AI in 2019, turn text into context-sensitive dense vectors using a bidirectional Transformer encoder. Because the meaning of a word shifts with its context, BERT produces richer representations than static methods such as Word2Vec or topic models like LDA. | Collocation analysis is a statistical text-mining technique that identifies word pairs or expressions that frequently occur together, using association measures rather than chance co-occurrence. Introduced in the lexicography work of Church and Hanks (1990), it is used for terminology extraction and language analysis, surfacing the multi-word units that carry meaning in a corpus. | 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. |
| ScholarGateDatasæt ↗ |
|
|
|