flow3rdown commited on
Commit
88d782c
·
1 Parent(s): 5a80af5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Model description
2
+
3
+ MarT_MKGformer is a KGC model that is trained with the MarT framework for the multimodal analogical reasoning task.
4
+
5
+ [Multimodal Analogical Reasoning over Knowledge Graphs](https://arxiv.org/abs/2210.00312)
6
+ Ningyu Zhang, Lei Li, Xiang Chen, Xiaozhuan Liang, Shumin Deng, Huajun Chen, ICLR 2023.
7
+
8
+ ## Citation
9
+
10
+ If you find it is useful in your research, please cite the following paper:
11
+
12
+ ``` latex
13
+ @misc{@article{DBLP:journals/corr/abs-2210-00312,
14
+ author = {Ningyu Zhang and Lei Li and Xiang Chen and Xiaozhuan Liang and Shumin Deng and Huajun Chen},
15
+ title = {Multimodal Analogical Reasoning over Knowledge Graphs},
16
+ journal = {CoRR},
17
+ volume = {abs/2210.00312},
18
+ year = {2022},
19
+ eprinttype = {arXiv},
20
+ }
21
+ ```