Comparar métodos
Examine os métodos selecionados lado a lado; as linhas que diferem ficam destacadas.
| Transformer multilíngue× | Embeddings de Sentenças× | |
|---|---|---|
| Área | Aprendizado profundo | Aprendizado profundo |
| Família | Machine learning | Machine learning |
| Ano de origem≠ | 2019–2020 | 2015–2019 |
| Autor original≠ | Devlin et al. (mBERT); Conneau et al. (XLM-R) | Kiros et al. (Skip-Thought, 2015); Reimers & Gurevych (Sentence-BERT, 2019) |
| Tipo≠ | Pre-trained cross-lingual language model | Representation learning / embedding |
| Fonte seminal≠ | 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. (2019). Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing (EMNLP), 3980–3990. DOI ↗ |
| Outros nomes | multilingual LM, cross-lingual transformer, mBERT-style model, multilingual pre-trained model | sentence vectors, sentence representations, SBERT, semantic sentence encoding |
| Relacionados | 4 | 4 |
| Resumo≠ | 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. | Sentence Embeddings convert a sentence or short text into a single fixed-length dense vector that captures its semantic meaning. These vectors allow downstream tasks — semantic similarity, clustering, retrieval, and classification — to operate on numerical representations instead of raw text, making them one of the most versatile building blocks in modern NLP pipelines. |
| ScholarGateConjunto de dados ↗ |
|
|