Predefined Statement Tags
Predefined statement tag classification is the task of classifying an utterance with respect to the function it serves in a dialogue, i.e. the act the speaker is performing

Example Response

1
{
2
"status": true,
3
"error": {},
4
"data": {
5
"dialogueTag": "statement-non-opinion"
6
}
7
}
Copied!

Response Object

Field
Description
dialogTag
The tag label identified by the models
Last modified 7d ago