Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 612 Bytes

File metadata and controls

37 lines (32 loc) · 612 Bytes

drop_annotations.json

Contains ~8500 annotations on random samples from DROP (https://arxiv.org/pdf/1903.00161.pdf)

Format:

{
  "original_drop_query_id" : {
        [
          {
            "start_idx": "",
            "end_idx": "",
            "text": ""
          }
        ]
   }
}

quoref_annotations.json

Contains ~2000 annotations on random samples from Quoref (https://arxiv.org/pdf/1908.05803.pdf)

Format:

{
  "original_quoref_question_id" : {
        [
          {
            "start_idx": "",
            "end_idx": "",
            "text": ""
          }
        ]
   }
}