Returns an identifier for the question in the given document.
(self, doc)
| 102 | return {"em": items, "f1": items} |
| 103 | |
| 104 | def _question2id(self, doc): |
| 105 | """Returns an identifier for the question in the given document.""" |
| 106 | return " ".join([doc["sentence"], doc["question"]]) |
| 107 | |
| 108 | def aggregation(self): |
| 109 | return { |