From 39f74d25aee593660f36d6809d792b24f3b27748 Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Mon, 2 Sep 2024 15:43:11 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 715eb1d..bdf6150 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ Contributors have provided [Android tools](./android) to interact with WeChat. T # 📝 Citation -````shell +```shell @misc{kong2024huixiangdou, title={HuiXiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance}, author={Huanjun Kong and Songyang Zhang and Jiaying Li and Min Xiao and Jun Xu and Kai Chen}, @@ -412,12 +412,13 @@ Contributors have provided [Android tools](./android) to interact with WeChat. T primaryClass={cs.CL} } -@misc{kong2024huixiangdoucr, - title={Labeling supervised fine-tuning data with the scaling law}, +@misc{kong2024labelingsupervisedfinetuningdata, + title={Labeling supervised fine-tuning data with the scaling law}, author={Huanjun Kong}, year={2024}, eprint={2405.02817}, archivePrefix={arXiv}, - primaryClass={cs.CL} -}``` -```` + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2405.02817}, +} +``` From 87a0842ff115996c15585e51aaff3989673ece8b Mon Sep 17 00:00:00 2001 From: tpoisonooo Date: Mon, 2 Sep 2024 15:43:45 +0800 Subject: [PATCH 2/2] Update README_zh.md --- README_zh.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README_zh.md b/README_zh.md index 05e3282..f1fe35a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -407,9 +407,9 @@ python3 tests/test_query_gradio.py # 📝 引用 -```shell +````shell @misc{kong2024huixiangdou, - title={HuixiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance}, + title={HuiXiangDou: Overcoming Group Chat Scenarios with LLM-based Technical Assistance}, author={Huanjun Kong and Songyang Zhang and Jiaying Li and Min Xiao and Jun Xu and Kai Chen}, year={2024}, eprint={2401.08772}, @@ -417,12 +417,13 @@ python3 tests/test_query_gradio.py primaryClass={cs.CL} } -@misc{kong2024huixiangdoucr, - title={Labeling supervised fine-tuning data with the scaling law}, +@misc{kong2024labelingsupervisedfinetuningdata, + title={Labeling supervised fine-tuning data with the scaling law}, author={Huanjun Kong}, year={2024}, eprint={2405.02817}, archivePrefix={arXiv}, - primaryClass={cs.CL} + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2405.02817}, } ```