hotpotqa / hotpot

Apache License 2.0
445 stars 75 forks source link

Is it possible to convert the input data [context_idxs] and [ques_idxs] of the model into the form of original text? #36

Closed qizitong closed 4 years ago

qizitong commented 4 years ago

Is it possible to convert the input data [context_idxs] and [ques_idxs] of the model into the form of original text? For example, the size of [context_idxs] is [24, 1700], which is converted into 24 lines of 1700 words.thanks for your help