annieske commited on
Commit
71b24d1
1 Parent(s): 9de196e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ The codebase as well as the raw data can be found on [GitHub](https://github.com
16
 
17
  ### Data Fields
18
 
19
- - `source`: a `string` feature. Tells whether the question and answer is extracted from Parsebank, mC4-Fi or CC-Fi.
20
- - `id`: a `string` feature.
21
  - `question`: a `string` feature.
22
  - `answer`: a `string` feature. Can also be None (null).
23
 
 
16
 
17
  ### Data Fields
18
 
19
+ - `source`: a `string` feature. Tells whether the question-answer pair is extracted from Parsebank, mC4-Fi or CC-Fi.
20
+ - `id`: a `string` feature. Id of the original text from which the question-answer pair is extracted.
21
  - `question`: a `string` feature.
22
  - `answer`: a `string` feature. Can also be None (null).
23