bobosui / ChatPLUG

A Chinese Open-Domain Dialogue System

Home Page:https://www.modelscope.cn/studios/damo/role_play_chat/summary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatPLUG

This is the repo for the ChatPLUG project, which aims to build and share a Chinese open-domain dialogue system.

πŸ‘πŸ‘πŸ‘You can try Role-Play-Chat based on ChatPLUG in Mass-Innovation-Studio Now!


Overview

We present ChatPLUG, a Chinese open-domain dialogue system for digital human applications that instruction finetunes on a wide range of dialogue tasks in a unified internet-augmented format. Different from other open-domain dialogue models that focus on large-scale pre-training and scaling up model size or dialogue corpus, we aim to build a powerful and practical dialogue system for digital human with diverse skills and good multi-task generalization by internet-augmented instruction tuning.

To this end, we first conduct large-scale pre-training on both common document corpus and dialogue data with curriculum learning, so as to inject various world knowledge and dialogue abilities into ChatPLUG. Then, we collect a wide range of dialogue tasks spanning diverse features of knowledge, personality, multi-turn memory and empathy, on which we further instruction tune ChatPLUG via unified natural language instruction templates. External knowledge from an internet search is also used during instruction finetuning for alleviating the problem of knowledge hallucinations.

We show that ChatPLUG outperforms state-of-the-art Chinese dialogue systems on both automatic and human evaluation, and demenstrates strong multi-task generalization on a variety of text understanding and generation tasks. Our demo and model are made publicly available on ModelScope.

ChatPLUG

Please read our paper for more detains about ChatPLUG.

Online Demo

Role-Play-Chat

News

  • [2023/04/26] πŸ‘πŸ‘πŸ‘You can try Role-Play-Chat based on ChatPLUG in Mass-Innovation-Studio Now!
  • [2023/04/19] Add content including spotlights, results and limitations. Upload models to modelscope.
  • [2023/04/16] Initialize project.

Spotlights

spotlights

Compared with existed open-source models, we highlight three feaures of ChatPLUG as follows:

  1. Knowledge Augmentation

It's flexible to integrate external knowledge during inference, and this is an optional input. You can utilize a search engine to acquire up-to-date information or use a local knowledge base to obtain domain knowledge.

  1. Personalization

It's easy to customize the style of conversations and characters by setting bot profiles or using role-paly instructions.

  1. Multi Skills

It exhibits its proficiency in open-domain dialogue through mulit-turn conversation, while also displaying impressive multi-task abilities on a wide range of NLP tasks.

Evaluation and Examples

1. Knowledge Augmentation

With external knowledge from a search engine, the problem of knowledge hallucinations is alleviated. Besides, it enables ChatPLUG to generate informative responses and can answer correctly when encountering real-time questions.

Human evaluation of knowledge hallucination

With knowledge augmentation, ChatPLUG achieves better performance in terms of knowledge hallucination.

knowledge_hallucination

Examples of real-time questions (Click to viewπŸ‘‡) knowledge_example Access up-to-date information from Internet enables ChatPLUG to provide accurate real-time answers to questions.

2. Personalization

It's flexible to customize dialogue style and characters by setting bot profiles through our FiD architecture or simply using the appropriate prompt.

Examples of dialogue-style customization (Click to viewπŸ‘‡) dialogue-style
Examples of character customization (Click to viewπŸ‘‡) character_customization

3. Multi Skills

ChatPLUG can not only generate coherent and engaging responses in an open and multi-turn conversation scenario, but also demenstrate strong multi-task generalization on a variety of text understanding and generation tasks. We will compare its performance with other recent open-source models, and provide examples as below.

Human evaluation of multi-task generalization

We compare our model with open-source Chinese LLMs including BELLE-7M-2B and ChatGLM-6B following the four-level rating evaluation (A>B>C>D). First, all the models are able to follow the given instructions (very small quantity of RATING-D). Second, our model ChatPLUG-3.7B achieves better performance (more quantity of RATING-A and fewer quantity of RATING-C) than BELLE-7B-2M with fewer model parameters and is comparable to ChatGLM-6B. It demonstrates the strong multi-task generalization of ChatPLUG. Lastly, by scaling up the model size to 13B, our model ChatPLUG-13B obtains the best performance.

evaluation_of_multi_task

Examples of multi-task generalization (Click to viewπŸ‘‡) multitask_case_1 multitask_case_2

How to run

πŸ‘πŸ‘πŸ‘You can download and use ChatPLUG models from modelscope.

Model Name URL
ChatPLUG-240M ChatPLUG-εΌ€ζ”ΎεŸŸε―Ήθ―ζ¨‘εž‹-240M
ChatPLUG-3.7B ChatPLUG-εΌ€ζ”ΎεŸŸε―Ήθ―ζ¨‘εž‹-3.7B

Limitations

Based on the real-world dialogue capabilities of digital human, we mainly focus on mulit-turn conversation with three fundamental abilities including knowledge augmentation, personalization and multi skills. Please refer to our paper for futher details.

At the launch of the ChatPLUG project, we don't intentionally bulid a all-powerful large-scale model. Therefore, we find some following limitations.

  • Dialogue style generation: ChatPLUG more often tends to generate short and concise responses, which are more suitable for conversational scenarios.
  • Weak reasoning ability: it's not good at solving problems that require reasoning skills, such as math calculation.
  • Weak code ability: it's not pre-trained with code, so it may perform poorly on coding task.
  • May generate harmful content: hamrful or biased content may still be generated if induced.
  • Limited multilingual ability: we focus on building a Chinese open-domain dialogue system and not intentinally to improve multilingual ability.

We leave above shortcomings for future work.

Citations

If you find our project useful in your work, please cite:

  • ChatPLUG: Open-Domain Generative Dialogue System with Internet-Augmented Instruction Tuning for Digital Human. Link
  @misc{tian2023chatplug,
        title={ChatPLUG: Open-Domain Generative Dialogue System with Internet-Augmented Instruction Tuning for Digital Human}, 
        author={Junfeng Tian and Hehong Chen and Guohai Xu and Ming Yan and Xing Gao and Jianhai Zhang and Chenliang Li and Jiayi Liu and Wenshen Xu and Haiyang Xu and Qi Qian and Wei Wang and Qinghao Ye and Jiejing Zhang and Ji Zhang and Fei Huang and Jingren Zhou},
        year={2023},
        eprint={2304.07849},
        archivePrefix={arXiv},
        primaryClass={cs.CL}
  }
  • PLUG: Pre-training for Language Understanding and Generation Link
@misc{plug2021,
  title = {{PLUG: Pre-training for Language Understanding and Generation}},
  author={ModelScope},
  publisher = {ModelScope},
  journal = {ModelScope repository},
  year = {2021},
  howpublished = {\url{https://modelscope.cn/models/damo/nlp_plug_text-generation_27B/summary}},
}

About

A Chinese Open-Domain Dialogue System

https://www.modelscope.cn/studios/damo/role_play_chat/summary