方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 多语言图神经网络× | 多语言循环神经网络× | |
|---|---|---|
| 领域 | 深度学习 | 深度学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 2019 | 1990–2010s |
| 提出者≠ | Various (Kipf & Welling 2017 for GNN; multilingual extensions from NLP community ~2019) | Elman, J. L. (RNN); multilingual extension by NLP community |
| 类型≠ | Graph-based deep learning with multilingual node/edge features | Sequential model (cross-lingual) |
| 开创性文献≠ | 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 ↗ |
| 别名 | Multilingual GNN, cross-lingual GNN, multilingual graph network, multilingual relational GNN | Multilingual RNN, Cross-lingual RNN, Multi-language RNN, MRNN |
| 相关 | 5 | 5 |
| 摘要≠ | 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. |
| ScholarGate数据集 ↗ |
|
|