방법 비교
선택한 방법을 나란히 검토하세요. 서로 다른 행은 강조 표시됩니다.
| 다국어 그래프 신경망× | 다국어 순환 신경망 (Multilingual Recurrent Neural Network)× | |
|---|---|---|
| 분야 | 딥러닝 | 딥러닝 |
| 계열 | 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데이터셋 ↗ |
|
|