Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SpanQuestion in ChatField #5809

Open
keithporcaro opened this issue Feb 13, 2025 · 0 comments
Open

Allow SpanQuestion in ChatField #5809

keithporcaro opened this issue Feb 13, 2025 · 0 comments

Comments

@keithporcaro
Copy link

It would be very helpful if SpanQuestions could be used for ChatFields.

We’re currently using Argilla to audit a conversational chatbot. In this case, the user may ask multiple questions in an interaction, so we can’t simply use a pair of text fields. And there are several cases where we need span highlighting (to identify wrong answers, PII, etc.)

Currently, if a SpanQuestion is attached to a ChatField, the ChatField UI simply won’t appear in the annotation—users see the raw dictionary instead.

Our current workaround is to parse the chat conversation into a markdown text field, but that has obvious downsides, including more effort to parse the subsequent results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant