When we generate result, are we allowed to only keep topk of each query (makes 50k * n scores), or must we put all 50k * 100w scores together as the final result?
I have this question because the rule says each reference are independent. I compared the references to get the topk, but I did not compute scores based on other references.