label-studio/docs/source/templates/dialogue_analysis.md

983 B

title type order meta_title meta_description
Dialogue Analysis templates 301 Dialogue Analysis Data Labeling Template Label Studio Dialogue Analysis Template for machine learning and data science data labeling projects.

Analyze the chat dialog, classify it and provide your own answer

Run

label-studio init --template=dialog_analysis dialog_analysis_project
label-studio start dialog_analysis_project 

Config

<View>
  <HyperText name="dialog" value="$dialogs"></HyperText>
  <Header value="Rate last answer:"></Header>
  <Choices name="chc-1" choice="single-radio" toName="dialog" showInline="true">
    <Choice value="Bad answer"></Choice>
    <Choice value="Neutral answer"></Choice>
    <Choice value="Good answer"></Choice>
  </Choices>
  <Header value="Your answer:"></Header>
  <TextArea name="answer"></TextArea>
</View>