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

[FEATURE] Add the possibility of multi-checkboxes with editable content from the user interface on the right panel #5663

Open
louisbrulenaudet opened this issue Nov 1, 2024 · 0 comments

Comments

@louisbrulenaudet
Copy link

For a specific application of producing RAG system evaluation datasets, I'd like to be able to register document IDs via the right-hand panel. My problem is that the number of documents is unequal between Records and, to remedy this, I would need to be able to dynamically add elements in the form of an avoidable checkbox with the possibility of continuing to enter other checkbox elements that follow it for the same question.

Today, it seems to me that we can proceed in a quite efficient way, which would be to use a TextQuestion with a separator between the strings representing the IDs of the different documents, and then treat everything post-annotation as a list of strings. However, the UX could be greatly improved. Here's an example of what I want to explain, inspired by the Tally form production site:

okg

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