Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you support multi-turn conversations? #6

Open
vackosar opened this issue Sep 21, 2023 · 1 comment
Open

Do you support multi-turn conversations? #6

vackosar opened this issue Sep 21, 2023 · 1 comment

Comments

@vackosar
Copy link

In the description here: https://github.com/thunlp/ChatEval#prepare-dataset

I see that you support question-answer. But do you support multi-turn also, or how to make it work?

@chanchimin
Copy link
Member

Actually, we did not test the performance on evaluating multi-turn conversations. You might experience performance degradation due to the long context window. However, you are free to directly substitute what you want to evaluate into the "response" slot. Please refer to the data preparation section, as you've pointed out. The text will then be inserted into the prompt template before we query the LLM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants