Comparar métodos
Revisa los métodos seleccionados uno junto a otro; las filas que difieren aparecen resaltadas.
| GloVe Embeddings× | BERT Embeddings× | |
|---|---|---|
| Campo | Minería de texto | Minería de texto |
| Familia | Process / pipeline | Process / pipeline |
| Año de origen≠ | 2014 | 2019 |
| Autor original≠ | Pennington, Socher & Manning | Devlin, Chang, Lee & Toutanova (Google AI) |
| Tipo≠ | Static word-embedding model | Contextual transformer text-representation method |
| Fuente seminal≠ | Pennington, J., Socher, R. & Manning, C. D. (2014). GloVe: Global Vectors for Word Representation. EMNLP. 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 | GloVe, global vectors, GloVe Kelime Gömülmeleri | contextual embeddings, transformer embeddings, BERT Tabanlı Metin Gömülmeleri |
| Relacionados≠ | 3 | 4 |
| Resumen≠ | GloVe (Global Vectors for Word Representation) is a static word-embedding model introduced by Pennington, Socher and Manning (2014) that learns word vectors directly from global word-word co-occurrence statistics gathered across an entire corpus. The resulting vectors place semantically related words close together and perform strongly on semantic analogy tasks. | 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 ↗ |
|
|