# 多轮对话数据集

自 1.5.0 版本后，`Easy Dataset` 可以自动生成多轮对话数据集，使用前必须到 **项目设置 - 任务设置 - 多轮对话数据集** 进行系统提示词、对话场景、对话轮数、用户和助手的角色设定等相关设置：

![](https://files.mdnice.com/user/6267/c7478512-f01b-4db8-8187-a0639b76fc18.png)

在问题管理模块，你可以选择对单个问题生成多轮对话数据集，以及后台批量合成多轮对话数据集：

![](https://files.mdnice.com/user/6267/82d849db-6466-48bb-9a49-27b3524656b3.png)

在数据蒸馏模块，你可以选择创建多轮对话数据集的蒸馏任务：

![](https://files.mdnice.com/user/6267/39db377d-f37a-491a-ad1d-841bc2ffd886.png)

在数据集管理模块，区分了单轮和多轮对话数据集列表：

![](https://files.mdnice.com/user/6267/84a1788d-feb3-4bf9-95fc-842c192eeeae.png)

进入数据集详情可看到多轮对话详情：

![](https://files.mdnice.com/user/6267/bad2da05-f50a-4f2f-be53-596e63b2adb1.png)

目前多轮对话数据集仅支持导出 OPEN AI ShareGPT 格式的 JSON 文件：

![](https://files.mdnice.com/user/6267/3be06602-0b39-471f-8046-f5fbb057639f.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easy-dataset.com/shu-ju-ji/duo-lun-dui-hua-shu-ju-ji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
