label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Question Answering from a context make multiple questions

Open saguillo2000 opened this issue 3 years ago • 2 comments

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.

saguillo2000 avatar Jun 23 '22 15:06 saguillo2000

@saguillo2000 Could you show some examples?

makseq avatar Jun 23 '22 23:06 makseq

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.

saguillo2000 avatar Jun 24 '22 12:06 saguillo2000

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?
  • [ ] ...

minhduc0711 avatar Mar 15 '23 14:03 minhduc0711

@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.

makseq avatar Mar 29 '23 01:03 makseq