Home

Awesome

<p align="center" width="20%"> <img src="web_demo/assets/claudia.png" alt="CUHK_KFLAB" style="width: 20%; min-width: 30px; display: block; margin: auto;"> </p>

Cue-CoT: Chain-of-thought Prompting for Responding to In-depth Dialogue Questions with LLMs [EMNLP 2023 Findings]

Code License Data License

This is the repo for the CUHK, HIT Dialogue CoT project, which aims to build and share our evaluation benchmarks and our methods to generate personalized, empathetic, and compassionate responses. The repo contains:

Note:

Method

<img width="1165" alt="image" src="https://github.com/ruleGreen/Cue-CoT/assets/26263128/f3fb84c5-403a-4544-8e19-314b2caab7b5">

Global Positions of Current LLMs

<img width="569" alt="image" src="https://github.com/ruleGreen/Cue-CoT/assets/26263128/8bcb3a53-ae2e-4549-8636-26da4857d22e">

Demo

Step1: put your OpenAI Key in web_demo/config.json
Step2: directly run the command: python web_demo/web.py

Cases

Pls use browser to open web_demo/index.html

Acknowledgement

We want to thank all realted open-source projects, especially but not limited to the following:
https://github.com/LianjiaTech/BELLE/
https://github.com/THUDM/ChatGLM-6B
https://github.com/kaixindelele/ChatPaper and
https://github.com/lm-sys/FastChat/ 
...

Citations

@misc{wang2023cuecot,
      title={Cue-CoT: Chain-of-thought Prompting for Responding to In-depth Dialogue Questions with LLMs}, 
      author={Hongru Wang and Rui Wang and Fei Mi and Yang Deng and Zezhong Wang and Bin Liang and Ruifeng Xu and Kam-Fai Wong},
      year={2023},
      eprint={2305.11792},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}