From cd03506decae14b6b983640c4637ff6d8bc5639b Mon Sep 17 00:00:00 2001 From: wawltor Date: Wed, 16 Dec 2020 21:34:03 +0800 Subject: [PATCH] add the reference for the embedding (#5083) --- PaddleNLP/examples/word_embedding/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PaddleNLP/examples/word_embedding/README.md b/PaddleNLP/examples/word_embedding/README.md index d0468853..4ed78bc3 100644 --- a/PaddleNLP/examples/word_embedding/README.md +++ b/PaddleNLP/examples/word_embedding/README.md @@ -96,3 +96,7 @@ Eval Acc: ## 致谢 - 感谢 [Chinese-Word-Vectors](https://github.com/Embedding/Chinese-Word-Vectors)提供Word2Vec中文Embedding来源。 + +## 参考论文 +- Li, Shen, et al. "Analogical reasoning on chinese morphological and semantic relations." arXiv preprint arXiv:1805.06504 (2018). +- Qiu, Yuanyuan, et al. "Revisiting correlations between intrinsic and extrinsic evaluations of word embeddings." Chinese Computational Linguistics and Natural Language Processing Based on Naturally Annotated Big Data. Springer, Cham, 2018. 209-221. -- GitLab