Skip to content

Releasing intermediate annotations collected on DROP and Quoref

Notifications You must be signed in to change notification settings

dDua/Intermediate_Annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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": ""
          }
        ]
   }
}

About

Releasing intermediate annotations collected on DROP and Quoref

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published