手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 意味的類似性× | BERT埋め込み× | |
|---|---|---|
| 分野 | テキストマイニング | テキストマイニング |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年 | 2019 | 2019 |
| 提唱者≠ | Nils Reimers & Iryna Gurevych (Sentence-BERT) | Devlin, Chang, Lee & Toutanova (Google AI) |
| 種類≠ | NLP text-comparison task | Contextual transformer text-representation method |
| 原典≠ | Reimers, N. & Gurevych, I. (2019). Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. EMNLP. link ↗ | 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 ↗ |
| 別名 | semantic textual similarity, text similarity, Anlamsal Benzerlik Analizi | contextual embeddings, transformer embeddings, BERT Tabanlı Metin Gömülmeleri |
| 関連 | 4 | 4 |
| 概要≠ | 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. | 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. |
| ScholarGateデータセット ↗ |
|
|