Comparar métodos
Revisa los métodos seleccionados uno junto a otro; las filas que difieren aparecen resaltadas.
| Modelado de temas NMF× | BERT Embeddings× | |
|---|---|---|
| Campo | Minería de texto | Minería de texto |
| Familia | Process / pipeline | Process / pipeline |
| Año de origen≠ | 1999 | 2019 |
| Autor original≠ | Lee & Seung | Devlin, Chang, Lee & Toutanova (Google AI) |
| Tipo≠ | Matrix-factorization topic model | Contextual transformer text-representation method |
| Fuente seminal≠ | Lee, D.D. & Seung, H.S. (1999). Learning the Parts of Objects by Non-negative Matrix Factorization. Nature, 401, 788-791. DOI ↗ | 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 ↗ |
| Alias | non-negative matrix factorization topic modeling, NMF topics, Konu Modelleme — NMF | contextual embeddings, transformer embeddings, BERT Tabanlı Metin Gömülmeleri |
| Relacionados | 4 | 4 |
| Resumen≠ | NMF topic modeling uses Non-negative Matrix Factorization — the parts-based decomposition introduced by Lee and Seung (1999) — to extract document-topic distributions from a corpus. By factoring a document-term matrix into two non-negative matrices, it recovers a small set of topics and tends to produce more interpretable topics than LDA. | 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. |
| ScholarGateConjunto de datos ↗ |
|
|