question_generator icon indicating copy to clipboard operation
question_generator copied to clipboard

Generating Questions for Arabic Input

Open SyedShahzaib790 opened this issue 4 years ago • 1 comments

Hi there,

I was wondering, is there a way to use this in the Arabic language? I am trying and looking for something like this for Arabic. I want to give input context/comprehension from a book and expect this to create question-answer pairs for that.

Any guidance would be really appreciated. Thanks

SyedShahzaib790 avatar Sep 28 '21 13:09 SyedShahzaib790

Hi, sorry for the slow reponse.

I haven't tried doing this with any languages other than English, but it could work in theory as long as you have the training data for it. I'd recommend trying mt5 or another multilingual pretrained checkpoint instead of t5-base which I used. Then you could just replace the datasets I used with your own datasets once you've got them into the same format.

AMontgomerie avatar Nov 29 '21 05:11 AMontgomerie