From bbe7423c8ce2f0cc27ed94735a7a7e820ba81047 Mon Sep 17 00:00:00 2001 From: Yixuan Weng <64484703+WENGSYX@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:53:36 +0800 Subject: [PATCH] Update readme.md --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8390c53..b7b3b4a 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,13 @@ model = KeyedVectors.load_word2vec_format('Medical.txt', binary=False) @misc{MedicineWord2vec, title={ChineseWord2vecMedicine}, author={Yixuan Weng}, - howpublished={\url{https://github.com/WENGSYX/Chinese-Word2vec-Medicine/edit/main/readme.md}}, + howpublished={\url{https://github.com/WENGSYX/Chinese-Word2vec-Medicine}}, year={2021} } +@misc{CMCQA, + title={A large Chinese Medical CQA}, + author={Yixuan Weng}, + howpublished={\url{https://github.com/WENGSYX/CMCQA}}, + year={2022} +} ```