방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| BERT 임베딩× | GloVe 임베딩× | |
|---|---|---|
| 분야 | 텍스트 마이닝 | 텍스트 마이닝 |
| 계열 | Process / pipeline | Process / pipeline |
| 기원 연도≠ | 2019 | 2014 |
| 창시자≠ | Devlin, Chang, Lee & Toutanova (Google AI) | Pennington, Socher & Manning |
| 유형≠ | Contextual transformer text-representation method | Static word-embedding model |
| 원전≠ | 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 ↗ | Pennington, J., Socher, R. & Manning, C. D. (2014). GloVe: Global Vectors for Word Representation. EMNLP. DOI ↗ |
| 별칭 | contextual embeddings, transformer embeddings, BERT Tabanlı Metin Gömülmeleri | GloVe, global vectors, GloVe Kelime Gömülmeleri |
| 관련≠ | 4 | 3 |
| 요약≠ | 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. | 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. |
| ScholarGate데이터셋 ↗ |
|
|