iai-group / DialogueKit

DialogueKit
https://iai-group.github.io/DialogueKit/main/
Apache License 2.0
9 stars 3 forks source link

Rename `SlotValueAnnotation` to `SpanAnnotation`? #241

Closed IKostric closed 3 months ago

IKostric commented 1 year ago
NoB0 commented 3 months ago

A proposition is to have three annotation classes based on the idea of slot value pairs:

Note that SlotValueAnnotation and SpanAnnotation may be combined with start and end positions optional

kbalog commented 3 months ago

For Annotation, we could use 'key' instead of 'slot' as that class would likely be used for other types of annotations that are not of a slot nature (e.g., user satisfaction).

I like the suggestion of integrating SpanAnnotation into SlotValueAnnotation.