templates
- Introduction
- Image Classification
- Image Object Detection
- Image Key Points
- Image Segmentation
- Image Ellipse
- Image Polygons
- Text Named Entity Recognition
- Text Sentiment Analysis
- Dialogue Analysis
- HTML Documents NER
- Audio Transcription
- Audio Classification
- Audio Regions
- Video Classifier
- Pairwise Comparison
Dialogue Analysis
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>