HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.22k stars 2.28k forks source link

Question Answering from a context make multiple questions #2559

Open saguillo2000 opened 2 years ago

saguillo2000 commented 2 years ago

Is your feature request related to a problem? Please describe. The feature requested is to be able from a context to make multiple questions. I understand that now you have to repeat the same context for multiple questions.

Describe the solution you'd like Having the option to make multiple questions and put the respective answers.

makseq commented 2 years ago

@saguillo2000 Could you show some examples?

saguillo2000 commented 2 years ago

For example, in the tutorial: https://labelstud.io/templates/question_answering.html. In the image you have a large context and can make more questions like: How is called the boundary of the region from which no escape is possible? I was thinking to get the same procedure of labelling or similar as the Visual Question Answering: https://labelstud.io/templates/visual_question_answering.html. I don't know if with what I presented is enough as an example, if not I will be pleasured to give more examples.

minhduc0711 commented 1 year ago

I'd like to do the exact same thing. I suppose it would look like this:

Read the following text: blah blah...

and then answer the following questions, by ticking each corresponding checkbox and highlight the corresponding answer in the above text:

  • [x] Who is the main character?
  • [ ] Who won in the end?
  • [ ] ...
makseq commented 1 year ago

@minhduc0711 seems you cat try using Repeater tag: https://labelstud.io/tags/repeater.html#Parameters

but don't use it for more than 10 questions/repetitions.