Sixu Guo
Results
1
issues of
Sixu Guo
Great works! I'm wondering how did you control the number of answers extracted when doing multitask-qa-qg tasks? ` def _extract_answers(self,context): sents,inputs = self._prepare_inputs_for_ans_extraction(context) inputs = self._tokenize(inputs,padding = True,truncation = True)...