Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ Description of the dataset columns:
88
 
89
  **Notice:** If the question is *answerable*, annotations["answer_start"] and annotations["answer_text"] contain a list of length 1
90
  (In some variations of the dataset the lists might be longer, e.g. if more than one person annotated the instance, but not in our case).
91
- If the question is *unanswerable*, annotations["answer_start"] will have "-1", while annotations["answer_text"] contain a list with an empty sring.
92
 
93
 
94
  ## Useful stuff
 
88
 
89
  **Notice:** If the question is *answerable*, annotations["answer_start"] and annotations["answer_text"] contain a list of length 1
90
  (In some variations of the dataset the lists might be longer, e.g. if more than one person annotated the instance, but not in our case).
91
+ If the question is *unanswerable*, annotations["answer_start"] will have "-1", while annotations["answer_text"] contain a list with an empty string.
92
 
93
 
94
  ## Useful stuff