Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshaolei1998 committed Jun 21, 2023
1 parent 1f2c5f4 commit 8d5d6c2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![license](https://img.shields.io/badge/License-GPL:v3-lightgrey.svg)](https://github.com/ictnlp/BayLing/blob/main/LICENSE)
[![online demo](https://img.shields.io/badge/BayLing-online_demo-blue.svg)](http://nlp.ict.ac.cn/bayling/demo)
[![blog](https://img.shields.io/badge/BayLing-blog-ff69b4.svg)](http://nlp.ict.ac.cn/bayling)
[![paper](https://img.shields.io/badge/Paper-Arxiv-green.svg)]()
[![homepage](https://img.shields.io/badge/BayLing-homepage-ff69b4.svg)](http://nlp.ict.ac.cn/bayling)
[![paper](https://img.shields.io/badge/Paper-Arxiv-green.svg)](https://arxiv.org/abs/2306.10968)
[![update-badge](https://img.shields.io/github/last-commit/ictnlp/BayLing?label=last%20update)](https://github.com/ictnlp/BayLing)
[![star](https://img.shields.io/github/stars/ictnlp/BayLing?color=orange)](https://github.com/ictnlp/BayLing/stargazers)

Expand All @@ -21,9 +21,9 @@

💬 [**Demo**](http://nlp.ict.ac.cn/bayling/demo): Welcome to apply for a trial of BayLing's online demo (beta version).

📄 **Paper**: BayLing's technical report.
📄 [**Paper**](https://arxiv.org/abs/2306.10968): BayLing's technical report.

🏠 [**Blog**](http://nlp.ict.ac.cn/bayling): BayLing's homepage. You can discover some case of BayLing here.
🏠 [**Homepage**](http://nlp.ict.ac.cn/bayling): BayLing's homepage. You can discover more informatiion and cases of BayLing here.

✍️ [**BayLing-80 Test Set**](./data/BayLing-80): A human-annotated evaluation set comprising multi-turn instructions in both English and Chinese, can be used to evaluate the multilingual and multi-turn interaction capabilities of LLMs.

Expand Down Expand Up @@ -910,3 +910,13 @@ We would like to express our gratitude to all those who have contributed to BayL
## <a id="Citation">Citation</a>
```
@article{bayling,
title={BayLing: Bridging Cross-lingual Alignment and Instruction Following through Interactive Translation for Large Language Models},
author={Shaolei Zhang and Qingkai Fang and Zhuocheng Zhang and Zhengrui Ma and Yan Zhou and Langlin Huang and Mengyu Bu and Shangtong Gui and Yunji Chen and Xilin Chen and Yang Feng},
journal={arXiv preprint arXiv:2306.10968},
year={2023},
url={https://arxiv.org/abs/2306.10968}
}
```
17 changes: 13 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![license](https://img.shields.io/badge/License-GPL:v3-lightgrey.svg)](https://github.com/ictnlp/BayLing/blob/main/LICENSE)
[![online demo](https://img.shields.io/badge/BayLing-online_demo-blue.svg)](http://nlp.ict.ac.cn/bayling/demo)
[![blog](https://img.shields.io/badge/BayLing-blog-ff69b4.svg)](http://nlp.ict.ac.cn/bayling)
[![paper](https://img.shields.io/badge/Paper-Arxiv-green.svg)]()
[![homepage](https://img.shields.io/badge/BayLing-homepage-ff69b4.svg)](http://nlp.ict.ac.cn/bayling)
[![paper](https://img.shields.io/badge/Paper-Arxiv-green.svg)](https://arxiv.org/abs/2306.10968)
[![update-badge](https://img.shields.io/github/last-commit/ictnlp/BayLing?label=last%20update)](https://github.com/ictnlp/BayLing)
[![star](https://img.shields.io/github/stars/ictnlp/BayLing?color=orange)](https://github.com/ictnlp/BayLing/stargazers)

Expand All @@ -22,9 +22,9 @@

💬 [**Demo**](http://nlp.ict.ac.cn/bayling/demo): 百聆提供在线版Demo,欢迎申请内测🙋‍♂️

📄 **论文**:百聆的技术报告。
📄 [**论文**](https://arxiv.org/abs/2306.10968):百聆的技术报告。

🏠 [**博客**](http://nlp.ict.ac.cn/bayling):百聆的主页,欢迎探索百聆的一些示例
🏠 [**主页**](http://nlp.ict.ac.cn/bayling):百聆的主页,欢迎探索百聆的更多信息和一些示例展示

✍️ [**BayLing-80 测试集**](./data/BayLing-80):一个由人工标注的中文/英语多轮指令测试集,可用于评估LLM的中文/英语和多轮交互能力。

Expand Down Expand Up @@ -906,3 +906,12 @@ WMT22 德语-到-英语 | WMT22 英语-到-德语
## <a id="Citation">引用</a>
```
@article{bayling,
title={BayLing: Bridging Cross-lingual Alignment and Instruction Following through Interactive Translation for Large Language Models},
author={Shaolei Zhang and Qingkai Fang and Zhuocheng Zhang and Zhengrui Ma and Yan Zhou and Langlin Huang and Mengyu Bu and Shangtong Gui and Yunji Chen and Xilin Chen and Yang Feng},
journal={arXiv preprint arXiv:2306.10968},
year={2023},
url={https://arxiv.org/abs/2306.10968}
}
```
4 changes: 2 additions & 2 deletions web_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,11 @@ def build_single_model_ui(models):
💬 [Demo](http://nlp.ict.ac.cn/bayling/demo): Welcome to apply for a trial of BayLing's online demo (beta version).
📄 Paper: BayLing's technical report.
📄 [Paper](https://arxiv.org/abs/2306.10968): BayLing's technical report.
🔗 [Code](https://github.com/ictnlp/BayLing): BayLing's inference code.
🏠 [Blog](http://nlp.ict.ac.cn/bayling): BayLing's homepage. You can discover some case of BayLing here.
🏠 [Homepage](http://nlp.ict.ac.cn/bayling): BayLing's homepage. You can discover some case of BayLing here.
🤗 Model: The weight-diff version of [BayLing-7B](https://huggingface.co/ICTNLP/bayling-7b-diff) and [BayLing-13B](https://huggingface.co/ICTNLP/bayling-13b-diff).
"""
Expand Down

0 comments on commit 8d5d6c2

Please sign in to comment.