The conversation grouping template lets you organize and rewrite conversations by sorting them into different groups.
Data format example
In conversation group data, the Positional Order and Name of the prompt and reply fields cannot be changed.
In CSV and XLSX formats, each column represents a data field. In the Manifest format, each field under the data field corresponds to a data field in the dataset. You can customize the field names and select them when you configure the dataset.
CSV and XLSX formats
| item1 |
item2 |
item3 |
| { ""prompt"":""prompt11"", ""reply"":""reply11"" } |
{ ""prompt"":""prompt21"", ""reply"":""reply21"" } |
{ ""prompt"":""prompt31"", ""reply"":""reply31"" } |
| { ""prompt"":""prompt12"", ""reply"":""reply12"" } |
{ ""prompt"":""prompt22"", ""reply"":""reply22"" } |
{ ""prompt"":""prompt32"", ""reply"":""reply32"" } |
For a file demo, see conversation_grouping_data_demo.csv.
Manifest format (JSONL format)
{"data":{"item1":{""prompt"":""prompt11"", ""reply"":""reply11""},"item2":{""prompt"":""prompt21"", ""reply"":""reply21""},"item3":{""prompt"":""prompt31"", ""reply"":""reply31""}}}
{"data":{"item1":{""prompt"":""prompt11"", ""reply"":""reply11""},"item2":{""prompt"":""prompt21"", ""reply"":""reply21""},"item3":{""prompt"":""prompt31"", ""reply"":""reply31""}}}
For a file demo, see conversation_grouping_data_demo.manifest.
Configuration
Content to be grouped area (Required)
The Content to be grouped area is used to configure the data for grouping.
Click the Content to be grouped area and select a dataset. Then, configure the parameters in the Configuration area on the right. The parameters are described below.
| Parameter |
Description |
| Title |
No changes are needed for the default title area. |
| Dataset field |
Select the data fields to be grouped. You can select multiple fields. You can customize the data fields as needed. |
| Prompt |
No changes are needed for the default prompt area. |
| Click link to jump |
This setting has no effect. No configuration is required. |
| Text highlight |
This setting has no effect. No configuration is required. |
| Card style configuration |
This setting has no effect. No configuration is required. |
Operation demo
-
Hover over the prompt or reply content area to rewrite or expand it. After you edit the text, click Preview to see the result in Markdown format. When you are finished, click Confirm to save your changes.
-
Select the data items you want to group. Click Group in the upper-left corner to put them in the same group. If you make a mistake, click delete in the group area on the right to ungroup the items.