Comparar métodos
Examine os métodos selecionados lado a lado; as linhas que diferem ficam destacadas.
| Rede Neural Gráfica Multilíngue× | Rede Neural Recorrente Multilíngue× | |
|---|---|---|
| Área | Aprendizado profundo | Aprendizado profundo |
| Família | Machine learning | Machine learning |
| Ano de origem≠ | 2019 | 1990–2010s |
| Autor original≠ | Various (Kipf & Welling 2017 for GNN; multilingual extensions from NLP community ~2019) | Elman, J. L. (RNN); multilingual extension by NLP community |
| Tipo≠ | Graph-based deep learning with multilingual node/edge features | Sequential model (cross-lingual) |
| Fonte seminal≠ | Kipf, T. N., & Welling, M. (2017). Semi-supervised classification with graph convolutional networks. In Proceedings of ICLR 2017. link ↗ | Elman, J. L. (1990). Finding structure in time. Cognitive Science, 14(2), 179–211. DOI ↗ |
| Outros nomes | Multilingual GNN, cross-lingual GNN, multilingual graph network, multilingual relational GNN | Multilingual RNN, Cross-lingual RNN, Multi-language RNN, MRNN |
| Relacionados | 5 | 5 |
| Resumo≠ | A Multilingual Graph Neural Network (Multilingual GNN) applies graph-based message-passing over nodes and edges that carry features from two or more languages. It is used for tasks such as cross-lingual entity alignment, multilingual knowledge-graph completion, and relation extraction across parallel or comparable corpora, allowing structural and semantic information from multiple languages to be jointly learned. | A Multilingual Recurrent Neural Network (Multilingual RNN) applies the standard RNN architecture — which processes sequences step by step while maintaining a hidden state — to data spanning two or more languages. By training on multilingual corpora or sharing parameters across languages, the model learns cross-lingual sequence representations useful for translation, tagging, classification, and language modeling tasks. |
| ScholarGateConjunto de dados ↗ |
|
|