手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| 多言語トランスフォーマー× | 多言語文埋め込み× | |
|---|---|---|
| 分野 | 深層学習 | 深層学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2019–2020 | 2019–2022 |
| 提唱者≠ | Devlin et al. (mBERT); Conneau et al. (XLM-R) | Reimers, N. & Gurevych, I.; Feng, F. et al. (Google) |
| 種類≠ | Pre-trained cross-lingual language model | Cross-lingual representation learning |
| 原典≠ | Devlin, J., Chang, M.-W., Lee, K., & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. Proceedings of NAACL-HLT 2019, pp. 4171–4186. Association for Computational Linguistics. DOI ↗ | Reimers, N. & Gurevych, I. (2020). Making Monolingual Sentence Embeddings Multilingual using Knowledge Distillation. Proceedings of EMNLP 2020, 4512–4525. link ↗ |
| 別名 | multilingual LM, cross-lingual transformer, mBERT-style model, multilingual pre-trained model | multilingual sentence representations, cross-lingual sentence embeddings, mSE, multilingual semantic embeddings |
| 関連≠ | 4 | 5 |
| 概要≠ | A multilingual transformer is a pre-trained language model built on the transformer architecture and trained jointly on text from dozens to over one hundred languages. Models such as mBERT and XLM-RoBERTa learn shared cross-lingual representations, enabling zero-shot or few-shot transfer: a model fine-tuned on English data can often be applied directly to French, German, Arabic, or Chinese without language-specific labels. | Multilingual sentence embeddings map sentences from many languages into a single shared vector space so that semantically equivalent sentences — regardless of language — land close together. Models such as LaBSE, multilingual Sentence-BERT, and mUSE have made it practical to compare, retrieve, and classify text across 50 to 100+ languages without translating anything first. |
| ScholarGateデータセット ↗ |
|
|