# GCN-Align **Repository Path**: zenglanllan/GCN-Align ## Basic Information - **Project Name**: GCN-Align - **Description**: GCN-Align实体对齐模型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2022-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GCN-Align Code of the paper: ***Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks***. **A better implementation can be seen at [HIN-Align](https://github.com/1049451037/HIN-Align).** Initial datasets are from [JAPE](https://github.com/nju-websoft/JAPE). # Environment * python>=3.5 * tensorflow>=1.10.1 * scipy>=1.1.0 * networkx>=2.2 # Running ``` python train.py --lang zh_en ``` # Citation Please politely cite our work as follows: *Zhichun Wang, Qingsong Lv, Xiaohan Lan, Yu Zhang. Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks. In: EMNLP 2018.*