lbourdois commited on
Commit
01c5f83
1 Parent(s): 20cea75

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - word2vec
4
+ language: ar
5
+ license: apache-2.0
6
+ ---
7
+
8
+ ## Citation Information
9
+
10
+ ```
11
+ @inproceedings{yamada2016joint,
12
+ title={Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation},
13
+ author={Yamada, Ikuya and Shindo, Hiroyuki and Takeda, Hideaki and Takefuji, Yoshiyasu},
14
+ booktitle={Proceedings of The 20th SIGNLL Conference on Computational Natural Language Learning},
15
+ year={2016},
16
+ publisher={Association for Computational Linguistics},
17
+ pages={250--259}
18
+ }
19
+ ```